Skip to content

Commit

Permalink
Merge pull request #379 from nasa-gibs/css-tweaks-1.4.7
Browse files Browse the repository at this point in the history
Changed title to inline to allow icon to wrap; added padding for icon
  • Loading branch information
Benjaki2 authored Jul 6, 2017
2 parents ee2ab21 + 96b82d9 commit 86c9b07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/css/wv.layers.modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@
#layers-all .layers-all-title-wrap {
position: relative;
display: block;
margin-right: 50px;
margin-right: 66px;
padding-top: .5em;
}
#selected-category .ui-accordion-header,
#layers-all .layers-all-layer {
Expand Down Expand Up @@ -325,8 +326,7 @@
font-size:20px;
line-height:100%;
position: relative;
padding-top: .3em;
display: inline-block;
display: inline;
}
@media (min-width:753px) {
#selected-category .ui-accordion-header h3,
Expand Down Expand Up @@ -436,9 +436,9 @@
@media (min-width: 753px) {
.layers-all-layer .layers-all-header .fa {
padding: 10px 18px 16px;
top: 0;
top: auto;
right: 0;
margin-top: 0;
margin-top: -6px;
margin-left: 0;
}
}
Expand Down
3 changes: 3 additions & 0 deletions web/js/layers/wv.layers.info.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ wv.layers.info = wv.layers.info || function(config, models, layer) {
show: { effect: "slide", direction: "left" },
width: 450,
height: 300,
resizable: false,
draggable: false,
position: {
my: "left top",
at: "right+5 top",
Expand All @@ -50,6 +52,7 @@ wv.layers.info = wv.layers.info || function(config, models, layer) {
},
close: dispose
});
$("#wv-layers-info-dialog").perfectScrollbar();
};

var dispose = function() {
Expand Down
2 changes: 2 additions & 0 deletions web/js/layers/wv.layers.options.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ wv.layers.options = wv.layers.options || function(config, models, layer) {
show: { effect: "slide", direction: "left" },
width: 300,
height: "auto",
resizable: false,
draggable: false,
position: {
my: "left top",
at: "right+5 top",
Expand Down

0 comments on commit 86c9b07

Please sign in to comment.