Changeset 3019


Ignore:
Timestamp:
Dec 23, 2008, 8:43:02 PM (15 years ago)
Author:
vdigital
Message:
  • Japanese flag
  • <p> support in Sylvia menubar
  • Admin Help is chartered (First use of the discrete links)

merge -c3017 from branch 2.0 to trunk

Location:
trunk
Files:
2 edited
1 copied

Legend:

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

    r3014 r3019  
    5252.instructions { overflow-y:scroll; overflow-x:hidden; }
    5353.instructions  h3 { text-align: center; margin: 30px 0 0 0; }
     54
     55.instructions { text-align:left; padding-top:5px;}
     56.instructions LI { margin-bottom:5px; }
     57.instructionBlock {border: 1px solid #666; margin: 5px; overflow: hidden;}
     58.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center;
     59background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
     60.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: 1px solid #444; }
     61 .instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span,
     62 .instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; }
     63 
     64.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.png);}
     65.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.png);}
     66.instructionBlockContent { padding:0 15px 15px;}
     67SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
     68
    5469.content ul.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
    5570.content ul.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }
  • trunk/template/yoga/theme/Sylvia/theme.css

    r3016 r3019  
    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.