Changeset 2884 for trunk/template


Ignore:
Timestamp:
Nov 19, 2008, 4:44:04 PM (15 years ago)
Author:
patdenice
Message:
  • Replace some mysql_query by pwg_query function.
  • Add home button after upgrade.php.
  • Add utf8 charset for access denied message.
  • Replace some #content by .content in css files.
  • Fix menubar blocks borders with IE.
Location:
trunk/template/yoga
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r2824 r2884  
    269269#theNotificationPage DL,
    270270#thePopuphelpPage DL { margin: 0 25px 25px; }
    271 #content #comments UL.thumbnailCategories LI { width:99%; }
     271.content #comments UL.thumbnailCategories LI { width:99%; }
    272272/* jQuery datepicker */
    273273IMG.ui-datepicker-trigger {
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2841 r2884  
    110110        padding-left: 12px;
    111111}
     112#menubar LI UL {
     113  background: transparent url(images/transparent.gif);
     114}
    112115#menubar A, .menuInfoCat {
    113116        font-size: 13px;
     
    129132        background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom;
    130133}
    131 #menubar #mbIdentification  .actions, #menubar li ul, #menubar #mbIdentification form  p {
     134#menubar #mbIdentification  .actions, #menubar #mbIdentification form  p {
    132135        background:transparent none repeat-y scroll left bottom;
    133136}
     
    162165}
    163166
    164 #content {
     167.content {
    165168        background:#222 url(images/fillet.gif) repeat-x scroll left top;
    166169        min-height:466px;
Note: See TracChangeset for help on using the changeset viewer.