From bc71a654e7556a3fbeffbcdfc49c4aa33fe64a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 12 May 2015 21:52:17 +0200 Subject: [PATCH] fixed css styles for libraries list in iPad --- release/server/docroot/css/styles_ipad.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/server/docroot/css/styles_ipad.css b/release/server/docroot/css/styles_ipad.css index 8f415579..1419c4b2 100644 --- a/release/server/docroot/css/styles_ipad.css +++ b/release/server/docroot/css/styles_ipad.css @@ -5,7 +5,7 @@ body{ /* libraries */ #contentLibraries{ - width: 300px; + width: 400px; border: 1px solid #C6C6C6; background-color: white; margin-left: auto; @@ -36,7 +36,7 @@ body{ #contentLibraries .library-link { - width: 211px; + width: 311px; height: 28px; border: none; padding: 11px 0 0 0px; @@ -47,6 +47,7 @@ body{ font-size: 16px; text-decoration: none; color: #525252 ; + overflow: hidden; } #contentLibraries a