use css table layout in cdmHeader (fixes #383)

This commit is contained in:
Andrew Dolgov
2011-11-07 16:19:43 +04:00
parent 2836406763
commit 915b61ef3b
2 changed files with 28 additions and 12 deletions
+13
View File
@@ -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;