aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-11-10 12:33:54 +0000
committermistic100 <mistic@piwigo.org>2012-11-10 12:33:54 +0000
commitb9cc51b4ad563ee5495b11424df6fee1c6a74d31 (patch)
tree60f231679bad3a0628a8a5164231f1ad7291bb27 /admin
parentb83b19e3f3dd38d677c45673e1c23d957272c4f4 (diff)
feature:2780 Differentiate graphically physical album vs virtual albums
git-svn-id: http://piwigo.org/svn/trunk@18985 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/images/stripe-cat.pngbin0 -> 104 bytes
-rw-r--r--admin/themes/clear/theme.css4
-rw-r--r--admin/themes/roma/images/stripe-cat.pngbin0 -> 99 bytes
-rw-r--r--admin/themes/roma/theme.css4
4 files changed, 8 insertions, 0 deletions
diff --git a/admin/themes/clear/images/stripe-cat.png b/admin/themes/clear/images/stripe-cat.png
new file mode 100644
index 000000000..126c888e0
--- /dev/null
+++ b/admin/themes/clear/images/stripe-cat.png
Binary files differ
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index d2514208a..1d3a587e8 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -112,6 +112,10 @@ a.Piwigo:hover span.Piwigo {
}
TABLE.table2 { border: 2px solid #dddddd; }
+.categoryUl li:not(.virtual_cat) {
+ background:url(images/stripe-cat.png);
+}
+
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
a { color:#005E89; border-width: 0; }
a:hover, a:active { color: #d54e21; border-bottom: 1px dotted #d54e21; cursor: pointer; }
diff --git a/admin/themes/roma/images/stripe-cat.png b/admin/themes/roma/images/stripe-cat.png
new file mode 100644
index 000000000..8234473f7
--- /dev/null
+++ b/admin/themes/roma/images/stripe-cat.png
Binary files differ
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 85b04e2e2..6ffba3b12 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -96,6 +96,10 @@ a.Piwigo:hover span.Piwigo {
border-bottom: 1px solid #FF3363;
}
+.categoryUl li:not(.virtual_cat) {
+ background:url(images/stripe-cat.png);
+}
+
/* RADU - I comment this because it makes FF form controls activation very slow)
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
*/