]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix RTL issues with the search and donate icons
[rails.git] / app / assets / stylesheets / common.css.scss
index bc5601113ac170ce21d12835aa9d7798311015f7..8abda38105507280fddf451fa6c4d47bf1674537 100644 (file)
@@ -57,11 +57,12 @@ h2 {
 /* Rules for the OpenStreetMap logo in the top left corner */
 
 #logo {
+  display: block;
   width: 170px;
   min-width: 170px;
   padding: 5px;
   text-align: center;
-  margin: 25px 0 5px 0;
+  margin: 25px auto 5px auto;
 }
 
 #logo img {
@@ -94,7 +95,7 @@ h2 {
 /* Rules for the introductory text displayed in the left sidebar to new users */
 
 .sidebar-copy {
-  padding: 0px 10px;
+  padding: 5px 10px;
 }
 
 .sidebar-copy p {
@@ -150,38 +151,34 @@ h2 {
 /* Rules for the menu displayed in the left sidebar */
 
 .left_menu {
+  margin: 0;
   padding: 5px 10px;
-  margin: 4px 0;
+  line-height: 15px;
+  font-size: 12px;
+  list-style-type: none;
+  border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
-  line-height: 20px;
-  font-size: 14px;
-  font-weight: bold;
-}
-
-.left_menu h1 {
-  font-style: normal;
-  font-size: 15px;
 }
 
 .left_menu ul {
-  margin: 0px;
-  list-style-type: none;
+  padding: 0;
+  margin: 0;
 }
 
 .left_menu li {
-  margin: 0px;
-  padding: 0px;
+  list-style-type: none;
+  padding: 0;
+  margin: 0;
 }
 
-/* submenus */
-.left_menu ul li ul {
-  font-weight: normal;
-  line-height: 15px;
+.left_menu h4 {
+  padding: 5px 0 5px 0;
   font-size: 12px;
+  margin: 0;
 }
 
-.left_menu a {
-  color: #000;
+.left_menu li:last-child h4 {
+  padding-top: 0;
 }
 
 /* Rules for SOTM advert */
@@ -206,7 +203,7 @@ h2 {
 
 .optionalbox {
   padding: 5px 10px;
-  margin: 4px 0;
+  margin: 5px 0;
 }
 
 .optionalbox h1 {
@@ -223,7 +220,7 @@ h2 {
 }
 
 #search_field form {
-  width: 100%;
+  width: 165px;
   margin: 0px;
   padding: 0px;
 }
@@ -234,7 +231,6 @@ h2 {
 
 #search_field input[type="text"] {
   width: 165px;
-  padding: 5px;
   font-size: 14px;
   line-height: 15px;
   height: 25px;
@@ -253,19 +249,20 @@ h2 {
 #search_field input[type="submit"] {
   width: 15px;
   height: 15px;
-  border:0;
-  text-indent:-1000px;
+  border: 0px;
+  text-indent: -1000px;
+  overflow: hidden;
+  text-transform: capitalize;
   padding-left: 0px;
   padding-right: 0px;
   background: url(sprite.png);
-  position:absolute;
-  right:2px;
-  top:5px;
-  cursor:pointer;
+  position: absolute;
+  top: 5px;
+  cursor: pointer;
 }
 
 .search_help {
-  margin:0;
+  margin: 5px 0 0 0;
 }
 
 .deemphasize {
@@ -279,8 +276,10 @@ h2 {
 /* Rules for donation request box */
 
 .donate {
+  display: block;
+  position: relative;
   width: 153px;
-  margin: 10px 10px;
+  margin: 10px 10px 0px 10px;
   padding: 5px;
   border: 1px solid #AED1A0;
   background: #cbeea7;
@@ -289,10 +288,28 @@ h2 {
   font-size: 14px;
   border-radius: 2px;
   -moz-border-radius: 2px;
+  color: #222;
+}
+
+.donate:hover {
+  background: #9ed485;
+  text-decoration: none;
 }
 
-.donate a {
-  color:#222;
+.donate p {
+  text-indent: 20px;
+  margin: 0;
+}
+
+.donate .donate-icon {
+  width: 15px;
+  height: 15px;
+  border: 0px;
+  padding-left: 0px;
+  padding-right: 0px;
+  background: url(sprite.png) 0 -30px no-repeat;
+  position: absolute;
+  top: 8px;
 }
 
 /* Rules for Creative Commons logo button */
@@ -424,6 +441,14 @@ body.site-export #tabnav a#exportanchor {
   padding: 5px;
 }
 
+div.olControlZoom a {
+  margin: 0 !important;
+}
+
+div.olControlZoom a.olControlZoomIn {
+    border-bottom: 0;
+}
+
 /* Rules for edit menu */
 
 .menuicon {
@@ -924,12 +949,23 @@ p#contributorGuidance {
 #accountForm .user_map {
   position: relative;
   width: 500px;
-  height: 400px; 
+  height: 400px;
   border: 1px solid #ccc;
 }
 
-#accountImage td {
-  padding-bottom: 0px;
+#accountForm td.accountImage {
+  img {
+    vertical-align: top;
+    margin-top: 3px;
+  }
+
+  table {
+    display: inline-block;
+
+    td {
+      padding-bottom: 0px;
+    }
+  }
 }
 
 .nohome .location {
@@ -953,7 +989,7 @@ p#contributorGuidance {
 .user-view .user_map {
   position: relative;
   width: 400px;
-  height: 400px; 
+  height: 400px;
   border: 1px solid #ccc;
 }