Merge pull request #79 from simonlnu/master

more UI fixes
This commit is contained in:
Simon 2012-03-04 12:54:57 -08:00
commit 7d8ed95e78

View file

@ -956,9 +956,10 @@ aside #viewcontacts {
* section * section
*/ */
section { section {
margin: 20px 9% 0 9%; margin: 20px 8% 0 6%;
font-size: 0.8em; font-size: 0.8em;
padding-right: 250px; padding-right: 250px;
min-width: 475px;
} }
/** tabs **/ /** tabs **/
@ -1014,10 +1015,10 @@ section {
overflow-x: auto; overflow-x: auto;
} }
[id^="tread-wrapper"], [class^="tread-wrapper"] { [id^="tread-wrapper"], [class^="tread-wrapper"] {
margin: 5px 0; margin: 15px 0 0 0;
border: 1px #aaa solid; /*border: 1px #aaa solid;*/
border-radius: 5px; /*border-radius: 5px;*/
padding: 10px; padding: 0px;
} }
.wall-item-photo-menu { .wall-item-photo-menu {
display: none; display: none;