From 28b19f13203b5263ad89854a9c1df221975e4c38 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 10 Sep 2011 19:33:52 +0100 Subject: media manager design: added icon to resizing handle and changed background colour --- lib/tpl/default/images/resizecol.png | Bin 0 -> 443 bytes lib/tpl/default/mediamanager.css | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 lib/tpl/default/images/resizecol.png (limited to 'lib/tpl/default') diff --git a/lib/tpl/default/images/resizecol.png b/lib/tpl/default/images/resizecol.png new file mode 100644 index 000000000..79fea0770 Binary files /dev/null and b/lib/tpl/default/images/resizecol.png differ diff --git a/lib/tpl/default/mediamanager.css b/lib/tpl/default/mediamanager.css index 33c2753fc..ea69dbeb9 100644 --- a/lib/tpl/default/mediamanager.css +++ b/lib/tpl/default/mediamanager.css @@ -59,8 +59,18 @@ min-width: 290px; } -.ui-resizable-e:hover { - background-color: #dadada; +#mediamanager__page .ui-resizable-e { + width: 16px; + right: -13px; + /* icon from Crystal Clear icon set (LGPL) */ + background: transparent url(images/resizecol.png) 0 25px no-repeat; +} + +#mediamanager__page .ui-resizable-e:hover { + width: 6px; + right: -8px; + background-image: none; + background-color: __background_alt__; } /* Namespaces tree */ -- cgit v1.2.3