works on dispy theme
This commit is contained in:
parent
9393e3321d
commit
f6984f9929
1 changed files with 13 additions and 8 deletions
|
@ -175,6 +175,11 @@ aside h4 { font-size: 1.2em; }
|
||||||
|
|
||||||
aside #viewcontacts { text-align: right;}
|
aside #viewcontacts { text-align: right;}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* contacts block
|
||||||
|
*/
|
||||||
|
.contact-block-div { width: 50px; height: 50px; float: left; }
|
||||||
|
#contact-block-end { clear: both; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* jot
|
* jot
|
||||||
|
@ -525,12 +530,9 @@ section { margin: 10px 20% 0px 20%; font-size: 0.8em; padding-right: 230px;}
|
||||||
* contacts selector
|
* contacts selector
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.contact-block-div {
|
|
||||||
height: 200px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
#prof-members {
|
#prof-members {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
overflow: auto;
|
||||||
border: 1px solid #555753;
|
border: 1px solid #555753;
|
||||||
-webkit-border-radius: 5px 5px 0px 0px;
|
-webkit-border-radius: 5px 5px 0px 0px;
|
||||||
-moz-border-radius: 5px 5px 0px 0px;
|
-moz-border-radius: 5px 5px 0px 0px;
|
||||||
|
@ -538,6 +540,7 @@ section { margin: 10px 20% 0px 20%; font-size: 0.8em; padding-right: 230px;}
|
||||||
}
|
}
|
||||||
#prof-all-contacts {
|
#prof-all-contacts {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
overflow: auto;
|
||||||
border: 1px solid #555753;
|
border: 1px solid #555753;
|
||||||
-webkit-border-radius: 0px 0px 5px 5px;
|
-webkit-border-radius: 0px 0px 5px 5px;
|
||||||
-moz-border-radius: 0px 0px 5px 5px;
|
-moz-border-radius: 0px 0px 5px 5px;
|
||||||
|
@ -607,5 +610,7 @@ section { margin: 10px 20% 0px 20%; font-size: 0.8em; padding-right: 230px;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* footer
|
* footer
|
||||||
*/
.cc-license { margin-top: 100px; font-size: 0.7em; }
|
*/
|
||||||
footer { display: block; margin-top: 50px;}
|
.cc-license { margin-top: 100px; font-size: 0.7em; }
|
||||||
|
footer { display: block; margin: 50px 20%; clear: both; }
|
||||||
|
|
Loading…
Reference in a new issue