From 290fdefa82dd0662bc3f1935dd575e60f7809530 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sun, 4 Mar 2012 22:20:42 -0500 Subject: [PATCH 1/2] Merge branch 'master', remote-tracking branch 'remotes/upstream/master' * remotes/upstream/master: wrap title and text for editplain in zero and TB themes correct owner info from misconfigured installs, duepuntozero title block misplaced in editplain mode improved contrast in acl selector, and preview (darkzero) * master: From fe7a6b070d59ad1b9211ba0191e791c70cfeb90c Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 5 Mar 2012 01:08:45 -0500 Subject: [PATCH 2/2] yet more ui things, and bug fixing Signed-off-by: Simon L'nu --- view/theme/dispy/style.css | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 476ba59e9..a9d680d94 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -1004,15 +1004,17 @@ section { .wall-item-content-wrapper { position: relative; padding: 10px; + overflow-x: auto; + width: auto; } .wall-item-outside-wrapper .wall-item-comment-wrapper { /*margin-left: 90px;*/ } -.wall-item-content-wrapper.shiny { +.shiny { background: #efefdf; } .wall-item-content { - overflow-x: auto; + overflow-x: auto; } [id^="tread-wrapper"], [class^="tread-wrapper"] { margin: 15px 0 0 0; @@ -1090,13 +1092,13 @@ section { clear: left; font-size: 0.8em; color: #878883; - margin: 20px 0 0 140px; + margin: 5px 0 5px 120px; } .wall-item-author, .wall-item-actions-author { clear: left; font-size: 0.8em; color: #878883; - margin: 20px 0 0 140px; + margin: 20px 0 0 110px; } .wall-item-ago { display: inline; @@ -1215,8 +1217,8 @@ section { .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 10px; } -.wall-item-outside-wrapper.comment .wall-item-actions-author { - margin-left: 60px; +.wall-item-outside-wrapper.comment .wall-item-author { + margin-left: 50px; } .wall-item-outside-wrapper.comment .wall-item-photo-menu { @@ -1234,9 +1236,9 @@ section { width: 20px; height: 20px; } -.comment-edit-photo-link { +.comment-edit-photo-link, .comment-edit-photo { float: left; - width: 40px; + margin-left: 10px; } .my-comment-photo { width: 40px; @@ -1272,7 +1274,7 @@ section { } .comment-edit-submit-wrapper { width: 90%; - margin-left: 0px; + margin: 5px 5px 10px 50px; text-align: right; } .comment-edit-submit { @@ -1290,11 +1292,13 @@ section { * item text style **/ .wall-item-body code { - display:block; - padding-left:10px; - border-color:#ccc; - border-style:solid; - border-width:1px 1px 1px 10px; + display: block; + padding-left: 10px; + border-color: #ccc; + border-style: solid; + border-width: 1px 1px 1px 10px; + background: #eee; + width: 95%; } @@ -2409,6 +2413,11 @@ div[id$="wrapper"] br { opacity: 0.3; filter: alpha(opacity=30); } +#pause { + position: fixed; + bottom: 5px; + right: 5px; +} .border, .border:hover { border: 1px solid #babdb6; -webkit-border-radius: 3px;