Commit e9b40d20dbbd86b422e511cbf0f512d1083a7a14

Authored by Pedro de Lyra Pereira
1 parent 7afa4127

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 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 37 .action-search-software_infos .map-or-list-search-results{
25 38 margin-top:20px;
26 39 }
... ... @@ -52,15 +65,15 @@
52 65 .controller-search #content form input.button.submit {
53 66 height: 30px;
54 67 max-height: 30px;
55   - width: 87px;
56   - margin-bottom: 14px;
  68 + width: 104px;
  69 + margin-bottom: 22px;
57 70 margin-left: 32px;
58 71 text-transform: uppercase;
59 72 font-weight: bold;
60 73 /*border: 1px solid #4562b1;*/
61 74 /*padding:0px;*/
62   - /*color:#ffffff;*/
63   - /*background-color:#4562b1;*/
  75 + color:#ffffff;
  76 + background-color:#4562b1;
64 77 }
65 78  
66 79 .controller-search .search-results-type-empty div{
... ... @@ -138,6 +151,11 @@
138 151 margin-left: 130px;
139 152 /*text-align: justify;*/
140 153 }
  154 +
  155 +#content .search-results-box .vcard {
  156 + display: table;
  157 +}
  158 +
141 159 #content .vcard a:hover{
142 160 color:#2C66CE;
143 161 }
... ...
style.css
... ... @@ -1073,10 +1073,10 @@ ul.profile-list .common-profile-list-block {
1073 1073 }
1074 1074  
1075 1075 .common-profile-list-block .profile-image {
1076   - display: block;
  1076 + display: table-cell;
1077 1077 height: 56px;
1078 1078 max-height: 100%;
1079   - width: 100%;
  1079 + text-align: center;
1080 1080 }
1081 1081  
1082 1082 /*.box-2 .common-profile-list-block .vcard a.profile_link,
... ...