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 {