- merge r2740 from branch 2.0 to trunk

git-svn-id: http://piwigo.org/svn/trunk@2741 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-10-15 00:30:28 +00:00
parent 87689c8280
commit c9d974c9a9
4 changed files with 7 additions and 6 deletions
+3 -1
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*}
+2 -3
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;
}
+1 -1
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; }
+1 -1
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 */
}