Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 00462921

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 0046292193d3f50604eb6ce0c97269cb1566e392
  • Vorgänger 349b5f5c
  • Nachfolger e7f0ef77

css/less -> Geaenderte & Neue Less-Dateien

Unterschiede anzeigen:

css/less/specials.less
1
/* ------------------------------------------------------------- */
2
/* SPECIALS (specials.less)                                      */
3
/* ------------------------------------------------------------- */
4

  
5

  
1 6
// ----------------------------------------------------------------------------
2 7
//
3 8
// SPECIALS
......
22 27
  border-width: 0;
23 28
  thead{
24 29
    th{
25
      background-color: #E3E3E3 ; 
30
      //background-color: #E3E3E3 ; 
26 31
    }
27 32

  
28 33
  }
......
65 70
}
66 71

  
67 72

  
68
//
69
// **********************************
70
// POSITON DETAILS (E.G. SALES ORDER)
71
// **********************************
73

  
74
// --------------------------------------
75
// ROW POSITON DETAILS (E.G. SALES ORDER)
76
// --------------------------------------
72 77

  
73 78
td.row-position-detail{
74 79
  padding: 0 0 0.2em 0.4em !important;
75 80
  
76 81
  div.table{
77
    display: table;
82
    display:             table;
78 83
    div.field{
79
      display: table-row;
80
      padding: 0.1em 0 ;
81
      height: 2.0em !important; ;
84
      display:           table-row;
85
      padding:           0.1em 0 ;
86
      height:           2.0em !important; ;
87
      
82 88
      span.label{ 
83
        width: 10.0em;
84
        height: 2.0em !important; 
89
        width:           10.0em;
90
        height:         2.0em !important; 
85 91
        vertical-align: middle;
86
        display: table-cell ;
87
        padding: 0.3em 0 0 0;
92
        display:         table-cell ;
93
        padding:         0.3em 0 0 0;
88 94
      }
95
      
89 96
      span.value{
90
        height: 2.0em ;
97
        height:         2.0em ;
91 98
        span.data{ 
92
          padding: 0.3em 0 0.2em 0.5em !important;
93
          display: block;
99
          padding:       0.3em 0 0.2em 0.5em !important;
100
          display:       block;
94 101
        }
95 102
      }
96
    }
97
  
98
  }
103
      
104
    } //div.field
105
  } // /div.table
99 106

  
107
} // /td.row-position-detail
100 108

  
101
}
109

  
110

  
111
// --------------------------------------
112
// TABLE #DISPLAY ROW
113
// --------------------------------------
102 114

  
103 115
table#display_row{
104 116
  tbody{
......
117 129

  
118 130
} 
119 131

  
120

  
121

  
122

  
123

  
124

  
125

  

Auch abrufbar als: Unified diff