Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e7c11f83

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

  • ID e7c11f8376af120df8932da0700492985dc893ea
  • Vorgänger a85900cb
  • Nachfolger d25334c6

Anpassungen für die Präsentation am kivitendo Treffen April 2018

Unterschiede anzeigen:

css/less/main.less
139 139
h3{
140 140
  .mx-h3-caption ; // Mixin
141 141
  color: @headings-color ;
142
  padding-left: 0 ;
142 143
}
143 144

  
144 145

  
......
184 185
    border:none;
185 186
  }
186 187

  
188
  // --------------
189
  // Buttons (Link as Buttons outside a FORM)
190
  //
191
  &.button {
192
    .mx-button
193
    // PENDENT!
194
    &.inline{
195
    
196
    }
197
    &.below{
198
      clear: both !important;
199
    }
200
    .wi-wider{ width: @wi-wider ; }
201
  }
187 202

  
188 203
}
189 204
// /a (Links)
......
313 328
  margin: @contentbox-margin;
314 329
  clear: both;
315 330
}
331
// PENDENT: Neue Loesung
332
.accent{
333
  div.label{
334
    float: left ;
335
    color: gray ;
336
    font-size: 80% ;
337
    &.wi-mediumsmall{ width: 13.6em; } // PENDENT!
338
    padding-top: 0.8em ;
339
  }
340
  div.data{
341
    float: left ;
342
    input[type="text"]{
343
      width: 20em !important ;
344
    }
345
  }
346
}
347

  
348

  
316 349

  
317 350
// Centered blocks
318 351
.center {

Auch abrufbar als: Unified diff