]> git.mxchange.org Git - friendica.git/commitdiff
soften '.shiny' a bit to fit in with colour scheme. tweak wall boxes
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 4 Mar 2012 10:19:49 +0000 (05:19 -0500)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 4 Mar 2012 10:19:49 +0000 (05:19 -0500)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy/style.css

index 8d7bbc630b656c6eeeaf20af5e3c66d84cbca177..4d5f51eb2e32702260d45d801520da37c8bbc7cd 100644 (file)
@@ -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;