Changeset 3017


Ignore:
Timestamp:
Dec 23, 2008, 8:33:44 PM (15 years ago)
Author:
vdigital
Message:
  • Japanese flag
  • <p> support in Sylvia menubar
  • Admin Help is chartered (First use of the discrete links)
Location:
branches/2.0
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/theme/roma/theme.css

    r3013 r3017  
    4949.content div.titrePage { height:55px; }
    5050
    51 .instructions { text-align:left;}
     51.instructions { text-align:left; padding-top:5px;}
    5252.instructions LI { margin-bottom:5px; }
    5353.instructionBlock {border: 1px solid #666; margin: 5px; overflow: hidden;}
    54 .instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {font-size:110%; cursor: pointer; overflow: hidden; background-repeat: no-repeat; background-position: left center; padding-left: 20px; background-color: #111; padding: 5px 20px; color: #ff3363;}
     54.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center;
     55background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
     56.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: 1px solid #444; }
     57 .instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span,
     58 .instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; }
     59 
    5560.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.png);}
    5661.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.png);}
    57 .instructionBlockContent { padding:5px;}
     62.instructionBlockContent { padding:0 15px 15px;}
    5863SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
    5964
  • branches/2.0/language/en_UK/help.html

    r3012 r3017  
    77    class="instructionBlockHeaderCollapsed"
    88    onclick="blockToggleDisplay('pLoader_header', 'pLoader_content')"
    9   >
     9  ><span>
    1010    Add photos, the pLoader way
    11   </div>
     11  </span></div>
    1212  <div
    1313    id="pLoader_content"
     
    3232    class="instructionBlockHeaderCollapsed"
    3333    onclick="blockToggleDisplay('FTP_header', 'FTP_content')"
    34   >
     34  ><span>
    3535    Add photos, the FTP way
    36   </div>
     36  </span></div>
    3737  <div
    3838    id="FTP_content"
     
    155155    class="instructionBlockHeaderCollapsed"
    156156    onclick="blockToggleDisplay('permissions_header', 'permissions_content')"
    157   >
     157  ><span>
    158158    Permissions
    159   </div>
     159  </span></div>
    160160  <div
    161161    id="permissions_content"
     
    201201    class="instructionBlockHeaderCollapsed"
    202202    onclick="blockToggleDisplay('groups_header', 'groups_content')"
    203   >
     203  ><span>
    204204    Groups
    205   </div>
     205  </span></div>
    206206  <div
    207207    id="groups_content"
     
    231231    class="instructionBlockHeaderCollapsed"
    232232    onclick="blockToggleDisplay('upload_header', 'upload_content')"
    233   >
     233  ><span>
    234234    Upload by users
    235   </div>
     235  </span></div>
    236236  <div
    237237    id="upload_content"
     
    261261    class="instructionBlockHeaderCollapsed"
    262262    onclick="blockToggleDisplay('categoryLinks_header', 'categoryLinks_content')"
    263   >
     263  ><span>
    264264    Links between elements and categories, virtual categories
    265   </div>
     265  </span></div>
    266266  <div
    267267    id="categoryLinks_content"
     
    286286    class="instructionBlockHeaderCollapsed"
    287287    onclick="blockToggleDisplay('misc_header', 'misc_content')"
    288   >
     288  ><span>
    289289    Miscellanous informations
    290   </div>
     290  </span></div>
    291291  <div
    292292    id="misc_content"
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r3015 r3017  
    101101        overflow-x: hidden;
    102102}
     103#menubar DD P {
     104  background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
     105  padding: 2px 16px 0;
     106  margin: 0;
     107}
    103108#menubar UL, #menubar #mbCategories p, #menubar .illustration  {
    104109        background:transparent url(images/menuBox_sides.gif) repeat-y scroll left bottom;
Note: See TracChangeset for help on using the changeset viewer.