aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/content.css
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/content.css
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/content.css')
-rw-r--r--template/yoga/content.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 9fc3f996d..970e5d93c 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -266,10 +266,15 @@ DIV.calImg {
padding: 0;
list-style: none;
text-align: center;
+ overflow: hidden;
+ width: 100%;
+}
+
+* html #content UL.thumbnailCategories {
+ width: 99%; /* buggy IE box model */
}
#content UL.thumbnailCategories LI {
- width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
margin:0;
padding:0;
float:left;
@@ -277,18 +282,19 @@ DIV.calImg {
#content DIV.thumbnailCategory {
display:block;
- border: 1px solid #aaa;
- padding: 5px 0px 0px 4px;
+ padding: 2px 0px 0px 2px;
margin: 5px;
}
#content DIV.thumbnailCategory DIV.description {
font-size: 90%;
+ overflow: auto;
+ width: inherit;
}
#content DIV.thumbnailCategory DIV.description H3 {
text-align: left;
- background: #eee;
+ background: transparent;
margin: 0;
padding: 0.1em;
font-size: 120%;
@@ -300,8 +306,6 @@ DIV.calImg {
#content DIV.thumbnailCategory DIV.illustration {
text-align: left;
- padding: 2px;
+ margin: 2px 0 2px 2px;
float: left;
- width: 110px; /* sorry, this is a very personal value :-( */
- height: 110px;
}