aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-17 21:13:08 +0000
committervdigital <vdigital@piwigo.org>2008-09-17 21:13:08 +0000
commitbe2b0faa441b1447f11d48b0bce37d11b7ec64e4 (patch)
tree31a03444cd3cd9f66ddf129ff3a34349e8d2eac9
parent72cc0df65aacc33ff456489e2cf239bbbc708607 (diff)
Tiny end line on tabsheets is removed.
rapid_local_synchro.png deleted (previous synchro big button) And minor CSS Changes git-svn-id: http://piwigo.org/svn/trunk@2545 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/template/goto/theme/roma/images/active_tab2.pngbin593 -> 560 bytes
-rw-r--r--admin/template/goto/theme/roma/images/inactive_tab2.pngbin416 -> 408 bytes
-rw-r--r--admin/template/goto/theme/roma/images/rapid_local_synchro.pngbin2003 -> 0 bytes
-rw-r--r--admin/template/goto/theme/roma/theme.css17
-rw-r--r--template/yoga/index.tpl1
-rw-r--r--template/yoga/mainpage_categories.tpl16
-rw-r--r--template/yoga/theme/Sylvia/theme.css3
7 files changed, 18 insertions, 19 deletions
diff --git a/admin/template/goto/theme/roma/images/active_tab2.png b/admin/template/goto/theme/roma/images/active_tab2.png
index 560c27a56..751ae7858 100644
--- a/admin/template/goto/theme/roma/images/active_tab2.png
+++ b/admin/template/goto/theme/roma/images/active_tab2.png
Binary files differ
diff --git a/admin/template/goto/theme/roma/images/inactive_tab2.png b/admin/template/goto/theme/roma/images/inactive_tab2.png
index 63b66476a..506c241b1 100644
--- a/admin/template/goto/theme/roma/images/inactive_tab2.png
+++ b/admin/template/goto/theme/roma/images/inactive_tab2.png
Binary files differ
diff --git a/admin/template/goto/theme/roma/images/rapid_local_synchro.png b/admin/template/goto/theme/roma/images/rapid_local_synchro.png
deleted file mode 100644
index 716d0ee20..000000000
--- a/admin/template/goto/theme/roma/images/rapid_local_synchro.png
+++ /dev/null
Binary files differ
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index c3a4784ac..be8306ae3 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -54,8 +54,7 @@ TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera San
border:0; color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; }
.bigbutton input { background: transparent none no-repeat scroll left top;
position: relative; top: 0; left: 0; width:625px; height: 161px; border: 0;}
-.bigtext { border:0; height:161px; left:273px; position:relative; top:-124px; width:225px;
-font-family: FlorenceSans, Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-weight: bold;}
+.bigtext { border:0; height:161px; left:273px; position:relative; top:-124px; width:225px; font-weight: bold;}
*+html .bigtext { left: 65px; }
.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
.content UL.thumbnails SPAN.wrap2 {
@@ -92,18 +91,18 @@ background-color:transparent; border:0; display:table; float:right;
font-family:verdana,arial,helvetica,sans-serif; font-size:8px; line-height:14px;
list-style-image:none; padding: 0; position:relative; text-decoration:none;
top:-2px; white-space:nowrap; margin: 0 28px 0 0;}
-.tabsheet li { background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0;
+.tabsheet li { background:transparent url(images/inactive_tab.png) no-repeat scroll left 0;
float:left; margin:0 5px; overflow:hidden; text-align:right; }
.tabsheet a {
-background:transparent url(images/inactive_tab.png) no-repeat scroll left 0px;
+background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px;
color:#777; display:block; font-size:11px; text-transform:capitalize; border:0;
-font-weight:bold; height:28px; overflow:hidden; padding:7px 7px 5px 18px; line-height: 18px;
-text-align:right; text-decoration:none; margin: 0 4px 0 0; }
+font-weight:bold; height:18px; overflow:hidden; padding:7px 7px 5px 18px; line-height: 18px;
+text-align:right; text-decoration:none; margin: 0; }
.tabsheet li:hover, .tabsheet li.selected_tab {
-background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; }
-.tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36;
background:transparent url(images/active_tab.png) no-repeat scroll left 0px; }
-.tabsheet a span { background-color:#222; display:block; font-size:10px; padding:0 3px; }
+.tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36;
+background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; }
+.tabsheet a span { background-color:#222; display:block; font-size:10px; padding:0 5px 0 1px; }
#debug { margin-left:248px; font-size:12px; }
/* menubar is on all admin pages => No specific css file */
#menubar {
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl
index b6ddd131b..dc60daff5 100644
--- a/template/yoga/index.tpl
+++ b/template/yoga/index.tpl
@@ -4,7 +4,6 @@
<div id="content" class="content">
<div class="titrePage">
<ul class="categoryActions">
- <li>&nbsp;</li>
{if !empty($image_orders) }
<li>
{'Sort order'|@translate}:
diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl
index 226a82c05..0159bf6a4 100644
--- a/template/yoga/mainpage_categories.tpl
+++ b/template/yoga/mainpage_categories.tpl
@@ -14,13 +14,15 @@
<a href="{$cat.URL}">{$cat.NAME}</a>
{$cat.ICON_TS}
</h3>
- {if isset($cat.INFO_DATES) }
- <p>{$cat.INFO_DATES}</p>
- {/if}
- <p>{$cat.CAPTION_NB_IMAGES}</p>
- {if not empty($cat.DESCRIPTION)}
- <p>{$cat.DESCRIPTION}</p>
- {/if}
+ <div class="text">
+ {if isset($cat.INFO_DATES) }
+ <p class="dates">{$cat.INFO_DATES}</p>
+ {/if}
+ <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
+ {if not empty($cat.DESCRIPTION)}
+ <p>{$cat.DESCRIPTION}</p>
+ {/if}
+ </div>
</div>
</div>
</li>
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index e2e3d26cf..851a755f3 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -52,8 +52,7 @@ padding: 0; margin:0; }
padding: 0 0 0 10px; margin: 0; }
.content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; }
#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
-margin:0; padding:15px 0 0 0; }
-#content .thumbnailCategory div.description p { overvflow: hidden; }
+margin:0; padding:15px 10px 3px 0; overflow: hidden; }
#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }
#content ul.thumbnailCategories li:hover { background-color:#111; }
#imageHeaderBar .imageNumber { margin-right:170px; }