X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bc9f12ced08474ba6569a60b6b308b1a0ad855f7..a3ae31c:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 4cad54f27..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; @@ -370,3 +371,8 @@ label { color: #ccc; font-style: italic; } + +.link_separator { + margin-left: 6px; + margin-right: 6px; +}