From b62eb188a2506fa35121a3a7d120d8ae163584dc Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 22 Jul 2008 01:29:38 +0000 Subject: - remove admin :hover css rule (bouncing thumbnails in caddie FF) - move some code from notification.php to notification.tpl - remove some unused variables from picture.php - make random.php work even if top_number is a lot (some issues solved with url length) git-svn-id: http://piwigo.org/svn/trunk@2446 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/theme/admin/theme.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'admin/template') diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index 1a7114d32..6569dc95c 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -64,10 +64,6 @@ INPUT, SELECT, TEXTAREA { border-left: 2px solid #696969; } border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } -.content UL.thumbnails SPAN.wrap2:hover { - margin: 0 2px; width: auto; padding: 0; text-indent: 0; - list-style: none; text-align: center; float: left; } - label { cursor:pointer } .virtual_cat { background: #222 !important; } a.Piwigo { -- cgit v1.2.3