X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=c3c64dc76f4e3e4afeb2abce50fede8999e4314c;hb=adc9b96cee1263480fb2bc1d574cc1c6be7afae0;hp=f5034e14516e79c124afb8a017bebe3094d5715c;hpb=8486efb79426946ee6866cd4490b86e704e2c1b8;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index f5034e145..c3c64dc76 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; @@ -199,10 +201,6 @@ body.menu { border-style: none; } -.listheading A:link, .listheading A:visited, .listheading A:active { - color: white; -} - /* .listheadingcontent { background-color: #EBEBEB; color: #006400; @@ -237,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;