X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc41222c61dbee590005f04c50e8603581462543..a3ae31c:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 77fe0978d..c2ef52134 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -103,11 +103,14 @@ body.login { background-color: #FFFFE0; color: #000000; } -h1.login { +.login h1 { + text-align: center; + font-size: 20px; } table.login { background-color: #FFFFE0; padding: 20px; + width: 500px; } td.login { text-align: center; @@ -115,10 +118,9 @@ td.login { th.login { text-align: right; } -div.admin { - background-color: #FFFFE0; - padding: 8px; - color: #000000; +.admin h1 { + background-color: #fe5f14; + text-color: #ffffff; } body.menu { color: #000000; @@ -191,7 +193,7 @@ body.menu { background-color: #8ee085; color: #000000; } */ -.listheading { +.listheading, h2 { padding: 0.2em; background-color: #EBEBEB; color: #006400; @@ -224,16 +226,21 @@ body.menu { border-width: 1px; background: #FFFFE0; } -.listrow1 { +.listrow1, .listrow:nth-child(odd) { background-color: #FFFFFF; color: black; vertical-align: top; } -.listrow0 { +.listrow0, .listrow:nth-child(even) { background-color: #FFFF99; color: black; vertical-align: top; } +.listrowempty { + background-color: #FFFFFF; + color: black; + vertical-align: top; +} .listsubtotal { background-color: rgb(236,233,216); color: black; @@ -355,3 +362,17 @@ label { margin-bottom: 5px; padding: 5px; } + +.flash_title { + font-weight: bold; +} + +.dimmed-text { + color: #ccc; + font-style: italic; +} + +.link_separator { + margin-left: 6px; + margin-right: 6px; +}