X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=3b859938386d36c4f3936c258d107ecb7c47d773;hb=f775b88a24af70fd667683ee235adc2d450e83b9;hp=3653c526fac566eaea4d83f4a50f8b451cbda09c;hpb=d33d6eacd01055ab2dde558b50b720b385e44126;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 3653c526f..3b8599383 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, h2 { +.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,75 @@ label { color: #ccc; font-style: italic; } + +.link_separator { + margin-left: 6px; + margin-right: 6px; +} + +.small-text { + font-size: 0.75em; +} + +.float-left { + float: left; +} +.float-right { + float: right; +} + +.block-context { + overflow: hidden; +} + +.position-relative { + position: relative; +} + +.position-absolute { + position: absolute; +} + +.part_picker { + padding-right: 16px; +} + +div.part_picker_part { + padding: 5px; + margin: 5px; + border: 1px; + border-color: darkgray; + border-style: solid; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + background-color: white; + cursor: pointer; +} +div.part_picker_part:hover { + background-color: #CCCCCC; + color: #FE5F14; + border-color: gray; +} +div.ppp_block { + overflow:hidden; + float:left; + width: 350px; +} +div.ppp_block span.ppp_block_number { + float:left; +} +div.ppp_block span.ppp_block_description { + float:right; + font-weight:bold; +} +div.ppp_line span.ppp_block_description { + margin-left:1em; + font-weight:bold; +} +div.ppp_line span.ppp_block_sellprice { + display:none; +} +span.toggle_selected { + font-weight: bold; +}