Commit f6a18bdd3e839176c4365561d757f8ccb3185188

Authored by Juliana
1 parent 173d7074

Insert icon calendar page search sofware catalog and font-size, font family

images/ic-calendar.png 0 → 100644

281 Bytes

page-catalog-software.css
... ... @@ -22,7 +22,7 @@
22 22 }
23 23  
24 24 .action-search-software_infos .search-results-header {
25   -border-bottom: 1px solid #ccc !important;
  25 + border-bottom: 1px solid #ccc !important;
26 26 }
27 27  
28 28 #search-input {
... ... @@ -61,6 +61,7 @@ border-bottom: 1px solid #ccc !important;
61 61 .action-search-software_infos #content input.button{
62 62 background-color:#2B65cd;
63 63 border: 1px solid #2B65cd;
  64 + font-family:open_sansbold;
64 65 color: #ffffff;
65 66 border-radius: 4px;
66 67 padding:0px;
... ... @@ -109,7 +110,7 @@ border-bottom: 1px solid #ccc !important;
109 110  
110 111 .action-search-software_infos .search-enterprise-item-column-left{
111 112 border-right: 1px solid #ccc;
112   - width: 135px;
  113 + width: 143px;
113 114 height: 130px;
114 115 /*padding: 0px 60px 0px 10px; /*50 no lugar coloquei 70*/
115 116 /*margin:none;*/
... ... @@ -117,7 +118,7 @@ border-bottom: 1px solid #ccc !important;
117 118 }
118 119  
119 120 .action-search-software_infos .search-enterprise-item-column-right{
120   - width:70%; /*470px;*/
  121 + width:70%; /*440px;*/
121 122 }
122 123  
123 124 .action-search-software_infos .common-profile-list-block .vcard {
... ... @@ -143,13 +144,6 @@ border-bottom: 1px solid #ccc !important;
143 144 max-height: none;
144 145 }
145 146  
146   -/*
147   -.common-profile-list-block img {
148   -border: none;
149   -/* max-width: 50px; */
150   -/* max-height: 50px;
151   -}*/
152   -
153 147 .action-search-software_infos .common-profile-list-block .profile-image{
154 148 /*padding:20px 40px;*/
155 149 margin-left: 140px; /*85px; TESTANDO*/
... ... @@ -157,13 +151,10 @@ border: none;
157 151 width: 130px;
158 152 height: 130px;
159 153 }
160   -/*
161   -.action-search-software_infos .common-profile-list-block span {
162   - width: 50% !important;
163   -}*/
164 154  
165 155 .action-search-software_infos .common-profile-list-block .extra_info {
166 156 font-size: 13px;
  157 + font-family: Arial;
167 158 opacity: inherit;
168 159 width:135px;
169 160 padding-right:20px;
... ... @@ -173,10 +164,21 @@ border: none;
173 164 /* margin-bottom:130px;*/ /*verificar melhor forma de fazer, tamanho da barra laterial*/
174 165  
175 166 }
  167 +.action-search-software_infos .common-profile-list-block .extra_info::before{
  168 + content: url("images/ic-calendar.png");
  169 + line-height: 20px;
  170 + margin-right:10px;
  171 + margin-top:6px;
  172 + float: left;
  173 + /*padding-top: 10px;*/
  174 + /* position: static; */
  175 + /* overflow: auto; */
  176 +}
176 177  
177 178 .action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right {
178 179 font-size: 15px;
179 180 padding-top: 0px;
  181 + font-family: Arial;
180 182 }
181 183  
182 184 .action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a {
... ... @@ -184,11 +186,24 @@ border: none;
184 186 font-size:19px !important;
185 187 }
186 188  
187   -.action-search-software_infos .search-community-content-block span b:last-child {
  189 +.action-search-software_infos .search-enterprise-item-column-right span b:last-child {
188 190 float: left;
189 191 margin-right: 10px;
  192 + /*font-size: 13px;*/ /*font deve ser aplicada as categorias*/
  193 +}
  194 +/* Verificar a melhor maneira de fazer
  195 +.action-search-software_infos .search-enterprise-item-column-right span b:nth-last-child(2){
  196 + display: none;
190 197 }
191 198  
  199 +.action-search-software_infos .search-enterprise-item-column-right span a:nth-last-child(1){
  200 + display: none;
  201 +}*/
  202 +
  203 +.action-search-software_infos .search-community-content-block #categories-list{
  204 + margin-top:35px;
  205 + margin-bottom: 10px;
  206 +}
192 207 .action-search-software_infos .search-community-content-block #categories-list li{
193 208 text-decoration: underline;
194 209 font-size: 13px;
... ... @@ -199,9 +214,3 @@ border: none;
199 214 width: auto !important;
200 215 }
201 216  
202   -/*
203   -.search-results-box .common-profile-list-block li,
204   -.search-results-type-software_info li {
205   - width:100%;
206   -}
207   -*/
... ...