diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-07-22 01:29:38 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-07-22 01:29:38 +0000 |
commit | b62eb188a2506fa35121a3a7d120d8ae163584dc (patch) | |
tree | 6741a8f762ff1af7f251c96c3891ffe86f819577 /admin | |
parent | 60b7843d3a9117694ae5803d5c77e7cb1232183c (diff) |
- 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
Diffstat (limited to 'admin')
-rw-r--r-- | admin/template/yoga/theme/admin/theme.css | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |