Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cd670dfa

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID cd670dfafdb3560614634765e2a377946ff1809b
  • Vorgänger ff33b093

Erweiterung und Optimierung less und css fuer Design 4.0

Unterschiede anzeigen:

css/less/scaffolding.less
1
/* ------------------------------------------------------------- */
2
/* SCAFFOLDING (scaffolding.less)                                */
3
/* ------------------------------------------------------------- */
4

  
1 5
// ----------------------------------------------------------------------------
2 6
//
3 7
// SCAFFOLDING (PAGE & PAGE COMPONENTS)
......
31 35

  
32 36
body {
33 37
  margin:           0 ;
34
  background-color: @body-bg;
35 38
  color:            @brand-primary ;
36 39
  font-family:      @font-family-sans-serif;
37
  font-size:        @font-size-base ;
40
  font-size:        @font-size-smaller ;
38 41

  
42
//  background-color: @body-bg;
43
	.bg-body ;
39 44

  
40 45

  
41 46
  // --------------------------------------
......
79 84
    display: block;
80 85
    z-index: @zindex-actionbar;
81 86
    position: fixed;
82
    float: left !important;
87
    //float: left !important;
88
    float: right !important;
83 89
    width: auto;
84 90
    top: 68px ;
85
    left: 656px ;
91
    //left: 656px ;
86 92
    right: 0.2em ;
87 93
    margin: 0 0.4em 0 0;
88 94
    padding: 0;
......
109 115
    display:          block;
110 116
    padding:          @content-padding;
111 117
    margin:           @content-margin;
118
		
119
		.bg-content ;
112 120

  
113 121

  
122
    // --------------------------------------
123
    // UI-TABS-PANEL
124
    // --------------------------------------
125
    .ui-tabs-panel {
126
       //background-color: @tabs-bg;
127
    }
128

  
114 129

  
115 130

  
116 131
    // --------------------------------------
......
121 136
      clear:       both;
122 137
      display:     block;
123 138
      overflow:    hidden;
124
      width:       auto;
139
      width:       99%;
125 140
      height:      auto;
126 141

  
127
      // --------------
128
      // Single Column (DIV or HORIZONTAL TABLE)
129
      //
142
			
143
			// -----------------------
144
			// Colums (.col)
145
			// -----------------------
146
      // Single Column (DIV or HORIZONTAL TABLE .tbl-horizontal)
130 147
      & > .col {
131 148
        display: block;
132 149
        overflow: hidden;
......
137 154
          line-height: 12.6pt;
138 155
        }
139 156
        p { font-size: @font-size-small }
140
      }
157
      } // /.col
158
      
141 159
      & > .col,
142 160
      & > .tbl-horizontal{
143 161
        float: left;
144 162
        margin-right: 1.6em;
145
        padding-bottom: 2px ; // needed to avoid crops of buttons
163
        padding-bottom: 2px ; // required to avoid crops of buttons
146 164
      }
165
//      & > .tbl-horizontal:last-child{
166
//      	margin-right: 0 !important ;
167
//      }
168

  
169

  
170
      
147 171
      // Centered Column
148 172
      &.center{
149 173
        margin: 0 auto;
......
154 178
      &.width-moderate{
155 179
        width: auto;
156 180
      }
157
    }
158
    // /.wrapper
159

  
160

  
161

  
162
    // --------------------------------------
163
    // UI-TABS-PANEL
164
    // --------------------------------------
165
    .ui-tabs-panel {
166
       background-color: @tabs-bg;
167
    }
168

  
181
      
182
      & > table.tbl-horizontal:last-child{
183
      	margin-right: 0 !important ;
184
      }
185
      
186
    } // /.wrapper
169 187

  
170 188
  } // /#content
171 189

  

Auch abrufbar als: Unified diff