Revision 7a31a8f2
Von Hans P. Schlaepfer vor etwa 5 Jahren hinzugefügt
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; |
... | ... | |
104 | 110 |
// -------------------------------------- |
105 | 111 |
// CONTENT |
106 | 112 |
// -------------------------------------- |
107 |
& > #content { |
|
113 |
//& > #content { |
|
114 |
& #content { |
|
108 | 115 |
overflow: hidden; |
109 | 116 |
display: block; |
110 | 117 |
padding: @content-padding; |
111 | 118 |
margin: @content-margin; |
119 |
|
|
120 |
.bg-content ; |
|
112 | 121 |
|
113 | 122 |
|
123 |
// -------------------------------------- |
|
124 |
// UI-TABS-PANEL |
|
125 |
// -------------------------------------- |
|
126 |
.ui-tabs-panel { |
|
127 |
//background-color: @tabs-bg; |
|
128 |
} |
|
129 |
|
|
114 | 130 |
|
115 | 131 |
|
116 | 132 |
// -------------------------------------- |
... | ... | |
121 | 137 |
clear: both; |
122 | 138 |
display: block; |
123 | 139 |
overflow: hidden; |
124 |
width: auto;
|
|
140 |
width: 99%;
|
|
125 | 141 |
height: auto; |
126 | 142 |
|
127 |
// -------------- |
|
128 |
// Single Column (DIV or HORIZONTAL TABLE) |
|
129 |
// |
|
143 |
|
|
144 |
// ----------------------- |
|
145 |
// Colums (.col) |
|
146 |
// ----------------------- |
|
147 |
// Single Column (DIV or HORIZONTAL TABLE .tbl-horizontal) |
|
130 | 148 |
& > .col { |
131 | 149 |
display: block; |
132 | 150 |
overflow: hidden; |
... | ... | |
137 | 155 |
line-height: 12.6pt; |
138 | 156 |
} |
139 | 157 |
p { font-size: @font-size-small } |
140 |
} |
|
158 |
} // /.col |
|
159 |
|
|
141 | 160 |
& > .col, |
142 | 161 |
& > .tbl-horizontal{ |
143 | 162 |
float: left; |
144 | 163 |
margin-right: 1.6em; |
145 |
padding-bottom: 2px ; // needed to avoid crops of buttons
|
|
164 |
padding-bottom: 2px ; // required to avoid crops of buttons
|
|
146 | 165 |
} |
166 |
// & > .tbl-horizontal:last-child{ |
|
167 |
// margin-right: 0 !important ; |
|
168 |
// } |
|
169 |
|
|
170 |
|
|
171 |
|
|
147 | 172 |
// Centered Column |
148 | 173 |
&.center{ |
149 | 174 |
margin: 0 auto; |
... | ... | |
154 | 179 |
&.width-moderate{ |
155 | 180 |
width: auto; |
156 | 181 |
} |
157 |
} |
|
158 |
// /.wrapper |
|
159 |
|
|
160 |
|
|
161 |
|
|
162 |
// -------------------------------------- |
|
163 |
// UI-TABS-PANEL |
|
164 |
// -------------------------------------- |
|
165 |
.ui-tabs-panel { |
|
166 |
background-color: @tabs-bg; |
|
167 |
} |
|
168 |
|
|
182 |
|
|
183 |
& > table.tbl-horizontal:last-child{ |
|
184 |
margin-right: 0 !important ; |
|
185 |
} |
|
186 |
|
|
187 |
} // /.wrapper |
|
169 | 188 |
|
170 | 189 |
} // /#content |
171 | 190 |
|
Auch abrufbar als: Unified diff
css/less -> Geaenderte & Neue Less-Dateien