summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-11 15:29:27 +0300
committerAndrew Dolgov <[email protected]>2015-08-11 15:30:17 +0300
commitbc20cb9fad53bc8575a6463d24d9f44f2883c482 (patch)
tree97012f46673551ecaea9f2529f1b7f8e6a4d6bb1 /css/cdm.css
parent8a1b2a10151b8e432c0cf630dacd51f54efdc7e8 (diff)
move attachment dropdown to cdmFooter, use table styles for cdmFooter
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/css/cdm.css b/css/cdm.css
index ed9bedea1..515bbb3fb 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -2,7 +2,7 @@ div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
vertical-align : middle;
}
-div.cdmHeader {
+div.cdmHeader, div.cdmFooter {
display : table;
}
@@ -11,11 +11,16 @@ div.cdmHeader > * {
padding : 5px;
}
-div.cdmHeader > div {
+div.cdmFooter > * {
+ display : table-cell;
+ vertical-align : middle;
+}
+
+div.cdmHeader > div, div.cdmFooter > div {
white-space : nowrap;
}
-div.cdmHeader > span {
+div.cdmHeader > span, div.cdmFooter > span.left {
width : 100%;
}
@@ -74,7 +79,8 @@ div.cdmContentInner h4 {
}
div.cdmFooter {
- padding : 5px;
+ height : 30px;
+ padding-left : 5px;
font-weight : normal;
color : #555;
clear : both;