From cb57a0ebfd805559df8df2ac7d478dffb740fdde Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sun, 4 Mar 2012 05:19:49 -0500 Subject: [PATCH] soften '.shiny' a bit to fit in with colour scheme. tweak wall boxes Signed-off-by: Simon L'nu --- view/theme/dispy/style.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 8d7bbc630b..4d5f51eb2e 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;