Commit 1ce0a121aa284473243b8a6c1c9d66fbdacc5efe

Authored by Álvaro Fernando Matos de Souza
1 parent c047b8b1

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 2  
3 3 .action-search-index #content form #search-header,
4 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 6 float: right;
8 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 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 21 color: #3E67B1;
14 22 border: 1px solid #3E67B1;
15 23 border-radius: 4px;
... ... @@ -20,7 +28,7 @@
20 28 }
21 29  
22 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 32 margin: -2px 0 0 -1px;
25 33 color: #3E67B1;
26 34 border: 1px solid #3E67B1;
... ... @@ -32,17 +40,17 @@
32 40 }
33 41  
34 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 44 border-radius: 0px 0px 4px 4px;
37 45 }
38 46  
39 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 49 padding-right: 21px;
42 50 }
43 51  
44 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 54 line-height: 15px;
47 55 }
48 56  
... ... @@ -60,46 +68,45 @@
60 68 }
61 69 .action-search-index #content form .search-field .formfield input,
62 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 72 margin-top: 0px;
65 73 padding: 6px;
66 74 height: 19px;
67 75 max-height: 19px;
68   - max-width: 98%;
69 76 background: none;
70 77 border: 1px solid #ccc;
71 78 border-radius: 4px;
  79 + margin-bottom: 15px;
  80 + font-size: 14px;
72 81 }
73 82  
74 83 .action-search-index #content form input.button.submit,
75 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 87 color: #FFF;
82 88 border-radius: 4px;
83   - border: 1px solid #3E67B1;
84   - font-size: 14px;
  89 + width: 108px;
85 90 line-height: 14px;
  91 + font-size: 14px;
  92 + font-family: "open_sansbold", Arial, sans-serif;
86 93 text-transform: uppercase;
87 94 }
88 95  
89 96 .action-search-index #content form input.button.submit:hover,
90 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 99 background: #5E82C6;
93 100 }
94 101  
95 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 104 background: none;
98 105 border: 1px solid #ccc;
99 106 border-radius: 10px;
100 107 }
101 108  
102   -.action-search-index #search-results h3{
  109 +.action-search-index #search-results h3 {
103 110 margin: 20px 0 10px 0;
104 111 color: #172738;
105 112 font-size:18px;
... ... @@ -109,7 +116,7 @@
109 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 120 background: none;
114 121 border: 1px solid #ccc;
115 122 }
... ...