$blue: #7092FF;
$lightblue: #B8C5F0;
$grey: #AAA;
-$keyline: #CCC;
+$lightgrey: #CCC;
$hovercolor: 20%;
/* Styles common to large and small screens */
min-width: 0;
text-indent: -1000px;
overflow: hidden;
- background: image-url("sprite.png") 0 0 no-repeat;
+ background: image-url("sprite.png") -2px -2px no-repeat;
position: absolute;
top: $lineheight/4;
right: $lineheight/4;
background-color: rgba(255,255,255,.8);
border-radius: 4px;
margin-bottom: 10px;
+ outline: none;
}
.leaflet-control .zoomin,
}
.layers-ui {
+ ul, li:last-child {
+ margin-bottom: 0;
+ }
+
li {
border-radius: 4px;
overflow: hidden;
z-index: 10000;
position: absolute;
background-color: #ffffff;
- border: 1px solid $keyline;
+ border: 1px solid $lightgrey;
border-top: 0px;
ul {
margin: 0px;
display: none;
position: relative;
float: left;
- overflow: auto;
- border-right: 1px solid $keyline;
+ border-right: 1px solid $lightgrey;
width: 33.3333%;
+ height: 100%;
ul {
margin-bottom: 0;
&:last-child {
#sidebar_content {
position: relative;
margin-bottom: 20px;
+ overflow: auto;
+ height: 100%;
width: 100%;
h4 {
padding: 0 $lineheight $lineheight/2 $lineheight;
.export_area_inputs {
margin-bottom: $lineheight/2;
input[type="text"] {
- width: 60px;
+ width: 80px;
margin-bottom: 5px;
}
}
h4, p {
margin-bottom: $lineheight/4;
}
- p, ul, .bbox, .geo {
+ ul, .bbox, .geo {
display: inline-block;
vertical-align: top;
max-width: 65%;
margin-bottom: 0;
}
h4 {
+ float: left;
width: 33.3333%;
display: inline-block;
vertical-align: top;
}
tr td {
height: 30px;
- border-right: 1px solid $keyline;
+ border-right: 1px solid $lightgrey;
}
}
.message-read .message-buttons {
margin-top: $lineheight;
padding-top: $lineheight;
- border-top: 1px solid $keyline;
+ border-top: 1px solid $lightgrey;
}
.message-read .buttons .mark-unread-button {
.form-divider {
margin-top: $lineheight;
padding-top: $lineheight;
- border-top: 1px solid $keyline;
+ border-top: 1px solid $lightgrey;
}
.form-row {
margin-bottom: $lineheight/2;
display: inline-block;
line-height: 20px;
padding: $lineheight/4 $lineheight/2;
+ min-height: 20px + $lineheight/2;
min-width: 120px;
margin: 0 0 $lineheight/2 0;
color: white;
}
}
&:disabled {
- background: $lightblue;
+ background: $lightgrey;
+ &:hover {
+ background: $lightgrey;
+ }
}
&:last-child {
margin-bottom: 0;
border-radius: 0;
margin:0;
min-width: 100px;
- max-width: 150px;
+ max-width: 180px;
border-right:1px solid white;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
}
input:first-child,
.button:first-child {
}
ul, ol {
- font-style: italic;
padding-left: $lineheight;
margin-bottom: $lineheight;
margin-left: $lineheight;
left: $lineheight/4;
min-width: 15px;
min-height: 15px;
- background: image-url("sprite.png") 0 -45px no-repeat;
}
.permalink span {