Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8fdf0792

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 8fdf0792744f2c1dc674a7e6f54cab66e9469dae
  • Vorgänger 9c7c3afd
  • Nachfolger 6e254c4d

Neues Design: CSS: Überlagerung Textfeld/Überschrift verhindern, label Schriftgrösse fixen

- less/css neu erzeugt

Unterschiede anzeigen:

css/less/scaffolding.less
116 116
    display:          block;
117 117
    padding:          @content-padding;
118 118
    margin:           @content-margin;
119
    
119

  
120 120
    .bg-content ;
121 121

  
122 122

  
......
140 140
      width:       99%;
141 141
      height:      auto;
142 142

  
143
      
143

  
144 144
      // -----------------------
145 145
      // Colums (.col)
146 146
      // -----------------------
......
150 150
        overflow: hidden;
151 151
        float: left;
152 152
        margin-right: 1.6em;
153
        div label {
153
        div > label {
154 154
          font-size: 10pt;
155 155
          line-height: 12.6pt;
156 156
        }
157 157
        p { font-size: @font-size-small }
158 158
      } // /.col
159
      
159

  
160 160
      & > .col,
161 161
      & > .tbl-horizontal{
162 162
        float: left;
163 163
        margin-right: 1.6em;
164
        padding-bottom: 2px ; // required to avoid crops of buttons
164
        padding-bottom: 20px ; // required to avoid crops of buttons
165 165
      }
166 166
//      & > .tbl-horizontal:last-child{
167 167
//        margin-right: 0 !important ;
168 168
//      }
169 169

  
170 170

  
171
      
171

  
172 172
      // Centered Column
173 173
      &.center{
174 174
        margin: 0 auto;
......
179 179
      &.width-moderate{
180 180
        width: auto;
181 181
      }
182
      
182

  
183 183
      & > table.tbl-horizontal:last-child{
184 184
        margin-right: 0 !important ;
185 185
      }
186
      
186

  
187 187
    } // /.wrapper
188 188

  
189 189
  } // /#content
......
217 217

  
218 218
}
219 219
// /body
220

  

Auch abrufbar als: Unified diff