]> git.sur5r.net Git - contagged/blobdiff - styles/layout.css
Slovak Translation added
[contagged] / styles / layout.css
index dcffc41784fe59e12e7cfc7d08f45f521dcfd7af..0738f62eb478ef743005391228e02a95ad2405d5 100644 (file)
@@ -54,6 +54,10 @@ div#toolbar ul li.sep {
     width: 1em;
 }
 
+div#toolbar ul li.right {
+    float: right;
+}
+
 /* A-Z filters */
 
 div#filterrow {
@@ -81,8 +85,31 @@ div#content {
     border: 1px solid #999;
     padding: 1em;
     height: auto !important;
-    min-height: 45em;
-    height: 45em;
+    min-height: 55em;
+    height: 55em;
+}
+
+/* help screen */
+
+div#help h2,
+div#help h3 {
+    margin-bottom: 1em;
+}
+
+div#help p {
+    margin: 0.5em 0;
+}
+
+div#help dl {
+    margin: 0.5em 2em;
+}
+
+div#help dd {
+    margin: 0.3em 1em;
+}
+
+div#help code {
+    font-size: 14px;
 }
 
 /* list of contacts or organizations */
@@ -142,6 +169,14 @@ div#edit span.hint {
     font-size: 75%;
 }
 
+/* mapping */
+div#map div#google_map {
+    width: 95%;
+    margin: 2em auto;
+    height: 40em;
+}
+
+
 /* tagcloud */
 div#tagcloud {
     margin: 2em;