diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css index 51ce619..5e60d3e 100644 --- a/js/resources/css/amda.css +++ b/js/resources/css/amda.css @@ -139,7 +139,7 @@ background-image: url(../images/small_cancel_centered.png); } .ux-rangemenu-eq { - background-image: url(../images/16x16//equals.png) !important; + background-image: url(../images/16x16/equals.png) !important; } /* .icon-kill { @@ -190,13 +190,13 @@ background-image: url(../images/16x16/error.png) !important; background-repeat: no-repeat; } -.icon-addRsrc { - background-image:url( ../images/32x32/1309360076_misc_22.png ) !important; -} +/*.icon-addRsrc {*/ + /*background-image:url( ../images/32x32/1309360076_misc_22.png ) !important;*/ +/*}*/ -.icon-removeRsrc { - background-image:url( ../images/32x32/1309360153_misc_21.png ) !important; -} +/*.icon-removeRsrc {*/ + /*background-image:url( ../images/32x32/1309360153_misc_21.png ) !important;*/ +/*}*/ .plotPanelBgColor td { color: black!important; @@ -504,4 +504,27 @@ p + p { .epntap_cell { padding: 4px; white-space: normal; -} \ No newline at end of file +} + +/* datasets information windows */ + +.infoWindow table.contact tr td:first-child { + vertical-align:top; + font-weight: bold; +} + +.infoWindow table.contact tr td p { + margin-top: 0; +} + +.infoWindow h1 { + font-size: large; +} + +.infoWindow h2 { + font-size: small; +} + +.infoWindow h3 { + font-size: x-small; +} -- libgit2 0.21.2