summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-06 09:56:53 +0400
committerAndrew Dolgov <[email protected]>2013-06-06 09:56:53 +0400
commit0e70e4a42e16eb313c193606ff58091a83dec41d (patch)
tree8891ba8fd112ad3a5d6c0385899535d1d6928e25 /css/cdm.css
parentf8900c3171ddc31e9972e65e902262e6688fc0ff (diff)
unify some cdm padding values with 3panel mode
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/cdm.css b/css/cdm.css
index dc9d62bd5..18bedce01 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -42,7 +42,12 @@ div.cdmHeader div.updPic img {
}
div.cdmHeader img, div.cdmFooter img {
- margin : 0px 2px 0px 2px;
+ margin : 0px 4px;
+}
+
+div.cdmHeader input {
+ margin-left : 4px;
+ margin-right : 4px;
}
div.cdmContentInner {