.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;
float: right;
cursor: pointer;
}
-
- p.error {
- background-color: #ff7070;
- padding: 10px;
- font-weight: bold;
- }
}
.overlay-sidebar #sidebar {
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 {
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 {