X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=95cfe0db7b7ad1e864e66bf674981804a63888c9;hb=edb2023a832f426553a7d90342ebc56200f325f1;hp=328eac77fe2ac41f8779885a7a3f16d305e80f11;hpb=008c2e1529744e195616ac2cbf7736f06a90816e;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 328eac77f..95cfe0db7 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 { +.listheading, .listheading th, #content h2 { font-size: 9pt; padding:3px; background-color: @@ -257,8 +257,8 @@ div.admin { } -.listrow1 { background-color: rgb(208,207,201); color: black; vertical-align: top; } -.listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; } +.listrow1, .listrow:nth-child(even) { background-color: rgb(208,207,201); color: black; vertical-align: top; } +.listrow0, .listrow:nth-child(odd) { background-color: rgb(236,233,216); color: black; vertical-align: top; } .listrowempty { background-color: rgb(255,255,255); color: black; vertical-align: top; } .redrow1 { background-color: rgb(250,167, 161); color: black; vertical-align: top; } @@ -377,34 +377,8 @@ label { padding: 5px; } -.jqmWindow { - display: none; - - position: fixed; - top: 17%; - left: 40%; - - margin-left: -200px; - width: 700px; - - background-color: lemonchiffon; - color: #333; - border: 1px solid black; - padding: 4px; -} - -.jqmContent { - padding: 8px; -} - -.jqmWindow h1 { - border: 0; - padding: 0; - background-color: lemonchiffon; -} - -.jqmOverlay { - background-color: #000; +.flash_title { + font-weight: bold; } /* Kontenliste Styles */ @@ -444,3 +418,57 @@ label { border-style:none; border-width:thin; } + +.dimmed-text { + color: #aaa; + font-style: italic; +} + +.link_separator { + 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; +} + +.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; +}