aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-11-24 22:35:56 +0000
committerpatdenice <patdenice@piwigo.org>2008-11-24 22:35:56 +0000
commitac56adb8b16514af0b94540ff27d40bb6a9f4146 (patch)
tree16abba0e0f024746b9b23f0d9c19061c43c65d9b /template
parent8a4f579994af7e563dce7e107cb57b1a41256e83 (diff)
- Replace all #content by .content in Sylvia theme.css.
- In LocalFiles Editor, show error message when creating new template file with empty filename. git-svn-id: http://piwigo.org/svn/trunk@2906 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 2015049bc..6e9d784e8 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -185,7 +185,7 @@ BODY {
background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
margin:0;
}
-#content ul.thumbnailCategories li {
+.content ul.thumbnailCategories li {
background:#222 url(images/cat_bottom-right.gif) no-repeat scroll right bottom;
width:49%;
margin: 0;
@@ -196,23 +196,23 @@ BODY {
padding: 0;
margin:0;
}
-#content .thumbnailCategory div.illustration {
+.content .thumbnailCategory div.illustration {
background:transparent url(images/cat_top-left.gif) no-repeat scroll left top;
padding: 0 0 0 10px;
- margin: 0;
+ margin: 0 !important;
}
.content .thumbnailCategory div.illustration a {
display: block;
margin: 0;
padding:20px 0 0 8px;
}
-#content .thumbnailCategory div.description {
+.content .thumbnailCategory div.description {
background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
margin: 0;
padding:15px 10px 3px 0;
- overflow: hidden;
+ overflow: hidden !important;
}
-#content .thumbnailCategory div.description .text {
+.content .thumbnailCategory div.description .text {
display:block;
margin:10px 2px 0 0;
overflow: auto;
@@ -223,11 +223,10 @@ BODY {
margin: 0 15px 0 15px;
text-align: right;
}
-#content.content .thumbnailCategory div.description H3 {
+.content .thumbnailCategory div.description H3 {
display: block;
- margin: 0;
}
-#content ul.thumbnailCategories li:hover {
+.content ul.thumbnailCategories li:hover {
background-color:#111;
}
.infos {