X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=ea229ba4be1ea2227e56ea100a9d97ee47fff5bf;hb=757a0f72c67cd96656433de0ee4711888d31bea9;hp=6fa432dc00426c4a7451e5ab0d0718e5a36f7b25;hpb=fa7fc7eeb3ca718914affee06c0629a08d571288;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 6fa432dc0..ea229ba4b 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -309,19 +309,6 @@ fieldset { color: black; font-weight: bolder; } -/* media stuff */ -@media screen { -.noscreen { -/* items with this class won't display */ - display: none; -} -} -@media print { -.noprint { -/* items with this class won't print */ - display: none; -} -} .filecontent { border: 1px solid blue; padding-left: 2px; @@ -334,13 +321,6 @@ label { .unbalanced_ledger { background-color: #ffa0a0; } -.clearfix:after { - clear: both; - content: "."; - display: block; - height: 0; - visibility: hidden; -} .flash_message_error { background-color: #FFD6D6; border: 1px solid #AE0014; @@ -377,32 +357,14 @@ label { 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; } +.customer-vendor-picker-undefined, +.partpicker-undefined { + color: red; + font-style: italic; +} div.part_picker_part { padding: 5px; @@ -443,15 +405,3 @@ div.ppp_line span.ppp_block_sellprice { span.toggle_selected { font-weight: bold; } - -/* CTI */ -a.cti_call_action { - display: inline-block; - padding-left: 18px; - height: 16px; - position: relative; - top: 2px; - vertical-align: center; - background-image: url(../../image/icons/16x16/phone.png); - background-repeat: no-repeat; -}