From d1dea61b7972bb1af819c25450d520372209778b Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 7 Oct 2014 13:09:30 +0200 Subject: take away some boldness, some css fixes and some photo work --- view/css/conversation.css | 4 ++++ view/css/mod_photos.css | 4 ++-- view/css/widgets.css | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index 7b0d87030..9cde6052f 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -93,6 +93,10 @@ float: left; } +a.wall-item-name-link { + font-weight: bold; +} + .wall-item-author { white-space: nowrap; overflow: hidden; diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index 0c4c25bae..5f8ed6124 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -135,7 +135,7 @@ margin-left: 200px; } -div[id^='photo-album-contents-'] { - margin-bottom: 3px; +#photos-usage-message { + line-height: 22px; } diff --git a/view/css/widgets.css b/view/css/widgets.css index 96b4c1d60..8d8c9dba1 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -2,7 +2,6 @@ /* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ .widget { - word-wrap: break-word; margin-bottom: 10px; padding: 10px 10px 10px 20px; } @@ -125,6 +124,7 @@ .group-edit-icon { opacity: 0; + z-index: 1; } li:hover .group-edit-icon { -- cgit v1.2.3