Commit 1ce0a121aa284473243b8a6c1c9d66fbdacc5efe
1 parent
c047b8b1
Exists in
master_with_pkg_fixes
and in
2 other branches
Fixing search filters and submit button - #154
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Peter Lima <piterlima@gmail.com>
Showing
1 changed file
with
27 additions
and
20 deletions
Show diff stats
src/noosfero-spb-theme/css/search-pages.css
@@ -2,14 +2,22 @@ | @@ -2,14 +2,22 @@ | ||
2 | 2 | ||
3 | .action-search-index #content form #search-header, | 3 | .action-search-index #content form #search-header, |
4 | .action-search-people #content form #search-header, | 4 | .action-search-people #content form #search-header, |
5 | -.action-search-communities #content form #search-header{ | ||
6 | - margin-top: 5px; | 5 | +.action-search-communities #content form #search-header { |
7 | float: right; | 6 | float: right; |
8 | border: none; | 7 | border: none; |
9 | } | 8 | } |
10 | 9 | ||
10 | +.action-search-index #content form #search-header { | ||
11 | + margin-top: 5px; | ||
12 | +} | ||
13 | + | ||
14 | +.action-search-people #content form #search-header, | ||
15 | +.action-search-communities #content form #search-header { | ||
16 | + margin: 0 0 15px 0 ; | ||
17 | +} | ||
18 | + | ||
11 | .action-search-people #content form #search-header #search-filters .sod_select, | 19 | .action-search-people #content form #search-header #search-filters .sod_select, |
12 | -.action-search-communities #content form #search-header #search-filters .sod_select{ | 20 | +.action-search-communities #content form #search-header #search-filters .sod_select { |
13 | color: #3E67B1; | 21 | color: #3E67B1; |
14 | border: 1px solid #3E67B1; | 22 | border: 1px solid #3E67B1; |
15 | border-radius: 4px; | 23 | border-radius: 4px; |
@@ -20,7 +28,7 @@ | @@ -20,7 +28,7 @@ | ||
20 | } | 28 | } |
21 | 29 | ||
22 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list, | 30 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list, |
23 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list{ | 31 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list { |
24 | margin: -2px 0 0 -1px; | 32 | margin: -2px 0 0 -1px; |
25 | color: #3E67B1; | 33 | color: #3E67B1; |
26 | border: 1px solid #3E67B1; | 34 | border: 1px solid #3E67B1; |
@@ -32,17 +40,17 @@ | @@ -32,17 +40,17 @@ | ||
32 | } | 40 | } |
33 | 41 | ||
34 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .active, | 42 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .active, |
35 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .active{ | 43 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .active { |
36 | border-radius: 0px 0px 4px 4px; | 44 | border-radius: 0px 0px 4px 4px; |
37 | } | 45 | } |
38 | 46 | ||
39 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .selected, | 47 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .selected, |
40 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .selected{ | 48 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .selected { |
41 | padding-right: 21px; | 49 | padding-right: 21px; |
42 | } | 50 | } |
43 | 51 | ||
44 | .action-search-people #content form #search-subheader .sod_select, | 52 | .action-search-people #content form #search-subheader .sod_select, |
45 | -.action-search-communities #content form #search-subheader .sod_select{ | 53 | +.action-search-communities #content form #search-subheader .sod_select { |
46 | line-height: 15px; | 54 | line-height: 15px; |
47 | } | 55 | } |
48 | 56 | ||
@@ -60,46 +68,45 @@ | @@ -60,46 +68,45 @@ | ||
60 | } | 68 | } |
61 | .action-search-index #content form .search-field .formfield input, | 69 | .action-search-index #content form .search-field .formfield input, |
62 | .action-search-people #content form .search-field .formfield input, | 70 | .action-search-people #content form .search-field .formfield input, |
63 | -.action-search-communities #content form .search-field .formfield input{ | 71 | +.action-search-communities #content form .search-field .formfield input { |
64 | margin-top: 0px; | 72 | margin-top: 0px; |
65 | padding: 6px; | 73 | padding: 6px; |
66 | height: 19px; | 74 | height: 19px; |
67 | max-height: 19px; | 75 | max-height: 19px; |
68 | - max-width: 98%; | ||
69 | background: none; | 76 | background: none; |
70 | border: 1px solid #ccc; | 77 | border: 1px solid #ccc; |
71 | border-radius: 4px; | 78 | border-radius: 4px; |
79 | + margin-bottom: 15px; | ||
80 | + font-size: 14px; | ||
72 | } | 81 | } |
73 | 82 | ||
74 | .action-search-index #content form input.button.submit, | 83 | .action-search-index #content form input.button.submit, |
75 | .action-search-people #content form input.button.submit, | 84 | .action-search-people #content form input.button.submit, |
76 | -.action-search-communities #content form input.button.submit{ | ||
77 | - height: 32px; | ||
78 | - margin-top: 8px; | ||
79 | - padding: 5px 15px; | ||
80 | - background: #3E67B1 none; | 85 | +.action-search-communities #content form input.button.submit { |
86 | + background: #3E67B1; | ||
81 | color: #FFF; | 87 | color: #FFF; |
82 | border-radius: 4px; | 88 | border-radius: 4px; |
83 | - border: 1px solid #3E67B1; | ||
84 | - font-size: 14px; | 89 | + width: 108px; |
85 | line-height: 14px; | 90 | line-height: 14px; |
91 | + font-size: 14px; | ||
92 | + font-family: "open_sansbold", Arial, sans-serif; | ||
86 | text-transform: uppercase; | 93 | text-transform: uppercase; |
87 | } | 94 | } |
88 | 95 | ||
89 | .action-search-index #content form input.button.submit:hover, | 96 | .action-search-index #content form input.button.submit:hover, |
90 | .action-search-people #content form input.button.submit:hover, | 97 | .action-search-people #content form input.button.submit:hover, |
91 | -.action-search-communities #content form input.button.submit:hover{ | 98 | +.action-search-communities #content form input.button.submit:hover { |
92 | background: #5E82C6; | 99 | background: #5E82C6; |
93 | } | 100 | } |
94 | 101 | ||
95 | .action-search-people #search-results .search-results-type-people, | 102 | .action-search-people #search-results .search-results-type-people, |
96 | -.action-search-communities #search-results .search-results-type-community{ | 103 | +.action-search-communities #search-results .search-results-type-community { |
97 | background: none; | 104 | background: none; |
98 | border: 1px solid #ccc; | 105 | border: 1px solid #ccc; |
99 | border-radius: 10px; | 106 | border-radius: 10px; |
100 | } | 107 | } |
101 | 108 | ||
102 | -.action-search-index #search-results h3{ | 109 | +.action-search-index #search-results h3 { |
103 | margin: 20px 0 10px 0; | 110 | margin: 20px 0 10px 0; |
104 | color: #172738; | 111 | color: #172738; |
105 | font-size:18px; | 112 | font-size:18px; |
@@ -109,7 +116,7 @@ | @@ -109,7 +116,7 @@ | ||
109 | font-variant: normal; | 116 | font-variant: normal; |
110 | } | 117 | } |
111 | 118 | ||
112 | -.action-search-index #search-results .search-results-innerbox{ | 119 | +.action-search-index #search-results .search-results-innerbox { |
113 | background: none; | 120 | background: none; |
114 | border: 1px solid #ccc; | 121 | border: 1px solid #ccc; |
115 | } | 122 | } |