Commit 86c90e3a7fec6017f724160f557c9cfb1789cd56

Authored by Nathanaël Jourdane
1 parent 4078a635

Update CSS for datasets information windows

Showing 1 changed file with 31 additions and 8 deletions   Show diff stats
js/resources/css/amda.css
... ... @@ -139,7 +139,7 @@ background-image: url(../images/small_cancel_centered.png);
139 139 }
140 140  
141 141 .ux-rangemenu-eq {
142   - background-image: url(../images/16x16//equals.png) !important;
  142 + background-image: url(../images/16x16/equals.png) !important;
143 143 }
144 144 /*
145 145 .icon-kill {
... ... @@ -190,13 +190,13 @@ background-image: url(../images/16x16/error.png) !important;
190 190 background-repeat: no-repeat;
191 191 }
192 192  
193   -.icon-addRsrc {
194   - background-image:url( ../images/32x32/1309360076_misc_22.png ) !important;
195   -}
  193 +/*.icon-addRsrc {*/
  194 + /*background-image:url( ../images/32x32/1309360076_misc_22.png ) !important;*/
  195 +/*}*/
196 196  
197   -.icon-removeRsrc {
198   - background-image:url( ../images/32x32/1309360153_misc_21.png ) !important;
199   -}
  197 +/*.icon-removeRsrc {*/
  198 + /*background-image:url( ../images/32x32/1309360153_misc_21.png ) !important;*/
  199 +/*}*/
200 200  
201 201 .plotPanelBgColor td {
202 202 color: black!important;
... ... @@ -504,4 +504,27 @@ p + p {
504 504 .epntap_cell {
505 505 padding: 4px;
506 506 white-space: normal;
507   -}
508 507 \ No newline at end of file
  508 +}
  509 +
  510 +/* datasets information windows */
  511 +
  512 +.infoWindow table.contact tr td:first-child {
  513 + vertical-align:top;
  514 + font-weight: bold;
  515 +}
  516 +
  517 +.infoWindow table.contact tr td p {
  518 + margin-top: 0;
  519 +}
  520 +
  521 +.infoWindow h1 {
  522 + font-size: large;
  523 +}
  524 +
  525 +.infoWindow h2 {
  526 + font-size: small;
  527 +}
  528 +
  529 +.infoWindow h3 {
  530 + font-size: x-small;
  531 +}
... ...