Merge Request #248

Merged
softwarepublico/softwarepublico!248
Created by Melissa Wen

Fix noosfero search layout

Milestone: None

Merged by Álvaro Fernando Matos de Souza

Source branch has been removed
Commits (1)
2 participants
src/noosfero-spb/noosfero-spb-theme/css/search-pages.css
... ... @@ -4,11 +4,11 @@
4 4 .action-search-people #content form #search-header,
5 5 .action-search-communities #content form #search-header,
6 6 .action-search-institutions #content form #search-header {
7   - float: right;
8 7 border: none;
9 8 }
10 9  
11 10 .action-search-index #content form #search-header {
  11 + height: 0px;
12 12 margin-top: 5px;
13 13 }
14 14  
... ... @@ -16,14 +16,21 @@
16 16 .action-search-communities #content form #search-header,
17 17 .action-search-institutions #content form #search-header {
18 18 margin: 0 0 15px 0;
  19 + display: block;
  20 + height: 70px;
  21 + float: none;
  22 +}
  23 +
  24 +.action-search-institutions #content form #search-header {
  25 + height: 0;
19 26 }
20 27  
21 28 .action-search-people #content form #search-header #search-filters,
22 29 .action-search-communities #content form #search-header #search-filters,
23 30 .action-search-institutions #content form #search-header #search-filters {
24   - position: absolute;
25   - top: 40px;
26   - right: 18px;
  31 + position: absolute;
  32 + top: 40px;
  33 + right: 18px;
27 34 }
28 35  
29 36 .action-search-people #content form #search-header #search-filters .sod_select,
... ... @@ -169,7 +176,7 @@
169 176 }
170 177  
171 178 #search-subheader{
172   - display: none;
  179 + display: none;
173 180 }
174 181  
175 182 .controller-search .main-content .search-form .search_form #search-header ul#assets-menu {
... ... @@ -193,6 +200,7 @@
193 200 font-size: 34px;
194 201 font-weight: bold;
195 202 font-variant: normal;
  203 + padding-left: 2px;
196 204 }
197 205 .controller-search .main-content .search-form .search_form #search-header ul#assets-menu li.selected a::before {
198 206 content: "Buscar ";
... ... @@ -204,5 +212,6 @@
204 212 }
205 213  
206 214 .controller-search .main-content .search-form .search_form .search-field .formfield input#search-input {
207   - margin-top: 70px;
  215 + display: block;
  216 + width: 100%;
208 217 }
... ...
  • 79ebee40dd44c661fc4ad27b3656be68?s=40&d=identicon
    Álvaro Fernando Matos de Souza @alvarofernandoms

    Added 21 new commits:

    • 50282a78 - Added slim header
    • e95cf261 - Updated cookboks with slim header
    • 90e1d080 - Added button to go back on the navigation
    • ab940e51 - Added templatetag to get community-software rel
    • 441282a0 - Redirected to community or home
    • d5238e74 - Using HTTP_REFERER to go back when in slim header
    • c97f0dab - Fix gitlab menu style
    • c3fc67c7 - Merge branch 'slim_header' into 'master'
    • 7c70e7a1 - Fixes repository link in software creation
    • 37b9ba48 - Removing workaround and update configs
    • 764b1eac - Refactoring mezuro cookbook
    • 2048b9f4 - Modularizing rsyslog into server and default
    • 2554f8df - Refactoring the roles files
    • 84b44651 - Adding a workaround to the gitlab precompile
    • bb7b26cc - Adding a action :upgrade to the packages
    • 0c8e0c6e - Adding noosfero_profile widgets to colab cookbook
    • 6a206b94 - Removing sentry plugin from colab
    • 021ddc87 - Merge branch 'hot-fix-cookbook' into 'master'
    • 75092f8d - Removing centos chef repo
    • e80487f7 - Merge branch 'remove_chef_repo' into 'master'
    • b0c4e2c0 - fix header and form field alignment
    Choose File ...   File name...
    Cancel