Revision 3474
Added by walbridge about 17 years ago
lib/style/skins/nceas/nceas.css | ||
---|---|---|
73 | 73 |
border: 0px; |
74 | 74 |
padding: 0px; |
75 | 75 |
margin: 0px; |
76 |
/* temporary fix until we remove iframes from NCEAS skin */ |
|
77 |
background: #fff; |
|
78 |
|
|
76 | 79 |
} |
77 | 80 |
|
78 | 81 |
|
... | ... | |
167 | 170 |
} |
168 | 171 |
|
169 | 172 |
td, th { |
170 |
padding: 1px 1px;
|
|
173 |
padding: 5px 5px;
|
|
171 | 174 |
} |
172 | 175 |
|
173 | 176 |
.tablehead { |
... | ... | |
350 | 353 |
font-weight: bold;} |
351 | 354 |
|
352 | 355 |
.tables { |
353 |
width: 760px; |
|
354 |
margin-left: 20px; |
|
355 |
border-top: solid black 1px; |
|
356 |
border-left: solid black 1px; |
|
357 |
border-right: solid black 1px; |
|
358 |
} |
|
356 |
width: 760px; |
|
357 |
margin: 0px 0px 0px 20px; |
|
358 |
border: solid black 1px; |
|
359 |
border-bottom: none; |
|
360 |
} |
|
359 | 361 |
|
360 | 362 |
.hide { |
361 | 363 |
display:none; |
Also available in: Unified diff
Minor fixes to improve the registry CSS to match the new NCEAS skin. Still reliant on iframes, so the overall L+F is broken.