From e6c47f500030bd32930281a1fa4240b816dcdf1a Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Fri, 2 Oct 2015 13:06:21 -0300 Subject: [PATCH] Fix broken styles on Profiles manage pages --- src/noosfero-spb-theme/css/administration-panel.css | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 103 insertions(+), 4 deletions(-) diff --git a/src/noosfero-spb-theme/css/administration-panel.css b/src/noosfero-spb-theme/css/administration-panel.css index 2afa592..2a82051 100644 --- a/src/noosfero-spb-theme/css/administration-panel.css +++ b/src/noosfero-spb-theme/css/administration-panel.css @@ -57,11 +57,13 @@ } .action-organizations-index .main-block form#manage-profiles .search-field{ - margin-bottom: 30px; + margin-bottom: 20px; + display: block; + height: 30px; } .action-organizations-index .main-block form#manage-profiles .search-field .formfield { - width: 100%; + width: 60%; margin-right: 0.5em; float: left; } @@ -80,13 +82,14 @@ .action-organizations-index .main-block form#manage-profiles input.button.submit{ height: 32px; - margin-top: 8px; + float: left; + margin-left: 10px; padding: 5px 15px; background: #3E67B1 none; color: #FFF; border-radius: 4px; border: 1px solid #3E67B1; - line-height: 22px; + line-height: 14px; font-size: 14px; text-transform: uppercase; } @@ -107,6 +110,10 @@ padding: 2px 8px; } +.action-organizations-index .main-block table#organizations-list td{ + padding: 8px 8px 0; +} + /*** Features Settings ***/ .controller-features #content form *{ @@ -135,6 +142,98 @@ font-size: 15px; } +/* Manage Users */ +.action-users-index .main-block #search-users{ + background-color: transparent; +} + +.action-users-index .main-block #search-users .search-field{ + margin-bottom: 20px; + display: block; + height: 30px; +} + +.action-users-index .main-block #search-users .search-field .formfield { + width: 70%; + margin-right: 0.5em; + float: left; +} + +.action-users-index .main-block #search-users .search-field .formfield input { + margin-top: 0px; + margin-right: 0.5em; + padding: 6px; + min-width: 97%; + height: 19px; + max-height: 19px; + background: none; + border: 1px solid #ccc; + border-radius: 4px; +} + +.action-users-index .main-block #search-users input.button.submit{ + height: 32px; + float: left; + margin-left: 10px; + padding: 5px 15px; + background: #3E67B1 none; + color: #FFF; + border-radius: 4px; + border: 1px solid #3E67B1; + line-height: 14px; + font-size: 14px; + text-transform: uppercase; +} + +.action-users-index .main-block #search-users input.button.submit:hover{ + background: #5E82C6; +} + +.action-users-index .main-block #users-list th{ + text-align: left; + vertical-align: middle; + padding: 2px 8px; +} + +.action-users-index .main-block #users-list td{ + padding: 8px 8px 0; +} + +/* Manage Roles */ +.action-role-index .main-block th{ + text-align: left; + vertical-align: middle; + padding: 2px 8px; +} + +.action-role-index .main-block td{ + padding: 8px 8px 0; +} + +.action-role-edit #content form input.button.with-text{ + height: 30px; + padding: 5px 15px; + background: #FFF none; + color: #3E67B1; + border-radius: 4px; + border: 1px solid #3E67B1; + font-size: 14px; + line-height: 14px; +} + +/* Manage template */ + +.action-templates-index #content .template-kind th{ + text-align: left; + vertical-align: middle; + padding: 2px 8px; +} + +.action-templates-index #content .template-kind td{ + padding: 8px 8px 0; +} + + /*** Community Admin pages ***/ /* Homepage */ .action-profile_editor-index #profile-editor-index h1.block-title{ -- libgit2 0.21.2