Commit ee14d1be0f1b1626c000e8fa02b0452f6e7dc43e

Authored by Tomáz Martins
1 parent 47d99aeb

Hiding icon of doubts in form of search in software catalog page

Signed-off-by: TomazMartins <tomaz.r.martins@gmail.com>
Showing 1 changed file with 13 additions and 8 deletions   Show diff stats
css/software-catalog-page.css
... ... @@ -48,6 +48,11 @@
48 48 text-transform: uppercase;
49 49 }
50 50  
  51 +/* It's TEMPORARY */
  52 +.action-search-software_infos #content .search-form .doubts-catalog-software {
  53 + display: none;
  54 +}
  55 +
51 56 .action-search-software_infos #content .search-form .search-field .formfield {
52 57 width: 100%;
53 58 margin: 0;
... ... @@ -68,7 +73,7 @@
68 73 .action-search-software_infos #content .search-form .search-field input.button{
69 74 padding: 0px;
70 75 background-color: #3E67B1;
71   - color: #FFF;
  76 + color: #FFF;
72 77 border: 1px solid #3E67B1;
73 78 font-family: "open_sansbold",Arial,sans-serif;
74 79 border-radius: 4px;
... ... @@ -80,7 +85,7 @@
80 85 max-height: 30px;
81 86 margin: 14px;
82 87 padding: 0 14px 0 14px;
83   - background: #3E67B1;
  88 + background: #3E67B1;
84 89 line-height: 14px;
85 90 border-radius: 4px;
86 91 color: #ffffff;
... ... @@ -98,7 +103,7 @@
98 103 .action-search-software_infos #filter-option-catalog-software {
99 104 padding: 14px;
100 105 background-color: #D3D6DE;
101   - border: none;
  106 + border: none;
102 107 border-bottom-left-radius: 4px;
103 108 border-bottom-right-radius: 4px;
104 109 font-size: 11px;
... ... @@ -106,7 +111,7 @@
106 111 text-transform: uppercase;
107 112 }
108 113  
109   -.action-search-software_infos #filter-option-catalog-close {
  114 +.action-search-software_infos #filter-option-catalog-close {
110 115 padding: 7px 7px 17px 10px;
111 116 display: none;
112 117 }
... ... @@ -171,7 +176,7 @@
171 176 font-weight: normal;
172 177 }
173 178  
174   -.action-search-software_infos #filter-catalog-software .project-software span {
  179 +.action-search-software_infos #filter-catalog-software .project-software span {
175 180 padding: 2px 6px;
176 181 background: #FFF;
177 182 color: #3E67B1;
... ... @@ -218,7 +223,7 @@
218 223  
219 224 .action-search-software_infos #catalog-display-options {
220 225 font-size: 14px;
221   - font-family: Arial;
  226 + font-family: Arial;
222 227 }
223 228  
224 229 .action-search-software_infos #catalog-display-options #catalog-display-options-count{
... ... @@ -290,7 +295,7 @@
290 295 }
291 296  
292 297 .action-search-software_infos #search-results .search-software-item-column-left .vcard a.profile_link{
293   - float:left;
  298 + float:left;
294 299 }
295 300  
296 301 .action-search-software_infos #search-results .search-software-item-column-left .vcard:hover .menu-submenu-trigger {
... ... @@ -300,7 +305,7 @@
300 305 .action-search-software_infos #search-results .search-software-item-column-left .profile-image{
301 306 width: 130px;
302 307 height: 130px;
303   - margin-left: 130px;
  308 + margin-left: 130px;
304 309 margin-top: 35px;
305 310 }
306 311  
... ...