diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-09-11 02:24:51 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-09-11 02:24:51 +0000 |
commit | 92f80e5d799aa7fef5f00cbf5c27e32f92c4b2ea (patch) | |
tree | cbde0a4b03ea5733bf71ce1db3c8ec993825c38e /template/yoga/thumbnails.css | |
parent | 45fde2cc6b34d3acdfd43b487eb4b7dbeede05a8 (diff) |
feature 731: permissions at image level
- this is the first version - I wait for feedback before changing help files
git-svn-id: http://piwigo.org/svn/trunk@2084 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/thumbnails.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/yoga/thumbnails.css b/template/yoga/thumbnails.css index 4e67b527d..6f69f2cb7 100644 --- a/template/yoga/thumbnails.css +++ b/template/yoga/thumbnails.css @@ -51,3 +51,10 @@ top: 2px; } +UL.thumbnails .levelIndicatorB { +display:block; position:absolute; z-index:100;padding:0px 0 0 14px; color:black; font-weight:bold; fontsize:120%; +} + +UL.thumbnails .levelIndicatorF { +display:block; position:absolute; z-index:101;padding:1px 0 0 15px; color:white; font-weight:bold; fontsize:120%; +}
\ No newline at end of file |