X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=12db365e1c3cd32e8b9a3ece96361f078680799f;hb=99d05c2cc969eb4913cac08ae4331c4e6a82726a;hp=46e4ba15a6974448b0b0400d68683f10606de015;hpb=6fdf290898b160dd60af5e00fab9f5820394947d;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 46e4ba15a..12db365e1 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; @@ -141,7 +143,7 @@ body.menu { .message_error { padding: 5px; background-color: #CC0000; - color: black; + color: white; font-weight: bolder; text-align: center; border-style: solid; @@ -159,13 +161,14 @@ body.menu { .message_error_label { padding: 0.5em; background-color: #E00000; + color: white; font-weight: normal; text-align: left; border-style: solid; border-width: thin; } /* Headings */ -.listtop, h1, .tabcontent .listheading { +.listtop, h1 { font-size:125%; background-color: #006400; text-align: left; @@ -222,16 +225,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; @@ -353,3 +361,12 @@ label { margin-bottom: 5px; padding: 5px; } + +.flash_title { + font-weight: bold; +} + +.dimmed-text { + color: #ccc; + font-style: italic; +}