]> git.sur5r.net Git - contagged/blobdiff - styles/layout.css
fall back to english if local language string is missing
[contagged] / styles / layout.css
index dcffc41784fe59e12e7cfc7d08f45f521dcfd7af..d923bee1b4821d9f281ec9605450bae597c91228 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 {
@@ -85,6 +89,29 @@ div#content {
     height: 45em;
 }
 
+/* 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 */
 table.list tr:hover {
     background-color: #DCDCDC !important;
@@ -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;