Projet

Général

Profil

0001-gadjo.css-long-titles-don-t-over-overflows-app-box-7.patch

Thomas Noël, 28 mai 2015 10:31

Télécharger (769 octets)

Voir les différences:

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(-)
wcs/qommon/static/css/dc2/gadjo.css
291 291
ul.apps li a {
292 292
	display: block;
293 293
	width: 120px;
294
	height: 30px;
295
	padding-top: 90px;
294
	height: 50px;
295
	padding-top: 70px;
296 296
	font-weight: bold;
297 297
	text-align: center;
298 298
	border: 1px dotted #666;
299
-