From 0ef5a0cb6fb46865e850deb072b9942e8aefdf62 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 28 May 2015 10:31:29 +0200 Subject: [PATCH] gadjo.css: long titles don't over overflows app box (#7396) --- wcs/qommon/static/css/dc2/gadjo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcs/qommon/static/css/dc2/gadjo.css b/wcs/qommon/static/css/dc2/gadjo.css index 58c1a3f..0492be3 100644 --- a/wcs/qommon/static/css/dc2/gadjo.css +++ b/wcs/qommon/static/css/dc2/gadjo.css @@ -291,8 +291,8 @@ ul.apps li a { ul.apps li a { display: block; width: 120px; - height: 30px; - padding-top: 90px; + height: 50px; + padding-top: 70px; font-weight: bold; text-align: center; border: 1px dotted #666; -- 2.1.4