]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Show offline/readonly messages as normal flash messages
[rails.git] / app / assets / stylesheets / common.scss
index bb0e6f0d44d728b64d5d67cc4d9414d55e3d90aa..f7c6e74ad88c97b05f1af6109b93ed24b07ed348 100644 (file)
@@ -148,6 +148,8 @@ small, aside {
 
 .red { color: $red; }
 
+.piwik { border: 0; }
+
 /* Rules for icons */
 
 .icon {
@@ -548,6 +550,10 @@ body.compact {
     background: #fff;
     font-size: 12px;
 
+    #sidebar_loader {
+      display: none;
+    }
+
     > div {
       position: relative;
       float: left;
@@ -585,12 +591,6 @@ body.compact {
       float: right;
       cursor: pointer;
     }
-
-    p.error {
-      background-color: #ff7070;
-      padding: 10px;
-      font-weight: bold;
-    }
   }
 
   .overlay-sidebar #sidebar {
@@ -1477,6 +1477,18 @@ tr.turn:hover {
   }
 }
 
+/* Rules for the trace view */
+
+.trace-view {
+  .trace_pending {
+    color: red;
+  }
+
+  .geo {
+    display: inline;
+  }
+}
+
 /* Rules for the new trace form */
 
 #new_trace {
@@ -1709,6 +1721,14 @@ tr.turn:hover {
     margin-bottom: $lineheight;
     overflow: auto;
     height: 20em;
+
+    li {
+      list-style: inherit;
+    }
+
+    ol ol {
+      list-style-type: lower-alpha;
+    }
   }
 
   #decline {
@@ -1767,6 +1787,12 @@ tr.turn:hover {
   border-radius: 0 2px 2px 0;
 }
 
+/* Rules for the oauth authorization page */
+
+.oauth-authorize ul {
+  list-style: none;
+}
+
 /* Rules for messages pages */
 
 .messages {