Tarea #518 -> Cambiar acción 'Descargar documento' por 'Ver / descargar documento'

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@29 eb19766c-00d9-a042-a3a0-45cb8ec72764
This commit is contained in:
David Arranz 2011-02-15 18:19:37 +00:00
parent 0ed956d64d
commit 0e7dd07f0c

View File

@ -1218,15 +1218,15 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes
.portlet_button { .portlet_button {
padding: 2px; padding: 2px;
padding-bottom: 0; padding-bottom: 0;
height: 40px; height: auto;
} }
.portlet_button a .btn_text { .portlet_button a .btn_text {
color: #F8A00C; color: #F8A00C;
padding-top: 8px;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
float: left; display: table-cell;
vertical-align: middle;
} }
@ -1256,6 +1256,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes
vertical-align: middle; vertical-align: middle;
align: center; align: center;
width: 80%; width: 80%;
display: table;
} }
.portlet_button a .big_btn_right { .portlet_button a .big_btn_right {