Commit 2bdc0a3fafb7c4a9fc49d2db22e5186ce36eabfd
1 parent
a45fb713
Exists in
master
and in
109 other branches
Improve dataset info style
Showing
1 changed file
with
17 additions
and
50 deletions
Show diff stats
js/resources/css/amda.css
... | ... | @@ -227,38 +227,34 @@ background-image: url(../images/16x16/error.png) !important; |
227 | 227 | background-color: yellow !important; |
228 | 228 | } |
229 | 229 | |
230 | +/* datasets information windows */ | |
230 | 231 | |
231 | -.infoWindow ul { | |
232 | - margin-left: 20px; | |
233 | - list-style-type: disc; | |
232 | +.infoWindow table.contact tr td:first-child { | |
233 | + vertical-align:top; | |
234 | + font-weight: bold; | |
235 | + color: #555555; | |
234 | 236 | } |
235 | 237 | |
236 | -.infoWindow li { | |
237 | - list-style-type: disc; | |
238 | +.infoWindow table.contact tr td p { | |
239 | + margin-top: 0; | |
238 | 240 | } |
239 | 241 | |
240 | -.infoWindow b { | |
242 | +.infoWindow h1 { | |
243 | + font-size: large; | |
241 | 244 | color: #555555; |
242 | - } | |
245 | +} | |
243 | 246 | |
244 | 247 | .infoWindow h2 { |
245 | - padding-bottom: 3px; | |
246 | - margin-bottom: 1em; | |
247 | - color: #555555; | |
248 | - } | |
249 | - | |
250 | -.infoMsg h2 { | |
251 | - padding-bottom: 3px; | |
252 | - color: #555555; | |
253 | - } | |
248 | + font-size: small; | |
249 | + margin-bottom: 5px; | |
250 | +} | |
254 | 251 | |
255 | -.infoMsg ul { | |
256 | - padding-top: 3px; | |
257 | - margin-left: 20px; | |
252 | +.infoWindow h3 { | |
253 | + font-size: x-small; | |
258 | 254 | } |
259 | 255 | |
260 | -.infoMsg li { | |
261 | - list-style-type: disc; | |
256 | +.infoWindow p { | |
257 | + margin-top: 5px; | |
262 | 258 | } |
263 | 259 | |
264 | 260 | .plotPanelBgColor td div { |
... | ... | @@ -505,32 +501,3 @@ p + p { |
505 | 501 | padding: 4px; |
506 | 502 | white-space: normal; |
507 | 503 | } |
508 | - | |
509 | -/* datasets information windows */ | |
510 | - | |
511 | -.infoWindow table.contact tr td:first-child { | |
512 | - vertical-align:top; | |
513 | - font-weight: bold; | |
514 | -} | |
515 | - | |
516 | -.infoWindow table.contact tr td p { | |
517 | - margin-top: 0; | |
518 | -} | |
519 | - | |
520 | -.infoWindow h1 { | |
521 | - font-size: large; | |
522 | - color: #555555; | |
523 | -} | |
524 | - | |
525 | -.infoWindow h2 { | |
526 | - font-size: small; | |
527 | - margin-bottom: 5px; | |
528 | -} | |
529 | - | |
530 | -.infoWindow h3 { | |
531 | - font-size: x-small; | |
532 | -} | |
533 | - | |
534 | -.infoWindow p { | |
535 | - margin-top: 5px; | |
536 | -} | ... | ... |