]> wagnertech.de Git - mfinanz.git/blobdiff - css/lx-office-erp/main.css
FiBu Schellsuche in Headerzeile
[mfinanz.git] / css / lx-office-erp / main.css
index e8814bb85258bf02e9b0959557817f3c2fdfbc65..812879ade2d5986a28859db3b6e8845f1ac73ae2 100644 (file)
@@ -296,10 +296,6 @@ div.admin {
   color: green;
 }
 
-td.numeric { /* class for numeric columns in tables */
-  text-align: right
-}
-
 h2.confirm {
   color: blue;
   font-size: 14pt;
@@ -316,19 +312,6 @@ fieldset {
   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;
@@ -344,15 +327,6 @@ label {
   background-color: #ffa0a0;
 }
 
-.clearfix:after {
-  clear:both;
-  content:".";
-  display:block;
-  font-size:0;
-  height:0;
-  visibility:hidden;
-}
-
 .flash_message_error {
   background-color:#FFD6D6;
   border: 1px solid #AE0014;
@@ -429,32 +403,10 @@ 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;
@@ -497,20 +449,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;
-}
-
-/* the cvars table in the 2. row */
-.row2-cvars-table tr {vertical-align: top;}
-.row2-cvars-table th {text-align: right; padding-left: 15px; padding-right: 0;}
-.row2-cvars-table td, .row2-cvars-table th {padding-top: 10px;}