From 4a782cbd6559716e989e6b447159ddfd9fba0253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 25 Jun 2012 07:36:27 +0000 Subject: [PATCH] Move the text to bottom-left as in prototypes Change-Id: Iffb3bcee43cd0e0c76e7abd7e29cf8fa0e7ede98 --- resources/css/ext.uls.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/css/ext.uls.css b/resources/css/ext.uls.css index 3f75eddf..ccb2deda 100644 --- a/resources/css/ext.uls.css +++ b/resources/css/ext.uls.css @@ -64,11 +64,16 @@ .uls-region { float: left; cursor: pointer; - text-align: center; width: 133px; padding: 0; margin: 0; height: 197px; + position: relative; +} + +.uls-region a { + position: absolute; + bottom: 0; } .uls-region:hover {