aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-10-15 00:30:28 +0000
committerrvelices <rv-github@modusoptimus.com>2008-10-15 00:30:28 +0000
commitc9d974c9a99cb1279e22cc627403ee56a36af209 (patch)
tree0ea3c8f11668641cc800c2e794b3d7950ec179b3 /template
parent87689c8280371b74dafb7d68e9e28c9c59706210 (diff)
- merge r2740 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2741 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mail/text/plain/header.tpl4
-rw-r--r--template/yoga/menubar.css5
-rw-r--r--template/yoga/theme/Sylvia/theme.css2
-rw-r--r--template/yoga/thumbnails.css2
4 files changed, 7 insertions, 6 deletions
diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl
index 7471010c9..f1fcd61b5 100644
--- a/template/yoga/mail/text/plain/header.tpl
+++ b/template/yoga/mail/text/plain/header.tpl
@@ -1,4 +1,6 @@
{* $Id$ *}
-----={$BOUNDARY_KEY}
Content-Type: {$CONTENT_TYPE}; charset="{$CONTENT_ENCODING}";
-Content-Transfer-Encoding: 8bit
+Content-Transfer-Encoding: 8bit{literal}
+
+{/literal}{*note that there must be an empty line to separate the mime headers*}
diff --git a/template/yoga/menubar.css b/template/yoga/menubar.css
index 4444a7b53..27eb1ac38 100644
--- a/template/yoga/menubar.css
+++ b/template/yoga/menubar.css
@@ -10,7 +10,7 @@
}
#menubar .button {
- margin: 2px 2px ;
+ margin: -2px 2px 2px;
width: auto;
padding: 0;
text-indent: 0;
@@ -82,7 +82,6 @@ FORM#quickconnect FIELDSET DIV {
margin: 5px 0;
}
-#menubar #menuTagCloud SPAN
-{
+#menubar #menuTagCloud SPAN {
white-space: nowrap;
}
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 1e156a41a..01bb29856 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -40,7 +40,7 @@ margin:0; }
#menubar #mbIdentification .actions, #menubar li ul, #menubar #mbIdentification form p { background:transparent none repeat-y scroll left bottom; }
#menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;}
#menubar p { padding: 16px 16px 0; }
-#menubar .button { position:relative; right:9px; top:12px; height:16px; }
+#menubar .button { position:relative; right:9px; top:16px; height:16px; }
#menubar #mbIdentification .button { height:24px; right:0px; top:-40px; }
#menubar #mbIdentification fieldset { border:0; margin:0 24px 0 23px; }
#menubar #mbIdentification legend { display: none; }
diff --git a/template/yoga/thumbnails.css b/template/yoga/thumbnails.css
index dc4ec09f8..27b4fc51a 100644
--- a/template/yoga/thumbnails.css
+++ b/template/yoga/thumbnails.css
@@ -2,7 +2,7 @@
/* Thumbnails customization */
.content UL.thumbnails SPAN.thumbLegend {
- font-size: 80%; /* font size */
+ font-size: 90%;
overflow: hidden;/* oversized legend is clipped */
}