Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
01cec5 1 body
MC 2   overflow-y: scroll
3
4 .left
5   float: left
6
7 .right
8   float: right
9
10 .clear:after
11   content: ''
12   display: table
13   clear: both
14
15 .marginTop15
16   margin-top: 15px
17
18 .paddingX5
19   padding-left: 5px !important
20   padding-right: 5px !important
21
22 .width65
23   width: 65px
24
25 .form-group input[type='checkbox']
26   margin-top: 10px
27
28 .control-label
29   font-weight: normal
30
31   &:after
32     content: ':'
33
34 .formbutton-default
35   padding: 6px 30px
36   border-bottom-style: solid
37   border-bottom-width: 2px
38   font-size: 12px
39   font-weight: bold
40   transition: all ease 500ms
41
42 .formbutton-success
43   padding: 6px 30px
44   border-style: solid
45   border-width: 1px
46   border-bottom-width: solid
47   font-size: 12px
48   font-weight: bold
49   transition: all ease 500ms
50
51 #main-wrapper
52   margin: 0 auto
53   width: 950px
54
55 #logo
56   float: left
57   width: 200px
58   height: 65px
59   background: url('../images/logo.png') no-repeat
60
61   a
62     display: block
63     width: 100%
64     height: 100%
65
66 #headerbar
67   float: right
68
69 #searchform
70   float: right
71   margin-top: 16px
72
73   > div
74     position: relative
75     display: table
76
77     > div
78       display: table-cell
79       padding-right: 8px
80       vertical-align: top
81
82   .icon
83     padding: 0 2px
84     font-size: 16px
85
86 #logout-button
87   float: right
88   margin-top: 16px
89   margin-left: 25px
90   border-bottom-style: solid
91   border-bottom-width: 2px
92   transition: all ease 500ms
93
94 #main-navigation
95   margin-top: 24px
96
97   a
98     padding: 0 12px
99     height: 70px
100     border-bottom-style: solid
101     botder-bottom-width: 2px
102     transition: all ease 500ms
103
104   .icon
105     font-size: 32px
106
107   .title
108     margin-top: 2px
109     font-weight: bold
110
111
112 .btn-group-justified .btn
113   border-right-width: 0
114
115   &:last-of-type
116     border-right-width: 1px
117
118 #content
119   width: 710px
120
121 #sidebar
122   margin-top: 27px
123   width: 215px
124   border-style: solid
125   border-width: 1px
126   border-radius: 4px
127
128   header
129     margin: 1px
130     padding: 0 10px
131     height: 40px
132     line-height: 40px
133     font-weight: bold
134     border-top-left-radius: 2px
135     border-top-right-radius: 2px
136
137   ul
138     margin: 0
139     padding: 0
140     list-style: none
141
142   li
143     padding: 10px
144     border-top-style: solid
145     border-top-width: 1px
146     font-size: 12px
147
148   a
149     text-decoration: none
150     transition: color ease 500ms
151
152 .page-header
153   margin: 20px 0
154   padding: 0
155
156 .alert-notification
157   a
158     font-weight: bold
159     text-decoration: none
160     transition: color ease 500ms
161
162 .alert-label, .alert-content
163   display: inline-block
164   vertical-align: top
165
166 .alert-label
167   width: 60px
168
169 .modules
170   margin: 0
171   padding: 0
172   list-style: none
173
174   li
175     float: left
176     margin-right: 15px
177     margin-bottom: 15px
178     padding: 8px
179     width: 200px
180     border-radius: 4px
181     border-style: solid
182     border-width: 1px
183
184   .icon
185     float: left
186     margin-right: 15px
187     font-size: 50px
188
189   .left
190     margin-top: 5px
191
192   .title
193     margin-top: 6px
194     margin-left: 20px
195     font-size: 16px
196     font-weight: bold
197
198   .button
199     margin-top: 10px
200     width: 100%
201     border-bottom-style: solid
202     border-bottom-width: 2px
203     font-size: 12px
204     font-weight: bold
205     transition: all ease 500ms
206
207   a
208     text-decoration: none
209
210 .table-wrapper
211   margin-bottom: 20px
212   border-radius: 4px
213   border-style: solid
214   border-width: 1px
215
216 .table
217   margin-bottom: 1px
218
219   caption
220     padding: 5px 10px
221     text-align: left
222     font-weight: bold
223     font-size: 18px
224     border-bottom-style: solid
225     border-bottom-width: 1px
226
227   tbody
228     tr
229       border-top-style: solid
230       border-top-width: 1px
231       transition: background ease 500ms
232
233       &:last-child
234         border-radius: 4px
235
236 .tfooter
237   margin-top: -1px
238   height: 40px
239   border-top-style: solid
240   border-top-width: 1px
241
242 .progress
243   display: inline-block
244   margin-bottom: 0
245   width: 300px
246   height: 10px
247
248 .content-tab-wrapper
249   border-style: solid
250   border-width: 1px
251   border-radius: 4px
252
253   .nav-tabs
254     > li > a
255       border-radius: 0
256       border: none !important
257       border-right-style: solid !important
258       border-right-width: 1px !important
259       outline: none
260       font-weight: bold
261       transition: background ease 500ms
262
263     li:not(:first-child) a
264       margin-left: -2px
265
266 .tab-content
267   padding: 25px 10px
268
269 .input-group-btn .icon-calendar
270   font-size: 18px
271
272 thead.dark
273   th
274     height: 40px
275     line-height: 40px
276     font-weight: normal
277
278 #footer
279   margin: 20px 0
280   padding-top: 20px
281   border-top-style: solid
282   border-top-width: 1px
283   text-align: center
284   font-size: 10px
285
286 .menu-btn
287   display: none
288   cursor: pointer
289
290 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
291   #logo
292     background-image: url('../images/logo@2x.png')
293     background-size: 200px 65px
4890d1 294
TB 295 .input-group-field
296   display: table-cell
297   vertical-align: middle
298   border-radius: 4px
299   min-width: 1%
300   white-space: nowrap
301
302 .input-group-field .form-control 
303   border-radius: inherit !important
304
305 .input-group-field:not(:first-child):not(:last-child)
306   border-radius: 0
307
308 .input-group-field:not(:first-child):not(:last-child) .form-control
309   border-left-width: 0
310   border-right-width: 0
311
312 .input-group-field:last-child
313   border-top-left-radius: 0
314   border-bottom-left-radius: 0