diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 6 | ||||
-rw-r--r-- | view/css/conversation.css | 4 | ||||
-rw-r--r-- | view/css/mod_message.css | 10 | ||||
-rw-r--r-- | view/css/mod_photos.css | 4 | ||||
-rw-r--r-- | view/css/widgets.css | 66 |
5 files changed, 16 insertions, 74 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 21d6781f5..849ea3906 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -1,5 +1,11 @@ /* override some bootstrap settings */ +/* this might be a bug in bootstrap */ +.input-group-addon, +.input-group-btn { + width: unset; +} + /* nav overrides */ nav .badge { diff --git a/view/css/conversation.css b/view/css/conversation.css index 7b0d87030..03df5d4f3 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 !important; +} + .wall-item-author { white-space: nowrap; overflow: hidden; diff --git a/view/css/mod_message.css b/view/css/mod_message.css index 4290025a5..011c3edd5 100644 --- a/view/css/mod_message.css +++ b/view/css/mod_message.css @@ -1,13 +1,3 @@ -/* message side */ - -#message-check { - text-align: left; - white-space: normal; - margin-top: 48px; - margin-bottom: 15px; -} - - /* message */ #mail-list-wrapper { 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..4af93a4a9 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -1,14 +1,9 @@ - -/* 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; + padding: 10px; } .widget h3 { - margin-left: -10px; margin-top: 0px; } @@ -36,45 +31,12 @@ height: 150px; } -#note-save { - margin-top: 10px; -} - /* saved searches */ - -#netsearch-box #search-submit { - margin: 10px 0 7px 0; -} - -#netsearch-box #search-save { - margin: 9px 0 7px 6px; -} -.search-save { - margin: 7px 0 7px 7px; -} - -.saved-search-li { - margin-top: 3px; -} - -.saved-search-li i { - opacity: 0; +#saved-search-list { + margin-top: 2px; } -.saved-search-li:hover i { - opacity: 1; -} - -.saved-search-icon { - float: right; -} - -.savedsearchterm { - display: block; - width: 150px; - overflow: hidden; -} /* peoplefind */ @@ -100,31 +62,14 @@ margin-left: 10px; } -#datebrowse-sidebar select { - width: 190px; - max-width: 190px; - max-height: 150px; -} - /* categories */ /* group */ -#sidebar-group-list { - margin-bottom: 10px; -} - -.sidebar-group-li input { - float: right; -} - -.groupsideedit { - float: right; -} - .group-edit-icon { opacity: 0; + z-index: 1; } li:hover .group-edit-icon { @@ -145,9 +90,6 @@ li:hover .group-edit-icon { /* photo albums */ -#photo-albums-upload-link { - margin-top: 10px; -} /* Chatrooms */ |