summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-07 16:19:43 +0400
committerAndrew Dolgov <[email protected]>2011-11-07 16:19:43 +0400
commit915b61ef3b905c10f636756336b37ca9ef054196 (patch)
tree7232d3b10a659bc23a62cc81d7f11a2548644212 /cdm.css
parent28364067638ca31ca03cf63e4ec0dc581731171d (diff)
use css table layout in cdmHeader (fixes #383)
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 0b4e2f01c..0e9b0468e 100644
--- a/cdm.css
+++ b/cdm.css
@@ -3,9 +3,22 @@ div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
}
div.cdmHeader {
+ display : table;
+}
+
+div.cdmHeader > * {
+ display : table-cell;
padding : 5px;
}
+div.cdmHeader > div {
+ white-space : nowrap;
+}
+
+div.cdmHeader > span {
+ width : 100%;
+}
+
div.cdmHeader span.updated {
color : gray;
font-weight : normal;