aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-04-04 00:35:12 +0000
committerrvelices <rv-github@modusoptimus.com>2006-04-04 00:35:12 +0000
commitf33fdc91b2a5cb4ce0681df52b37ca5781660503 (patch)
treeb6e1d6653e5bd8f35b8d2bb016c173653a3abcf5 /template
parent42abf4c57664d2596872d437f70b95193f9a5d18 (diff)
fix: sql query erros when: no items for the selected tag, search returns
no result, caddie is empty fix: tag cloud was showing least used tags fix: strip html tags from head/title element on the page (tag index page title contained <a>...) improvement: added 5 tag levels in css for "ready to use" tags fix: corrected png icon calendar_created.png for IE fix: english language for nbm git-svn-id: http://piwigo.org/svn/trunk@1120 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/default-layout.css12
-rw-r--r--template/yoga/icon/calendar_created.pngbin1084 -> 1230 bytes
2 files changed, 11 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index a5637c17e..85f9f774b 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -269,4 +269,14 @@ UL.tagSelection {
UL.tagSelection LI {
display: inline;
white-space: nowrap;
-} \ No newline at end of file
+}
+
+#fullTagCloud { font-size: 140%; }
+
+#fullTagCloud LI { display: inline; }
+
+.tagLevel5 { font-size: 150%; }
+.tagLevel4 { font-size: 140%; }
+.tagLevel3 { font-size: 120%; }
+.tagLevel2 { font-size: 100%; }
+.tagLevel1 { font-size: 90%; } \ No newline at end of file
diff --git a/template/yoga/icon/calendar_created.png b/template/yoga/icon/calendar_created.png
index 63eb69bd4..14a84c43c 100644
--- a/template/yoga/icon/calendar_created.png
+++ b/template/yoga/icon/calendar_created.png
Binary files differ