diff options
author | marijus <mario@mariovavti.com> | 2014-10-07 18:11:36 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-07 18:11:36 +0200 |
commit | 21eae4df9c45d836c50bae79b251597968f43967 (patch) | |
tree | 9b0524e74a0092decbdef2c915a41bedeae00112 /view/css | |
parent | bf0168546331c131652cfd519522d193078e999c (diff) | |
download | volse-hubzilla-21eae4df9c45d836c50bae79b251597968f43967.tar.gz volse-hubzilla-21eae4df9c45d836c50bae79b251597968f43967.tar.bz2 volse-hubzilla-21eae4df9c45d836c50bae79b251597968f43967.zip |
porting more widgets to bs nav-pills
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_message.css | 10 | ||||
-rw-r--r-- | view/css/widgets.css | 31 |
2 files changed, 1 insertions, 40 deletions
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/widgets.css b/view/css/widgets.css index 862d72af2..cba246f06 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -1,9 +1,6 @@ - -/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ - .widget { margin-bottom: 10px; - padding: 10px 10px 10px 20px; + padding: 10px; } .widget h3 { @@ -34,13 +31,8 @@ height: 150px; } -#note-save { - margin-top: 10px; -} - /* saved searches */ - #netsearch-box #search-submit { margin: 10px 0 7px 0; } @@ -98,29 +90,11 @@ 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; @@ -144,9 +118,6 @@ li:hover .group-edit-icon { /* photo albums */ -#photo-albums-upload-link { - margin-top: 10px; -} /* Chatrooms */ |