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,7 +4,7 @@
4 display: none; 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 border-top: 4px solid #3E67B1 !important; 8 border-top: 4px solid #3E67B1 !important;
9 color: #2B65cd !important; 9 color: #2B65cd !important;
10 text-transform: uppercase; 10 text-transform: uppercase;
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 /*margin-left: 0px;*/ 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 margin-top:-10px; 20 margin-top:-10px;
21 background-color: #eee; /*#f1f1f1;*/ 21 background-color: #eee; /*#f1f1f1;*/
22 } 22 }
@@ -97,7 +97,7 @@ @@ -97,7 +97,7 @@
97 97
98 } 98 }
99 /* 99 /*
100 -.search-enterprise-item { 100 +.search-software-item {
101 border-bottom: 1px solid #eee; 101 border-bottom: 1px solid #eee;
102 }*/ 102 }*/
103 103
@@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
105 width: 80%; 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 padding-top:35px !important; 109 padding-top:35px !important;
110 padding-bottom: 35px !important; 110 padding-bottom: 35px !important;
111 background: #ffffff; 111 background: #ffffff;
@@ -136,8 +136,9 @@ @@ -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 border-right: 1px solid #ccc; 140 border-right: 1px solid #ccc;
  141 + float: left;
141 width: 143px; 142 width: 143px;
142 height: 130px; 143 height: 130px;
143 /*padding: 0px 60px 0px 10px; /*50 no lugar coloquei 70*/ 144 /*padding: 0px 60px 0px 10px; /*50 no lugar coloquei 70*/
@@ -145,7 +146,7 @@ @@ -145,7 +146,7 @@
145 /*position:absolute;*/ 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 width:60%; /*440px;*/ 150 width:60%; /*440px;*/
150 float:left; 151 float:left;
151 margin-left: 130px; 152 margin-left: 130px;
@@ -168,7 +169,7 @@ @@ -168,7 +169,7 @@
168 display:none !important; 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 max-width: 90px; 173 max-width: 90px;
173 height: auto; 174 height: auto;
174 /*margin-left: 15px; 175 /*margin-left: 15px;
@@ -214,39 +215,39 @@ @@ -214,39 +215,39 @@
214 /* overflow: auto; */ 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 font-size: 15px; 219 font-size: 15px;
219 padding-top: 0px; 220 padding-top: 0px;
220 font-family: Arial; 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 color:#172938 !important; 225 color:#172938 !important;
225 font-size:19px !important; 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 font-weight: normal; 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 float: left; 233 float: left;
233 margin-right: 10px; 234 margin-right: 10px;
234 /*font-size: 13px;*/ /*font deve ser aplicada as categorias*/ 235 /*font-size: 13px;*/ /*font deve ser aplicada as categorias*/
235 } 236 }
236 /* Verificar a melhor maneira de fazer 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 display: none; 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 display: none; 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 margin-top:35px; 247 margin-top:35px;
247 margin-bottom: 10px; 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 text-decoration: underline; 251 text-decoration: underline;
251 font-size: 13px; 252 font-size: 13px;
252 color:#2B65cd; 253 color:#2B65cd;