unify some cdm padding values with 3panel mode

This commit is contained in:
Andrew Dolgov 2013-06-06 09:56:53 +04:00
parent f8900c3171
commit 0e70e4a42e
2 changed files with 7 additions and 2 deletions

View file

@ -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 {

View file

@ -742,7 +742,7 @@ div.hlLeft input {
}
div.hlLeft img, div.hlRight img {
margin : 0px 4px 0px 4px;
margin : 0px 4px;
}
div.hlLeft img {