X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=27a3aa22171838ccfdb6f89adf70844577d052e2;hb=2e66dde525c12d064518c316d25a6b41ed727b39;hp=c190cb7e59db4fa37a890fef7129047c19d92ed8;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index c190cb7e5..27a3aa221 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -1,4 +1,4 @@ -/* Stylesheet for Lx-Office +/* Stylesheet for kivitendo * Name: lx-office-erp.css*/ /* The look of links */ @@ -209,7 +209,7 @@ div.admin { border-width:thin; } -.listheading, .listheading th { +.listheading, .listheading th, h2 { font-size: 9pt; padding:3px; background-color: @@ -257,8 +257,9 @@ 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(odd) { background-color: rgb(208,207,201); color: black; vertical-align: top; } +.listrow0, .listrow:nth-child(even) { 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; } .redrow0 { background-color: rgb(255,193,176); color: black; vertical-align: top; } @@ -376,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,4 +419,12 @@ label { border-width:thin; } +.dimmed-text { + color: #aaa; + font-style: italic; +} +.link_separator { + margin-left: 6px; + margin-right: 6px; +}