From c17d1d0ed0fcdb8f0d4663a47bad8df069760b49 Mon Sep 17 00:00:00 2001 From: Kate Arzamastseva Date: Mon, 1 Aug 2011 01:16:20 +0300 Subject: issue #32 mediamanager layout css fix --- lib/tpl/default/mediamanager.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/tpl/default/mediamanager.css b/lib/tpl/default/mediamanager.css index 431b61d6e..353230cc6 100644 --- a/lib/tpl/default/mediamanager.css +++ b/lib/tpl/default/mediamanager.css @@ -2,6 +2,11 @@ #mediamanager__page { width: 100%; + overflow-x: auto; +} + +#mediamanager__layout { + min-width: 840px; } #mediamanager__layout .layout, @@ -42,7 +47,7 @@ #mediamanager__layout_detail { width: 35%; - min-width: 300px; + min-width: 290px; } .ui-resizable-e:hover { -- cgit v1.2.3