X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=5531359989b98b897a2382dc1906793e0039dbee;hb=39fdacc1e4c1408a00c460f10fe3af93de1e6477;hp=12db365e1c3cd32e8b9a3ece96361f078680799f;hpb=a23454bb1b039a31b7f77710ff663fa9152d530c;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 12db365e1..553135998 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, #content h2 { padding: 0.2em; background-color: #EBEBEB; color: #006400; @@ -225,12 +226,12 @@ body.menu { border-width: 1px; background: #FFFFE0; } -.listrow1, .listrow:nth-child(odd) { +.listrow1, .listrow:nth-child(even) { background-color: #FFFFFF; color: black; vertical-align: top; } -.listrow0, .listrow:nth-child(even) { +.listrow0, .listrow:nth-child(odd) { background-color: #FFFF99; color: black; vertical-align: top; @@ -370,3 +371,53 @@ label { color: #ccc; font-style: italic; } + +.link_separator { + margin-left: 6px; + margin-right: 6px; +} + +.small-text { + font-size: 0.75em; +} + +.float-left { + float: left; +} + +.block-context { + overflow: hidden; +} + +.position-relative { + position: relative; +} + +.position-absolute { + position: absolute; +} + +.part_picker { + padding-right: 16px; +} + +div.part_picker_part { + float:left; width: 350px; + padding: 5px; + margin: 5px; + overflow:hidden; + border: 1px; + border-color: darkgray; + border-style: solid; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background-color: whitesmoke; + cursor: pointer; +} + +div.part_picker_part:hover { + background-color: #CCCCCC; + color: #FE5F14; + border-color: gray; +}