Commit ecd74512e01b21b30ac896b74aecff1f01aeb314

Authored by Juliana
1 parent 0e8fc63f

Position adjustments on the page "Search software catalog"

Showing 1 changed file with 61 additions and 47 deletions   Show diff stats
page-catalog-software.css
@@ -5,29 +5,29 @@ @@ -5,29 +5,29 @@
5 } 5 }
6 6
7 .action-search-software_infos #content #main-content-wrapper-8 h1{ 7 .action-search-software_infos #content #main-content-wrapper-8 h1{
8 - border-top: 3px solid #4562b1 !important;  
9 - color: #4562b1 !important; 8 + border-top: 4px solid #3E67B1 !important;
  9 + color: #2B65cd !important;
10 text-transform: uppercase; 10 text-transform: uppercase;
11 - font-size: 19px !important;  
12 - padding-left: 0.8em !important;  
13 - /*padding: 0px;*/  
14 - margin-left: 0px; 11 + font-size: 16px !important;
  12 + /*padding-left: 0.8em !important;*/
  13 + padding: 15px 0px 15px 15px;
  14 + /*margin-left: 0px;*/
15 border-bottom:none !important; 15 border-bottom:none !important;
16 - background-color:#f1f1f1; 16 + background-color:#eee;
17 } 17 }
18 18
19 .action-search-software_infos #main-content-wrapper-8 .search-form{ 19 .action-search-software_infos #main-content-wrapper-8 .search-form{
20 margin-top:-10px; 20 margin-top:-10px;
21 - background-color:#f1f1f1; 21 + background-color: #eee; /*#f1f1f1;*/
22 } 22 }
23 23
24 .action-search-software_infos .search-results-header { 24 .action-search-software_infos .search-results-header {
25 -border-bottom: 2px solid #ccc !important; 25 +border-bottom: 1px solid #ccc !important;
26 } 26 }
27 27
28 #search-input { 28 #search-input {
29 font-size:110%; 29 font-size:110%;
30 - margin: 0px 0px 20px 15px; 30 + margin: 0px 0px 15px 15px;
31 border-radius: 4px; 31 border-radius: 4px;
32 padding: 0.55em; 32 padding: 0.55em;
33 } 33 }
@@ -35,8 +35,8 @@ border-bottom: 2px solid #ccc !important; @@ -35,8 +35,8 @@ border-bottom: 2px solid #ccc !important;
35 #search-input.blur { 35 #search-input.blur {
36 font-size:110%; 36 font-size:110%;
37 font-style: normal; 37 font-style: normal;
38 - color: #aaa;  
39 - margin: 0px 0px 20px 15px; 38 + color: #eee; /*#aaa;*/
  39 + margin: 0px 0px 15px 15px;
40 border-radius:4px; 40 border-radius:4px;
41 padding:0.55em; 41 padding:0.55em;
42 } 42 }
@@ -45,8 +45,8 @@ border-bottom: 2px solid #ccc !important; @@ -45,8 +45,8 @@ border-bottom: 2px solid #ccc !important;
45 height: 30px; 45 height: 30px;
46 max-height: 30px; 46 max-height: 30px;
47 width: 87px; 47 width: 87px;
48 - margin-bottom: 20px;  
49 - margin-left:32px; 48 + margin-bottom: 15px;
  49 + margin-left: 32px;
50 color:#ffffff; 50 color:#ffffff;
51 /*background-color:#4562b1;*/ 51 /*background-color:#4562b1;*/
52 text-transform: uppercase; 52 text-transform: uppercase;
@@ -55,10 +55,8 @@ border-bottom: 2px solid #ccc !important; @@ -55,10 +55,8 @@ border-bottom: 2px solid #ccc !important;
55 padding:0px; 55 padding:0px;
56 } 56 }
57 .action-search-software_infos #content input.button{ 57 .action-search-software_infos #content input.button{
58 - background-color:#4562b1;  
59 - border: 1px solid #4562b1;  
60 -  
61 - 58 + background-color:#2B65cd;
  59 + border-radius: 1px solid #2B65cd;
62 } 60 }
63 61
64 .action-search-software_infos .icon-search{ 62 .action-search-software_infos .icon-search{
@@ -66,6 +64,10 @@ border-bottom: 2px solid #ccc !important; @@ -66,6 +64,10 @@ border-bottom: 2px solid #ccc !important;
66 64
67 } 65 }
68 66
  67 +.search-enterprise-item {
  68 + border-bottom: 1px solid #eee;
  69 +}
  70 +
69 .controller-search .search-field .formfield { 71 .controller-search .search-field .formfield {
70 width: 720px; 72 width: 720px;
71 } 73 }
@@ -87,6 +89,11 @@ border-bottom: 2px solid #ccc !important; @@ -87,6 +89,11 @@ border-bottom: 2px solid #ccc !important;
87 .action-search-software_infos .common-profile-list-block .vcard:hover .menu-submenu-trigger { 89 .action-search-software_infos .common-profile-list-block .vcard:hover .menu-submenu-trigger {
88 display:none; 90 display:none;
89 } 91 }
  92 +
  93 +.common-profile-list-block .vcard a.profile_link{
  94 + float:left;
  95 +}
  96 +
90 /* 97 /*
91 .common-profile-list-block .profile-image { 98 .common-profile-list-block .profile-image {
92 padding:0px 200px; 99 padding:0px 200px;
@@ -94,13 +101,14 @@ border-bottom: 2px solid #ccc !important; @@ -94,13 +101,14 @@ border-bottom: 2px solid #ccc !important;
94 */ 101 */
95 102
96 .action-search-software_infos .search-enterprise-item-column-left{ 103 .action-search-software_infos .search-enterprise-item-column-left{
97 - border-right: 2px solid #ccc; 104 + border-right: 1px solid #ccc;
98 padding: 0px 50px 0px 10px; 105 padding: 0px 50px 0px 10px;
99 margin:none; 106 margin:none;
  107 + position:absolute;
100 } 108 }
101 109
102 .action-search-software_infos .search-enterprise-item-column-right{ 110 .action-search-software_infos .search-enterprise-item-column-right{
103 - width:70%; 111 + width:65%;
104 } 112 }
105 113
106 .action-search-software_infos .common-profile-list-block .vcard { 114 .action-search-software_infos .common-profile-list-block .vcard {
@@ -114,7 +122,7 @@ border-bottom: 2px solid #ccc !important; @@ -114,7 +122,7 @@ border-bottom: 2px solid #ccc !important;
114 .action-search-software_infos .search-enterprise-item-column-left .vcard img { 122 .action-search-software_infos .search-enterprise-item-column-left .vcard img {
115 max-width: 90px; 123 max-width: 90px;
116 height: auto; 124 height: auto;
117 - max-height: 90px; 125 + max-height: 130px; /*90px;*/
118 margin-left:90px; 126 margin-left:90px;
119 } 127 }
120 128
@@ -126,51 +134,57 @@ border: none; @@ -126,51 +134,57 @@ border: none;
126 }*/ 134 }*/
127 135
128 .action-search-software_infos .common-profile-list-block .profile-image{ 136 .action-search-software_infos .common-profile-list-block .profile-image{
129 - padding:20px 40px;  
130 - margin-left:50px; 137 + /*padding:20px 40px;*/
  138 + margin-left:100px;
  139 + margin-top: 10px;
  140 + width: 130px;
  141 + height: 130px;
131 } 142 }
  143 +/*
132 .action-search-software_infos .common-profile-list-block span { 144 .action-search-software_infos .common-profile-list-block span {
133 width: 50% !important; 145 width: 50% !important;
134 -} 146 +}*/
135 147
136 .action-search-software_infos .common-profile-list-block .extra_info { 148 .action-search-software_infos .common-profile-list-block .extra_info {
137 font-size: 13px; 149 font-size: 13px;
138 opacity: inherit; 150 opacity: inherit;
139 - margin-top:-100px;  
140 - margin-bottom:100px; 151 + width:135px;
  152 + padding-right:20px;
141 text-align: left; 153 text-align: left;
  154 + position:absolute;
  155 + top:0px;
  156 + /* margin-bottom:130px;*/ /*verificar melhor forma de fazer, tamanho da barra laterial*/
142 157
143 } 158 }
  159 +
144 .action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right { 160 .action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right {
145 - font-size: 13px;  
146 - margin:-20px; 161 + font-size: 15px;
  162 + padding-top: 0px;
147 } 163 }
  164 +
148 .action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a { 165 .action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a {
149 color:#172938 !important; 166 color:#172938 !important;
150 font-size:19px !important; 167 font-size:19px !important;
151 } 168 }
152 169
153 -/*.search-community-content-block {  
154 - display:none; 170 +.search-community-content-block span b:last-child{
  171 + float: left;
  172 + margin-right: 10px;
155 } 173 }
156 174
157 -/*  
158 -.extra_info{  
159 - text-align: left;  
160 - padding: 0px;  
161 - margin: 0px 0px 0px 0px; 175 +.search-community-content-block #categories-list li{
  176 + text-decoration: underline;
  177 + font-size: 13px;
  178 + color:#2B65cd;
  179 + display:block !important;
  180 + float:left;
  181 + margin-right: 10px !important;
  182 + width: auto !important;
162 } 183 }
163 184
164 -*/  
165 -  
166 /* 185 /*
167 -img {  
168 -display: block;  
169 -text-align: center;  
170 -width: 150px;  
171 -height: 90px;  
172 -padding-top: 20px;  
173 -padding-bottom: 30px;  
174 -overflow: hidden;  
175 -}  
176 -*/  
177 \ No newline at end of file 186 \ No newline at end of file
  187 +.search-results-box .common-profile-list-block li,
  188 +.search-results-type-software_info li {
  189 + width:100%;
  190 +}
  191 +*/