X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=08e7a22ce7a633ee0bdbf1d7b2f8a284ce34369e;hb=3b9c2119792ae678e9368a0141d7f8646fd6ef42;hp=27a3aa22171838ccfdb6f89adf70844577d052e2;hpb=d8ac08282dad52789b8bea785e8cddae44085483;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 27a3aa221..08e7a22ce 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -209,7 +209,7 @@ div.admin { border-width:thin; } -.listheading, .listheading th, h2 { +.listheading, .listheading th, #content h2 { font-size: 9pt; padding:3px; background-color: @@ -428,3 +428,43 @@ label { margin-left: 6px; margin-right: 6px; } + +.small-text { + font-size: 0.75em; +} + +.float-left { + float: left; +} + +.block-context { + overflow: hidden; +} + +.position-relative { + position: relative; +} + +.position-absolute { + position: absolute; +} + +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: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + background-color: whitesmoke; + cursor: pointer; +} + +div.part_picker_part:hover { + background-color: lightgray; + border-color: gray; +}