Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9439c4f2

Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt

  • ID 9439c4f234ff6d97144e37ed39fd4bd67f8f68e0
  • Vorgänger 574bdeea
  • Nachfolger 3fc38171

Diverse weitere Anpassungen zum Design 4.0

Unterschiede anzeigen:

css/less/specials.less
63 63

  
64 64
  }
65 65
}
66

  
67

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

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

  
99

  
100
}
101

  
102
table#display_row{
103
  tbody{
104
    tr{
105
      td{
106
        a.row-position{
107
          float: left;
108
          padding: 0.6em 0.2em 0 0 ;
109
        }
110
        input.row-position{
111
          float: left;
112
        }
113
      }
114
    }
115
  }
116

  
117
} 
118

  
119

  
120

  
121

  
122

  
123

  
124

  

Auch abrufbar als: Unified diff