Añade estilos para aumentar texto de botones
Los botones grandes mantenían el tamaño de la fuente. Se añaden estilos para aumentar este tamaño. También se mejora la visualización del botón cuando se pasa el ratón por encima, porque aparecía una distorsión de un par de píxeles justo debajo del botón.
This commit is contained in:
parent
461e40c45f
commit
d9dff1fc67
1 changed files with 11 additions and 0 deletions
|
@ -90,6 +90,17 @@ ul > li > br {
|
|||
margin-top: 6px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Buttons.
|
||||
*/
|
||||
#top .avia-button .avia_button_background {
|
||||
bottom: -4px;
|
||||
}
|
||||
#top .avia-button.avia-size-large .avia_iconbox_title,
|
||||
#top .avia-button.avia-size-large .avia_button_icon {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
/*
|
||||
* Home page.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue