Changeset 2740


Ignore:
Timestamp:
Oct 15, 2008, 2:28:20 AM (16 years ago)
Author:
rvelices
Message:
  • 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)
Location:
branches/2.0/template/yoga
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/mail/text/plain/header.tpl

    r2278 r2740  
    22-----={$BOUNDARY_KEY}
    33Content-Type: {$CONTENT_TYPE}; charset="{$CONTENT_ENCODING}";
    4 Content-Transfer-Encoding: 8bit
     4Content-Transfer-Encoding: 8bit{literal}
     5
     6{/literal}{*note that there must be an empty line to separate the mime headers*}
  • branches/2.0/template/yoga/menubar.css

    r2648 r2740  
    1111
    1212#menubar .button {
    13         margin: 2px 2px ;
     13        margin: -2px 2px 2px;
    1414        width: auto;
    1515        padding: 0;
     
    8383}
    8484
    85 #menubar #menuTagCloud SPAN
    86 {
     85#menubar #menuTagCloud SPAN {
    8786        white-space: nowrap;
    8887}
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r2737 r2740  
    4141#menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;}
    4242#menubar p { padding: 16px 16px 0; }
    43 #menubar .button { position:relative; right:9px; top:12px; height:16px; }
     43#menubar .button { position:relative; right:9px; top:16px; height:16px; }
    4444#menubar #mbIdentification .button { height:24px; right:0px; top:-40px; }
    4545#menubar #mbIdentification fieldset { border:0; margin:0 24px 0 23px; }
  • branches/2.0/template/yoga/thumbnails.css

    r2593 r2740  
    33/* Thumbnails customization */
    44.content UL.thumbnails SPAN.thumbLegend {
    5         font-size: 80%;  /* font size */
     5        font-size: 90%;
    66        overflow: hidden;/* oversized legend is clipped */
    77}
Note: See TracChangeset for help on using the changeset viewer.