X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=c2ef521345df8cf5eb64c67e940976be20a4816c;hb=e2f3e23d06357330bab3367d1164d921b1426eea;hp=c3c64dc76f4e3e4afeb2abce50fede8999e4314c;hpb=980dc53321ae6c2d3e448b6ca2a0c7d11a65ee8c;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index c3c64dc76..c2ef52134 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -110,6 +110,7 @@ body.login { table.login { background-color: #FFFFE0; padding: 20px; + width: 500px; } td.login { text-align: center; @@ -192,7 +193,7 @@ body.menu { background-color: #8ee085; color: #000000; } */ -.listheading { +.listheading, h2 { padding: 0.2em; background-color: #EBEBEB; color: #006400; @@ -225,12 +226,12 @@ 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; @@ -361,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; +}