X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=css%2Fkivitendo%2Fmain.css;h=e6cd0a6f2351be10ff3d46ef5979ce7a7c4a0723;hb=2737667aa9394428f885187928509e7c5d0ec4d4;hp=c3c64dc76f4e3e4afeb2abce50fede8999e4314c;hpb=adc9b96cee1263480fb2bc1d574cc1c6be7afae0;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index c3c64dc76..e6cd0a6f2 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -91,12 +91,12 @@ th { font-weight: bold; } /* login and admin */ -.login a, .login a:visited, .login a:hover { +a.no-underlined-links, a.no-underlined-links:visited, a.no-underlined-links:hover { text-decoration: none !important; background-color:transparent !important; border:none; } -.login a:hover { +a.no-underlined-links:hover { background: none; } body.login { @@ -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,21 @@ 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; +} + +.small-text { + font-size: 0.75em; +}