]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Replace standard PanZoomBar control with new SimplePanZoom control
[rails.git] / app / assets / stylesheets / small.css.scss
index 4dee3f1bfc2ed3b5d528ad491688ae676f98311c..66cc68655248eca537553a4875b79c53cc6028ac 100644 (file)
@@ -17,24 +17,24 @@ h1 {
 }
 
 /* Rules for tabbed navigation bar */
 }
 
 /* Rules for tabbed navigation bar */
+#top-bar {
+  margin: 0px;
+  height: 19px;
+}
 
 
-#tabnav
-{
+#tabnav {
   height: 14px;
   margin: 0px;
   height: 14px;
   margin: 0px;
-  padding-left: 3px;
   padding-top: 5px;
   margin-top: 18px;
   padding-top: 5px;
   margin-top: 18px;
-  background: image-url('tab_bottom.gif') repeat-x bottom;
   font-size: 10px;
   line-height: 10px;
 }
 
   font-size: 10px;
   line-height: 10px;
 }
 
-#tabnav a, #tabnav a:link, #tabnav a:visited 
-{
+#tabnav a, #tabnav a:link, #tabnav a:visited {
   font-size: 10px;
   line-height: 10px;
   font-size: 10px;
   line-height: 10px;
-  padding: 1px 5px;
+  padding: 2px 5px;
   margin-right: 1px;
 }
 
   margin-right: 1px;
 }
 
@@ -91,18 +91,20 @@ h1 {
   border: 0;
 }
 
   border: 0;
 }
 
-.olControlPanZoomBar {
+.olControlSimplePanZoom {
   display: none;
 }
 
 /* Rules for the main content area */
 
 #content {
   display: none;
 }
 
 /* Rules for the main content area */
 
 #content {
-  left: 10px;
-  right: 10px;
-  top: 47px;
+  left: 0px;
+  right: 0px;
+  top: 38px;
   margin-left: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin-right: 0px;
+  border-left: 0px;
+  border-right: 0px;
 }
 
 #content.site_index {
 }
 
 #content.site_index {
@@ -118,6 +120,7 @@ h1 {
 #sidebar {
   border: 0px;
   border-right: 1px solid #ccccdd;
 #sidebar {
   border: 0px;
   border-right: 1px solid #ccccdd;
+  margin: 0px;
 }
 
 .sidebar_title, #sidebar_content {
 }
 
 .sidebar_title, #sidebar_content {