]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Add condition for user not found in trace controller.
[rails.git] / public / stylesheets / site.css
index 222c93280ee8bf7b81870c397362a9fa6f3abcb1..0bab9c57ff4232d3f8a68638edfe0a75a0f587a3 100644 (file)
@@ -64,13 +64,14 @@ body {
 }
 
 #intro {
-  width: 150px;
+  width: 170px;
   margin: 10px;
-  padding: 10px;
   border: 1px solid #ccc;
   font-size: 11px;
 }
 
+#intro p { margin: 10px; }
+
 #alert {
   width: 150px;
   margin: 10px;
@@ -82,6 +83,17 @@ body {
   font-size: 14px;
 }
 
+.notice {
+  width: 150px;
+  margin: 10px;
+  padding: 10px;
+  border: 1px solid #ccc;
+  background: #ea0;
+  line-height: 1.2em;
+  text-align: left;
+  font-size: 14px;
+}
+
 .left_menu {
   width: 150px;
   min-width: 150px;
@@ -277,6 +289,12 @@ hides rule from IE5-Mac \*/
   font-size: 10px;
 }
 
+hr {
+  border: none;
+  background-color: #ccc;
+  color: #ccc;
+  height: 1px;
+}
 
 .gpxsummary {
   font-size: 12px;
@@ -355,17 +373,9 @@ hides rule from IE5-Mac \*/
   top: 4px;
 }
 
-#cclogo {
-  width: 150px;
-  min-width: 150px;
-  margin: 10px;
-  padding: 10px;
-  left: 0px;
-  line-height: 1.2em;
-  text-align: left;
-  font-size: 14px;
-  font-weight: bold;
-  background: #fff;
+.button {
+  margin-top: 10px;
+  margin-bottom: 10px;
 }
 
 #controls img
@@ -527,14 +537,16 @@ input[type="submit"] {
   border: 1px solid black;
 }
 
-#accountForm TD {
+#accountForm td {
        padding-bottom:10px;
 }
-#accountForm .fieldName {
+
+.fieldName {
        text-align:right;
        font-weight:bold;
 }
 
+
 .nohome .location {
   display: none;
 }
@@ -560,28 +572,6 @@ input[type="submit"] {
   padding: 2px;
 }
 
-/**State of the Map */
-    
-#sotminfo {
-  background: #99F;
-  font-size: 11px;
-  margin: 0px;
-  padding: 0px;
-  border: 1px solid #ccc;
-  left: 0px;
-  line-height: 1.2em;
-  text-align: Left;
-  font-weight: normal;
-}
-
-#sotminfo a:link {
-  text-decoration: underline;
-}
-
-#sotminfo a:visited {
-  text-decoration: underline;
-}
-
 #permalink {
   z-index:10000;
   position:absolute;