X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=0420034c745cc377e41326d24263835cde201775;hb=de66b95fa834d44d84b8d6e48b1ffbbd607d07e0;hp=3d5530a7127cb8ee96f0f91fe67da465e38cba0a;hpb=ec4779b81c8ed10a64ae0aab3f35c630c1066bdf;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 3d5530a71..0420034c7 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; @@ -192,17 +194,13 @@ body.menu { } */ .listheading { padding: 0.2em; - background-color: #006400; - color: white; + background-color: #EBEBEB; + color: #006400; font-weight: bolder; text-align: left; 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; @@ -358,3 +361,7 @@ label { margin-bottom: 5px; padding: 5px; } + +.flash_title { + font-weight: bold; +}