X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=019c46d794a174489407f6d0fadace79a66f8bcb;hb=58bf2f27323e17e2f2e2f3c9470f041fe3ca520a;hp=067d71dca2b5b85d908b704b1719c07476444e97;hpb=2737667aa9394428f885187928509e7c5d0ec4d4;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 067d71dca..019c46d79 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -54,9 +54,9 @@ button:focus { background-color: whitesmoke; } -button:hover, -input[type="button"]:hover, -input[type="submit"]:hover { +button:hover:enabled, +input[type="button"]:hover:enabled, +input[type="submit"]:hover:enabled { border: 1px; background-color: lightgray; border-color: gray; @@ -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: @@ -432,3 +432,43 @@ 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: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + background-color: whitesmoke; + cursor: pointer; +} + +div.part_picker_part:hover { + background-color: lightgray; + border-color: gray; +}