aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-09 10:53:14 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-09 10:53:14 +0000
commitba711b68b38f8b8aad7f7c4158b9479df7e6a44f (patch)
tree716e4b3380e5d63897df2b3430d21396935d688a /template/yoga/theme
parent86a90feddf8a9f6918bac25c52f31f1f5d6e17c7 (diff)
- Improve thumbnailCategories display : This new display looks quite good with both themes.
Handle long category description with automatic scrollbars. Got rid of the hr.separation which mess the display sometimes. git-svn-id: http://piwigo.org/svn/trunk@1136 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r--template/yoga/theme/clear/theme.css3
-rw-r--r--template/yoga/theme/dark/theme.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css
index 07cdffabb..31e88d90d 100644
--- a/template/yoga/theme/clear/theme.css
+++ b/template/yoga/theme/clear/theme.css
@@ -33,7 +33,8 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
}
FIELDSET, INPUT, SELECT, TEXTAREA,
-#content DIV.comment A.illustration IMG, #infos {
+#content DIV.comment A.illustration IMG, #infos,
+#content DIV.thumbnailCategory {
border: 1px solid gray;
}
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css
index 157c7c371..2bbe9533b 100644
--- a/template/yoga/theme/dark/theme.css
+++ b/template/yoga/theme/dark/theme.css
@@ -60,7 +60,8 @@ H2, #menubar DT, .throw {
}
FIELDSET, INPUT, SELECT, TEXTAREA,
-#content DIV.comment A.illustration IMG, #infos {
+#content DIV.comment A.illustration IMG, #infos,
+#content DIV.thumbnailCategory {
border: 1px solid gray;
}