X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=4cad54f27e350e21a08bfd1c8d3d37399b00f86f;hb=3a7d0b6be7c5b679e8b2a00d326998a39c6e0529;hp=4cd3644e9668e41f0511a48a8df765b0e35e5edd;hpb=b1118354c317f310f3f48a0fb2f4f7b22980245f;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 4cd3644e9..4cad54f27 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -103,7 +103,9 @@ body.login { background-color: #FFFFE0; color: #000000; } -h1.login { +.login h1 { + text-align: center; + font-size: 20px; } table.login { background-color: #FFFFE0; @@ -115,9 +117,9 @@ td.login { th.login { text-align: right; } -body.admin { - background-color: #FFFFE0; - color: #000000; +.admin h1 { + background-color: #fe5f14; + text-color: #ffffff; } body.menu { color: #000000; @@ -166,7 +168,7 @@ body.menu { border-width: thin; } /* Headings */ -.listtop, h1, .tabcontent .listheading { +.listtop, h1 { font-size:125%; background-color: #006400; text-align: left; @@ -233,6 +235,11 @@ body.menu { color: black; vertical-align: top; } +.listrowempty { + background-color: #FFFFFF; + color: black; + vertical-align: top; +} .listsubtotal { background-color: rgb(236,233,216); color: black; @@ -354,3 +361,12 @@ label { margin-bottom: 5px; padding: 5px; } + +.flash_title { + font-weight: bold; +} + +.dimmed-text { + color: #ccc; + font-style: italic; +}