Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6c642305

Von Cem Aydin vor fast 4 Jahren hinzugefügt

  • ID 6c642305a64a96193da550d7c6011d9b215250f2
  • Vorgänger 5c1622a9
  • Nachfolger 7ddec32d

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

  
css/style.css
262 262
  float: left;
263 263
  margin-right: 1.6em;
264 264
}
265
body #content .wrapper > .col div label {
265
body #content .wrapper > .col div > label {
266 266
  font-size: 10pt;
267 267
  line-height: 12.6pt;
268 268
}
......
273 273
body #content .wrapper > .tbl-horizontal {
274 274
  float: left;
275 275
  margin-right: 1.6em;
276
  padding-bottom: 2px ;
276
  padding-bottom: 20px ;
277 277
}
278 278
body #content .wrapper.center {
279 279
  margin: 0 auto;
......
3984 3984
.wrapper > .select-item {
3985 3985
  margin: 0.8em 0 1em 0;
3986 3986
}
3987
div.filtered_select input,
3988
div.filtered_select select {
3989
  display: block;
3990
}
3991
div.filtered_select input {
3992
  background-image: url(../../image/glass14x14.png);
3993
  background-repeat: no-repeat;
3994
  background-position: 2px 2px;
3995
  border-radius: 0px;
3996
  border: solid #a0a0a0 1px;
3997
  border-bottom: none;
3998
  padding: 0px;
3999
  padding-left: 20px;
4000
  margin: 0;
4001
  width: 500px;
4002
}
4003
div.filtered_select select {
4004
  width: 522px;
4005
}
3987 4006
.toggle_panel.control-panel {
3988 4007
  border: none !important;
3989 4008
  background: none !important;

Auch abrufbar als: Unified diff