Commit 8fbac76a4f8a4a7a4cc26d4706585d7be2ce1df2

Authored by Pedro de Lyra Pereira
Committed by Eduardo Vital
1 parent d213f305
Exists in news_page_css

Improving community search page style

  Signed-off-by: Pedro de Lyra Pereira <pedrodelyra@gmail.com>
  Signed-off-by: Simião Carvalho <simiaosimis@gmail.com>
Showing 2 changed files with 24 additions and 6 deletions   Show diff stats
page-catalog-software.css
@@ -21,6 +21,19 @@ @@ -21,6 +21,19 @@
21 background-color: #eee; /*#f1f1f1;*/ 21 background-color: #eee; /*#f1f1f1;*/
22 } 22 }
23 23
  24 +.search-form{
  25 + background: #ecedf1;
  26 + border-radius: 4px;
  27 +}
  28 +
  29 +.search-form #search-subheader{
  30 + padding-left: 14px;
  31 +}
  32 +.search-form #search-header #search-filters{
  33 + float: left !important;
  34 + padding-left: 14px;
  35 +}
  36 +
24 .action-search-software_infos .map-or-list-search-results{ 37 .action-search-software_infos .map-or-list-search-results{
25 margin-top:20px; 38 margin-top:20px;
26 } 39 }
@@ -52,15 +65,15 @@ @@ -52,15 +65,15 @@
52 .controller-search #content form input.button.submit { 65 .controller-search #content form input.button.submit {
53 height: 30px; 66 height: 30px;
54 max-height: 30px; 67 max-height: 30px;
55 - width: 87px;  
56 - margin-bottom: 14px; 68 + width: 104px;
  69 + margin-bottom: 22px;
57 margin-left: 32px; 70 margin-left: 32px;
58 text-transform: uppercase; 71 text-transform: uppercase;
59 font-weight: bold; 72 font-weight: bold;
60 /*border: 1px solid #4562b1;*/ 73 /*border: 1px solid #4562b1;*/
61 /*padding:0px;*/ 74 /*padding:0px;*/
62 - /*color:#ffffff;*/  
63 - /*background-color:#4562b1;*/ 75 + color:#ffffff;
  76 + background-color:#4562b1;
64 } 77 }
65 78
66 .controller-search .search-results-type-empty div{ 79 .controller-search .search-results-type-empty div{
@@ -138,6 +151,11 @@ @@ -138,6 +151,11 @@
138 margin-left: 130px; 151 margin-left: 130px;
139 /*text-align: justify;*/ 152 /*text-align: justify;*/
140 } 153 }
  154 +
  155 +#content .search-results-box .vcard {
  156 + display: table;
  157 +}
  158 +
141 #content .vcard a:hover{ 159 #content .vcard a:hover{
142 color:#2C66CE; 160 color:#2C66CE;
143 } 161 }
@@ -1073,10 +1073,10 @@ ul.profile-list .common-profile-list-block { @@ -1073,10 +1073,10 @@ ul.profile-list .common-profile-list-block {
1073 } 1073 }
1074 1074
1075 .common-profile-list-block .profile-image { 1075 .common-profile-list-block .profile-image {
1076 - display: block; 1076 + display: table-cell;
1077 height: 56px; 1077 height: 56px;
1078 max-height: 100%; 1078 max-height: 100%;
1079 - width: 100%; 1079 + text-align: center;
1080 } 1080 }
1081 1081
1082 /*.box-2 .common-profile-list-block .vcard a.profile_link, 1082 /*.box-2 .common-profile-list-block .vcard a.profile_link,