diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/mail/text/plain/header.tpl | 4 | ||||
-rw-r--r-- | template/yoga/menubar.css | 5 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/thumbnails.css | 2 |
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 */ } |