From f1494f18931ad354a05755c2c8dbfef1d51bfe87 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 29 Apr 2007 19:04:57 +0000 Subject: Bug 0000684: History [Search] - Add a thumbnail display. git-svn-id: http://piwigo.org/svn/trunk@1991 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/default-layout.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'template/yoga/admin/default-layout.css') diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index 3040e91ff..09d03e8c8 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -203,3 +203,35 @@ ul.tabsheet li { border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ padding: 5px 2em 2px 2em; } + +.over{ +position: relative; +z-index: 0; +} + +.over:hover{ +background-color: transparent; +z-index: 50; +} + +.over span{ /*CSS for enlarged image*/ +position: absolute; +background-color: #eee; +padding: 5px; +left: -1000px; +border: 1px solid #69c; +visibility: hidden; +color: black; +text-decoration: none; +} + +.over span img{ /*CSS for enlarged image*/ +border-width: 0; +padding: 2px; +} + +.over:hover span{ /*CSS for enlarged image on hover*/ +visibility: visible; +top: 0; +left: 60px; /*position where enlarged image should offset horizontally */ +} -- cgit v1.2.3