From 0e7dd07f0c5472ba86cdef048c8a103bfc40d3dc Mon Sep 17 00:00:00 2001 From: david Date: Tue, 15 Feb 2011 18:19:37 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#518=20->=20Cambiar=20acci=C3=B3n=20'De?= =?UTF-8?q?scargar=20documento'=20por=20'Ver=20/=20descargar=20documento'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@29 eb19766c-00d9-a042-a3a0-45cb8ec72764 --- resources/css/kt-framing.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index e633083..c5a0a49 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -1218,15 +1218,15 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes .portlet_button { padding: 2px; padding-bottom: 0; - height: 40px; + height: auto; } .portlet_button a .btn_text { - color: #F8A00C; - padding-top: 8px; + color: #F8A00C; text-align: center; 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; align: center; width: 80%; + display: table; } .portlet_button a .big_btn_right {