.red { color: $red; }
+.piwik { border: 0; }
+
/* Rules for icons */
.icon {
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;
.icon.close {
float: right;
- }
-
- p.error {
- background-color: #ff7070;
- padding: 10px;
- font-weight: bold;
+ cursor: pointer;
}
}
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;
}
#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;
}
width: 50%;
padding: 6px 10px;
word-wrap: break-word;
+ white-space: pre-wrap;
}
.browse-tag-k {
}
}
+/* Rules for the trace view */
+
+.trace-view {
+ .trace_pending {
+ color: red;
+ }
+
+ .geo {
+ display: inline;
+ }
+}
+
/* Rules for the new trace form */
#new_trace {
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 {