From 21eae4df9c45d836c50bae79b251597968f43967 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 7 Oct 2014 18:11:36 +0200 Subject: porting more widgets to bs nav-pills --- include/widgets.php | 2 ++ view/css/mod_message.css | 10 ---------- view/css/widgets.css | 31 +------------------------------ view/tpl/admin_aside.tpl | 36 ++++++++++++++++++------------------ view/tpl/categories_widget.tpl | 6 +++--- view/tpl/fileas_widget.tpl | 6 +++--- view/tpl/generic_links_widget.tpl | 4 ++-- view/tpl/message_side.tpl | 17 ++++++++++------- view/tpl/posted_date_widget.tpl | 30 +++++++++++++++++------------- 9 files changed, 56 insertions(+), 86 deletions(-) diff --git a/include/widgets.php b/include/widgets.php index f1c9ceada..8905df59a 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -532,6 +532,8 @@ function widget_mailmenu($arr) { $a = get_app(); return replace_macros(get_markup_template('message_side.tpl'), array( + '$title' => t('Messages'), + '$tabs'=> array(), '$check'=>array( 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 */ diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index cb3827bf2..b1838ece1 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -10,35 +10,35 @@ }); }); -

{{$admtxt}}

-