$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;
.site-index #tabnav a#viewanchor,
.site-edit #tabnav a#editanchor,
-.changeset-list #tabnav a#historyanchor,
-.site-export #tabnav a#exportanchor {
+.changeset-list #tabnav a#historyanchor {
border-bottom: 1px solid #aaa;
background: #9ed485;
color: #000;
}
}
-.layers-ui {
- ul, li:last-child {
+.layers-ui,
+.share-ui {
+ ul, li:last-child, p:last-child {
margin-bottom: 0;
}
+}
+.layers-ui {
li {
border-radius: 4px;
overflow: hidden;
.share-link {
li {
display: inline-block;
+ text-align: center;
width: 50%;
}
}
+
+ #embed_html {
+ resize: vertical;
+ font-family: monospace;
+ font-size: small;
+ }
+
+ #mapnik_scale {
+ width: 100px;
+ }
}
.site-index .leaflet-top,
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;
- border-right: 1px solid $keyline;
+ border-right: 1px solid $lightgrey;
width: 33.3333%;
height: 100%;
ul {
margin: $lineheight/4;
}
-.export_details input[type="text"]#export_html_text {
- width: 100%;
-}
-
-#sidebar #marker_inputs li:last-child {
- margin-bottom: $lineheight/2;
-}
-
-#export_osm,
-#export_mapnik,
-#export_osmarender {
- display: none;
-}
-
/* Rules for the main content area */
#content {
}
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;
textarea {
padding: 5px;
width: 100%;
- height: 100% !important;
}
/* Rules for user images */
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 {