Styles for record-detail HTML.
authorMike Taylor <mike@indexdata.com>
Fri, 28 Jun 2013 09:08:04 +0000 (11:08 +0200)
committerMike Taylor <mike@indexdata.com>
Fri, 28 Jun 2013 09:08:04 +0000 (11:08 +0200)
experiments/spclient/mkwsStyle.css

index 4136b37..a05e86c 100644 (file)
     border: 1px solid #404040;
     background: #e8e8e8;
     color: darkgray;
-    padding: 0px 5px;
-    margin: 10px 4px;
+    padding: 5px 10px;
+    margin: 10px 0px;
     box-shadow: 10px 10px 5px #808080;
 
     border-top-right-radius: 10px;
     -webkit-border-top-right-radius: 10px;
 }
 
+#mkwsRecords div.details th {
+    text-align: right;
+    vertical-align: top;
+    padding-right: 0.6em;
+}
+
+#mkwsRecords div.details th:after {
+    content: ":";
+}
+
 #mkwsRecords #pager {
     background: #e0e0e0;
     padding: 0.3em;