diff options
author | Simon <simon@kisikew.org> | 2012-03-04 12:54:57 -0800 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-04 12:54:57 -0800 |
commit | 7d8ed95e782ddc3b94d7f44deb0a73737500ed7e (patch) | |
tree | f865e6d6f65b404e6b3a529852cb5c6b13acdb27 | |
parent | 550a98aaaeacae38ca7b97b47d32de8e60926202 (diff) | |
parent | 2441babbe92a804d9d1803a0c7c224cd0a4722da (diff) | |
download | volse-hubzilla-7d8ed95e782ddc3b94d7f44deb0a73737500ed7e.tar.gz volse-hubzilla-7d8ed95e782ddc3b94d7f44deb0a73737500ed7e.tar.bz2 volse-hubzilla-7d8ed95e782ddc3b94d7f44deb0a73737500ed7e.zip |
Merge pull request #79 from simonlnu/master
more UI fixes
-rw-r--r-- | view/theme/dispy/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 08db11033..23f0539d0 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -956,9 +956,10 @@ aside #viewcontacts { * section */ section { - margin: 20px 9% 0 9%; + margin: 20px 8% 0 6%; font-size: 0.8em; padding-right: 250px; + min-width: 475px; } /** tabs **/ @@ -1014,10 +1015,10 @@ section { overflow-x: auto; } [id^="tread-wrapper"], [class^="tread-wrapper"] { - margin: 5px 0; - border: 1px #aaa solid; - border-radius: 5px; - padding: 10px; + margin: 15px 0 0 0; + /*border: 1px #aaa solid;*/ + /*border-radius: 5px;*/ + padding: 0px; } .wall-item-photo-menu { display: none; |