]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Content style adjustments
[rails.git] / app / assets / stylesheets / small.css.scss
index 65cefa76d1eb312214218872a09c86c424453e64..e94653d3c6709e730c2e2ae204144123caa3372c 100644 (file)
@@ -14,10 +14,6 @@ h2, h3, h4 {
   font-size: 12px;
 }
 
-.wrapper {
-  margin: 0;
-}
-
 .site-edit #content,
 .site-index #content,
 .site-export #content {
@@ -40,62 +36,12 @@ h2, h3, h4 {
 
 /* Rules for the whole left sidebar, including the logo */
 
-#left {
+#sidebar {
   display: none;
 }
 
-/* Rules for tabbed navigation bar */
-
-#top-bar {
-  left: 0;
-  margin: 0px;
-  height: 24px;
-  position: static;
-}
-
-#tabnav {
-  height: 19px;
-  margin: 0px;
-  padding-top: 5px;
-  margin-top: 26px;
-  font-size: 10px;
-  line-height: 10px;
-}
-
-#tabnav a, #tabnav a:link, #tabnav a:visited {
-  font-size: 10px;
-  line-height: 10px;
-  padding: 5px;
-  margin-right: 1px;
-}
-
-.menuicon { line-height: 10px;}
-
-/* Rules for the site name - shown when left sidebar is hidden */
-
-#small-title {
-  font-size: 10px;
-  display: block;
-  position: absolute;
-  left: 5px;
-  top: 5px;
-  margin: 0;
-}
-
 /* Rules for greeting bar in the top right corner */
 
-#greeting {
-  position: absolute;
-  right: 0;
-  top: 0;
-  background: none;
-}
-
-#browse_map ul.secondary-actions {
-  float: right;
-  font-size: 10px;
-}
-
 #map {
   border: 0;
 }
@@ -109,11 +55,6 @@ h2, h3, h4 {
   min-height: auto;
 }
 
-.content_map #small_map {
-  height: 300px;
-  border: 1px solid #ccc;
-}
-
 .leaflet-control-pan, .leaflet-control-zoomslider {
   display: none;
 }
@@ -255,3 +196,16 @@ p.search_results_entry {
 #message_title, #message_body {
   width: 100% !important;
 }
+
+/* Rules for the sign-up page */
+
+.user-new,
+.user-create {
+  .col6 {
+    width: 100%;
+  }
+
+  .aside {
+    display: none;
+  }
+}