Lines 4-13
form {
Link Here
|
4 |
|
4 |
|
5 |
div#toolbar { |
5 |
div#toolbar { |
6 |
border: 0; |
6 |
border: 0; |
|
|
7 |
margin-bottom: 0; |
8 |
padding-top: 5px; |
7 |
} |
9 |
} |
8 |
|
10 |
|
9 |
.tab-content { |
11 |
.tab-content { |
10 |
border: 0; |
12 |
border: 0; |
|
|
13 |
border-radius: 0; |
11 |
padding: 0; |
14 |
padding: 0; |
12 |
} |
15 |
} |
13 |
|
16 |
|
Lines 90-101
a.expandfield {
Link Here
|
90 |
margin-bottom : 1em; |
93 |
margin-bottom : 1em; |
91 |
} |
94 |
} |
92 |
|
95 |
|
93 |
.toptabs .ui-tabs-nav li a { |
96 |
.toptabs { |
94 |
padding : .2em 1.2em; |
97 |
margin-left: -5px; |
|
|
98 |
margin-top: 0; |
99 |
} |
100 |
|
101 |
.toptabs .tab-pane { |
102 |
padding: 1em; |
95 |
} |
103 |
} |
96 |
|
104 |
|
97 |
.tag { |
105 |
.tag { |
98 |
border-bottom: 2px solid #D5E6E9; |
106 |
border-bottom: 2px solid #E4F2DA; |
99 |
clear: both; |
107 |
clear: both; |
100 |
padding: .7em 0; |
108 |
padding: .7em 0; |
101 |
} |
109 |
} |
Lines 278-283
tbody tr.active td {
Link Here
|
278 |
|
286 |
|
279 |
.toolbar-tabs-container { |
287 |
.toolbar-tabs-container { |
280 |
flex-basis: 100%; |
288 |
flex-basis: 100%; |
|
|
289 |
margin-top: .5em; |
281 |
} |
290 |
} |
282 |
|
291 |
|
283 |
.toolbar-tabs { |
292 |
.toolbar-tabs { |
Lines 344-353
tbody tr.active td {
Link Here
|
344 |
width: 100%; |
353 |
width: 100%; |
345 |
} |
354 |
} |
346 |
|
355 |
|
347 |
.toolbar-tabs li:first-child a { |
|
|
348 |
border-left: 1px solid #EDF4F6; |
349 |
} |
350 |
|
351 |
.tag_anchors_list { |
356 |
.tag_anchors_list { |
352 |
background-color: #FFF; |
357 |
background-color: #FFF; |
353 |
clear: both; |
358 |
clear: both; |
Lines 367-373
tbody tr.active td {
Link Here
|
367 |
} |
372 |
} |
368 |
|
373 |
|
369 |
.tag_anchors a { |
374 |
.tag_anchors a { |
370 |
border-right: 1px solid #EDF4F6; |
375 |
border-right: 1px solid #CCC; |
371 |
display: inline-block; |
376 |
display: inline-block; |
372 |
padding: 0 .4em; |
377 |
padding: 0 .4em; |
373 |
} |
378 |
} |
374 |
- |
|
|