- fix broken plain text mails (end of header.tpl must have one empty line to separate from mime headers)

- fix position of flat button (recent commit changed html structure)
- increase font size from 80% to 90% for thumb legends (somehow the shown text is a lot smaller than 1.7)

git-svn-id: http://piwigo.org/svn/branches/2.0@2740 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2008-10-15 00:28:20 +00:00
parent e7aeb42f0e
commit be9bbd219d
4 changed files with 7 additions and 6 deletions

View file

@ -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*}

View file

@ -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;
}

View file

@ -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; }

View file

@ -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 */
}