Commit 0fec9c32249af29d92e6ef8cc3f13da61be8bb37

Authored by Gabriela Navarro
1 parent a494f1c3

Replace olds classes with new ones

Showing 1 changed file with 16 additions and 15 deletions   Show diff stats
page-catalog-software.css
... ... @@ -4,7 +4,7 @@
4 4 display: none;
5 5 }
6 6  
7   -.action-search-software_infos #content #main-content-wrapper-8 h1{
  7 +.action-search-software_infos #content h1{
8 8 border-top: 4px solid #3E67B1 !important;
9 9 color: #2B65cd !important;
10 10 text-transform: uppercase;
... ... @@ -16,7 +16,7 @@
16 16 /*margin-left: 0px;*/
17 17 }
18 18  
19   -.action-search-software_infos #main-content-wrapper-8 .search-form{
  19 +.action-search-software_infos .search-form{
20 20 margin-top:-10px;
21 21 background-color: #eee; /*#f1f1f1;*/
22 22 }
... ... @@ -97,7 +97,7 @@
97 97  
98 98 }
99 99 /*
100   -.search-enterprise-item {
  100 +.search-software-item {
101 101 border-bottom: 1px solid #eee;
102 102 }*/
103 103  
... ... @@ -105,7 +105,7 @@
105 105 width: 80%;
106 106 }
107 107  
108   -.action-search-software_infos .only-one-result-box .search-enterprise-item {
  108 +.action-search-software_infos .only-one-result-box .search-software-item {
109 109 padding-top:35px !important;
110 110 padding-bottom: 35px !important;
111 111 background: #ffffff;
... ... @@ -136,8 +136,9 @@
136 136 }
137 137 */
138 138  
139   -.action-search-software_infos .search-enterprise-item-column-left{
  139 +.action-search-software_infos .search-software-item-logo-image{
140 140 border-right: 1px solid #ccc;
  141 + float: left;
141 142 width: 143px;
142 143 height: 130px;
143 144 /*padding: 0px 60px 0px 10px; /*50 no lugar coloquei 70*/
... ... @@ -145,7 +146,7 @@
145 146 /*position:absolute;*/
146 147 }
147 148  
148   -.action-search-software_infos .search-enterprise-item-column-right{
  149 +.action-search-software_infos .search-software-item-information{
149 150 width:60%; /*440px;*/
150 151 float:left;
151 152 margin-left: 130px;
... ... @@ -168,7 +169,7 @@
168 169 display:none !important;
169 170 }
170 171  
171   -.action-search-software_infos .search-enterprise-item-column-left .vcard img {
  172 +.action-search-software_infos .search-software-item-logo-image .vcard img {
172 173 max-width: 90px;
173 174 height: auto;
174 175 /*margin-left: 15px;
... ... @@ -214,39 +215,39 @@
214 215 /* overflow: auto; */
215 216 }
216 217  
217   -.action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right {
  218 +.action-search-software_infos .search-software-item .search-software-item-information {
218 219 font-size: 15px;
219 220 padding-top: 0px;
220 221 font-family: Arial;
221 222 }
222 223  
223   -.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a {
  224 +.action-search-software_infos .search-software-item-information .search-software-item-name h4 a {
224 225 color:#172938 !important;
225 226 font-size:19px !important;
226 227 }
227   -.action-search-software_infos .search-enterprise-item-column-right span b{
  228 +.action-search-software_infos .search-software-item-information span b{
228 229 font-weight: normal;
229 230 }
230 231  
231   -.action-search-software_infos .search-enterprise-item-column-right span b:last-child {
  232 +.action-search-software_infos .search-software-item-information span b:last-child {
232 233 float: left;
233 234 margin-right: 10px;
234 235 /*font-size: 13px;*/ /*font deve ser aplicada as categorias*/
235 236 }
236 237 /* Verificar a melhor maneira de fazer
237   -.action-search-software_infos .search-enterprise-item-column-right span b:nth-last-child(2){
  238 +.action-search-software_infos .search-software-item-information span b:nth-last-child(2){
238 239 display: none;
239 240 }
240 241  
241   -.action-search-software_infos .search-enterprise-item-column-right span a:nth-last-child(1){
  242 +.action-search-software_infos .search-software-item-information span a:nth-last-child(1){
242 243 display: none;
243 244 }*/
244 245  
245   -.action-search-software_infos .search-community-content-block #categories-list{
  246 +.action-search-software_infos .search-software-item-categories #categories-list{
246 247 margin-top:35px;
247 248 margin-bottom: 10px;
248 249 }
249   -.action-search-software_infos .search-community-content-block #categories-list li{
  250 +.action-search-software_infos .search-software-item-categories #categories-list li{
250 251 text-decoration: underline;
251 252 font-size: 13px;
252 253 color:#2B65cd;
... ...