Commit 9cab23b88b450617fae27b23eac89404abb16731
1 parent
28b5818a
Exists in
master
and in
9 other branches
Adding style to wiki block
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
css/software-pages.css
... | ... | @@ -273,11 +273,16 @@ |
273 | 273 | font-weight: bold; |
274 | 274 | } |
275 | 275 | |
276 | -/* Repository block */ | |
276 | +/* Repository and Wiki blocks */ | |
277 | + | |
278 | +.template-default #content .box-3 .wiki-block, | |
277 | 279 | .template-default #content .box-3 .repository-block{ |
278 | 280 | padding: 0 0 0 10px; |
279 | 281 | } |
280 | 282 | |
283 | +.template-default .box-3 #bt_wiki, | |
284 | +.template-default .box-3 #bt_wiki:active, | |
285 | +.template-default .box-3 #bt_wiki:visited, | |
281 | 286 | .template-default .box-3 #bt_repositorio, |
282 | 287 | .template-default .box-3 #bt_repositorio:active, |
283 | 288 | .template-default .box-3 #bt_repositorio:visited{ |
... | ... | @@ -290,7 +295,8 @@ |
290 | 295 | position: relative; |
291 | 296 | } |
292 | 297 | |
293 | -.template-default .box-3 #bt_repositorio::after{ | |
298 | +.template-default .box-3 #bt_wiki:after, | |
299 | +.template-default .box-3 #bt_repositorio:after{ | |
294 | 300 | margin-top: -2px; |
295 | 301 | padding: 4px 0px 4px 2px; |
296 | 302 | border-radius: 4px; |
... | ... | @@ -305,6 +311,7 @@ |
305 | 311 | content: url('../images/right-arrow.png'); |
306 | 312 | } |
307 | 313 | |
314 | +.template-default .box-3 #content #bt_wiki:hover, | |
308 | 315 | .template-default .box-3 #content #bt_repositorio:hover{ |
309 | 316 | color: #FFF; |
310 | 317 | background: #2C66CE; | ... | ... |