.red { color: $red; }
+.piwik { border: 0; }
+
/* Rules for icons */
.icon {
- display:inline-block;
- vertical-align:top;
- width:20px;
- height:20px;
- background:transparent image-url("sprite.png") no-repeat 0 0;
- text-indent:-9999px;
- overflow:hidden;
+ display: inline-block;
+ vertical-align: top;
+ width: 20px;
+ height: 20px;
+ background: transparent image-url("sprite.png") no-repeat 0 0;
+ background-image: image-url("sprite.svg");
+ text-indent: -9999px;
+ overflow: hidden;
}
.icon.search { background-position: 0 0; }
.icon.clipboard { background-position: -160px 0; }
.icon.link { background-position: -180px 0; }
.icon.close { background-position: -200px 0; }
+.close-wrap:hover .icon.close,
.icon.close:hover { background-position: -200px -20px; }
.icon.check { background-position: -220px 0; }
.icon.note { background-position: -240px 0; }
+.icon.note.grey { background-position: -240px -20px; }
.icon.query { background-position: -260px 0; }
/* Rules for links */
/* Rules for the header */
-#menu-icon {
+#menu-icon {
display: none !important;
float: right;
background: image-url("menu-icon.png") no-repeat;
> li {
border-right: $border;
float: left;
- &:last-child {
+ &:last-child {
border-right: 0;
}
> a:hover { background: lighten($green, 30%); }
> li {
border-right: $border;
float: left;
- &:last-child {
+ &:last-child {
border-right: 0;
> a {
border-radius: 0 $border-radius $border-radius 0;
- }
+ }
}
&:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
&:hover a { background: lighten($darkgrey, 30%); }
}
}
-@media only screen and (max-width:960px) {
+body.compact {
#compact-secondary-nav {
display: inline-block;
}
background-color: black;
}
- &.disabled {
+ &.disabled,
+ &.leaflet-disabled {
background-color: #333;
background-color: rgba(0,0,0,.5);
cursor: default;
background: #fff;
font-size: 12px;
+ #sidebar_loader {
+ display: none;
+ }
+
+ > div {
+ position: relative;
+ float: left;
+ clear: both;
+ width: 100%;
+ }
+
h2 {
padding: $lineheight $lineheight $lineheight/2;
}
font-size: 13px;
}
+ .close-wrap {
+ cursor: pointer;
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 60px;
+ height: 60px;
+
+ .icon.close {
+ pointer-events: none;
+ position: absolute;
+ right: 20px;
+ top: 20px;
+ }
+ }
+
.icon.close {
float: right;
cursor: pointer;
}
- p.error {
- background-color: #ff7070;
- padding: 10px;
- font-weight: bold;
- }
- }
+ .flash {
+ padding: 15px;
- .welcome {
- display: none;
+ picture {
+ margin-right: -25px;
+ }
+
+ div.message {
+ margin-left: 30px;
+ }
+ }
}
.overlay-sidebar #sidebar {
position: absolute;
z-index: 1000;
height: auto;
- border-bottom-right-radius: 5px;
overflow: hidden;
+
+ #banner,
.welcome {
display: block;
}
+
#sidebar_content {
display: none;
}
}
.welcome {
+ display: none;
+ padding-bottom: 5px;
+
p {
padding: $lineheight/2 $lineheight $lineheight;
font-size: 110%;
}
}
+ #banner {
+ display: none;
+
+ img {
+ display: block;
+ width: $sidebarWidth;
+ }
+ }
+
#map {
height: 100%;
overflow: hidden;
&.query-disabled {
cursor: not-allowed;
}
-
+
.leaflet-marker-draggable {
cursor: move;
}
margin-bottom: 8px;
position: relative;
transition: border-color 0.08s ease-in;
-
+
label {
position: absolute;
top: 0;
font-size: 16px;
text-stroke: 2px #fff;
background: rgba(255,255,255,.9);
- z-index: 2; // For IE9
+ z-index: 1000;
input[type="radio"] {
display: none;
}
text-decoration: none;
background-color: $lightblue;
padding: 5px 10px;
+ border-right: 1px solid #fff;
}
a:first-child {
}
a:last-child {
- border-left: 1px solid #fff;
border-radius: 0 4px 4px 0;
}
padding: $lineheight/2 $lineheight;
// background: $offwhite;
// border-bottom: 1px solid #ccc;
- > .close {
+ > .close {
float: right;
margin-top: 2px;
- cursor: pointer;
+ cursor: pointer;
}
}
#sidebar {
#sidebar_loader,
+ .search_more {
+ width: 100%;
+ margin: $lineheight auto;
+ }
+
.loader,
.load_more {
text-align: center;
- margin: $lineheight auto;
+ margin: auto;
width: 40px;
display: block;
}
height: 20px;
background-repeat: no-repeat;
}
-@for $i from 1 through 17 {
-div.direction.i#{$i} { background-position: #{($i)*-20+20}px 0px; }
+@for $i from 0 through 25 {
+div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
}
p#routing_summary {
color: #000;
}
}
+
+ .comments {
+ float: right;
+ color: #999;
+ }
+
+ .comments-0 {
+ opacity: 0.5;
+ }
}
/* Rules for the browse sidebar */
width: 50%;
padding: 6px 10px;
word-wrap: break-word;
+ white-space: pre-wrap;
}
.browse-tag-k {
.content-heading {
background: $lightgrey;
-
+
h1 { font-size: 22px; }
}
.user-terms {
.content-body .content-inner {
padding: 0;
+
+ .message {
+ margin-top: 80px;
+ padding: 20px;
+ }
}
}
}
}
+/* Rules for the trace view */
+
+.trace-view {
+ .trace_pending {
+ color: red;
+ }
+
+ .geo {
+ display: inline;
+ }
+}
+
/* Rules for the new trace form */
#new_trace {
float: left;
display: block;
}
-
- ul.secondary-actions {
- display: inline-block;
- }
}
.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div
float: left;
}
+
+.diary-subscribe-buttons {
+ position:relative;
+ top: -30px;
+ left: 130px;
+}
+
/* Rules for the log in page */
#login_auth_buttons {
margin-bottom: $lineheight;
overflow: auto;
height: 20em;
+
+ li {
+ list-style: inherit;
+ }
+
+ ol ol {
+ list-style-type: lower-alpha;
+ }
}
#decline {
border-radius: 0 2px 2px 0;
}
+/* Rules for the oauth authorization page */
+
+.oauth-authorize ul {
+ list-style: none;
+}
+
/* Rules for messages pages */
.messages {
display: inline-block;
margin-left: $lineheight / 2;
vertical-align: middle;
+
+ p {
+ margin-top: $lineheight * 0.5;
+ margin-bottom: $lineheight * 0.5;
+
+ &:first-child {
+ margin-top: 0px;
+ }
+
+ &:last-child {
+ margin-bottom: 0px;
+ }
+ }
}
}
padding-top: $lineheight;
border-top: 1px solid $lightgrey;
}
- .horizontal-list .form-row {
+ .horizontal-list .form-row {
float: left;
padding-right: 10px;
}
.site-welcome, .site-fixthemap {
.center {
text-align: center;
- .sprite {
+ .sprite {
float: none;
margin: auto;
}
float: left;
}
- .icon-list {
+ .icon-list {
padding-bottom: 20px;
div {
margin-bottom: 10px;
background-position: -300px 0;
}
+ .sprite.rules {
+ background-position: -350px 0;
+ }
+
.start-mapping {
margin: auto;
cursor: pointer;
}
}
+.read-reports {
+ background: #eee;
+ opacity: 0.7;
+}
+
+.report-related-block {
+ display:inline-block;
+}
+
+.report-block {
+ width:475px;
+ float:left;
+ margin-right:100px;
+}
+
+.related-block{
+ width:280px;
+ float:right;
+}
+
+.issue-comments {
+ width:475px;
+}
+
+.new-report-form {
+ border:1px solid #ccc;
+ border-radius:4px;
+ display:block-inline;
+}
+
+.new-report-checkbox{
+ float:left;
+ margin-left:10px;
+ margin-top:3px;
+}
+
+.new-report-string {
+ font-size:15px;
+}
+
+.report-button {
+ float:right;
+}
+
+.disclaimer {
+ width: 600px;
+ background: #fff1f0;
+ color: #d85030;
+ border-color: rgba(216, 80, 48, 0.3);
+}