diff options
author | Simon <simon@kisikew.org> | 2012-03-04 02:20:57 -0800 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-04 02:20:57 -0800 |
commit | ae158aa6f9ae151cda613812f50073c4666a4edc (patch) | |
tree | e76f50fd279bdeeb3e768ae54623bfc5f39df50a | |
parent | a7b637b933fffdf0a1972ee198ebf31d8c3e1a9d (diff) | |
parent | cb57a0ebfd805559df8df2ac7d478dffb740fdde (diff) | |
download | volse-hubzilla-ae158aa6f9ae151cda613812f50073c4666a4edc.tar.gz volse-hubzilla-ae158aa6f9ae151cda613812f50073c4666a4edc.tar.bz2 volse-hubzilla-ae158aa6f9ae151cda613812f50073c4666a4edc.zip |
Merge pull request #76 from simonlnu/master
minor ui things
-rw-r--r-- | view/theme/dispy/style.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 8d7bbc630..4d5f51eb2 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -980,22 +980,25 @@ section { /** * items */ -.wall-item-outside-wrapper { - margin-top: 15px; +.wall-item-outside-wrapper { + border: 1px solid #aaa; + border-radius: 5px; +} +.wall-item-outside-wrapper.comment { + margin-top: 5px; } .wall-item-outside-wrapper-end { clear: both; } .wall-item-content-wrapper { position: relative; - border-left: 1px #aaa solid; - padding: 10px; + padding: 10px; } .wall-item-outside-wrapper .wall-item-comment-wrapper { /*margin-left: 90px;*/ } .wall-item-content-wrapper.shiny { - background: #efefcf; + background: #efefdf; } .wall-item-content { overflow-x: auto; |