X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=5531359989b98b897a2382dc1906793e0039dbee;hb=e90048c8180f32f52f3f12ee52eb7269c4b27fcf;hp=897e6e3fbf3f197d9aead688161453ecd54c802a;hpb=ea56c5993673444689930340134155c9a7fd16ae;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 897e6e3fb..553135998 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -226,12 +226,12 @@ body.menu { border-width: 1px; background: #FFFFE0; } -.listrow1, .listrow:nth-child(odd) { +.listrow1, .listrow:nth-child(even) { background-color: #FFFFFF; color: black; vertical-align: top; } -.listrow0, .listrow:nth-child(even) { +.listrow0, .listrow:nth-child(odd) { background-color: #FFFF99; color: black; vertical-align: top; @@ -380,3 +380,44 @@ label { .small-text { font-size: 0.75em; } + +.float-left { + float: left; +} + +.block-context { + overflow: hidden; +} + +.position-relative { + position: relative; +} + +.position-absolute { + position: absolute; +} + +.part_picker { + padding-right: 16px; +} + +div.part_picker_part { + float:left; width: 350px; + padding: 5px; + margin: 5px; + overflow:hidden; + border: 1px; + border-color: darkgray; + border-style: solid; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background-color: whitesmoke; + cursor: pointer; +} + +div.part_picker_part:hover { + background-color: #CCCCCC; + color: #FE5F14; + border-color: gray; +}