Changeset 1856


Ignore:
Timestamp:
Feb 25, 2007, 9:24:44 PM (17 years ago)
Author:
vdigital
Message:

menuInfoCat and menuInfoCatByChild Minor changes:

  • Hidden in subcatify area with dark
  • Small and normal font with p0w0
  • Hidden with wipi
  • Clear wasn't changed.

Bugs in header: href in link rel="start" was empty.
Which meant a wrong tag (e.g. for google)

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_header.php

    r1778 r1856  
    5353
    5454    'TAG_INPUT_ENABLED' =>
    55       ((is_adviser()) ? 'disabled onclick="return false;"' : '')
     55      ((is_adviser()) ? 'disabled onclick="return false;"' : ''),
     56    'U_HOME' => get_absolute_root_url(),
    5657    ));
    5758
  • trunk/template/yoga/theme/dark/theme.css

    r1832 r1856  
    137137.calForeDate { color: #fff; }
    138138.virtual_cat { background: #3f3f3f !important; }
     139#content ul.thumbnailCategories li div.thumbnailCategory .description p {
     140  display: none;
     141}
     142#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
     143  display: inline;
     144}
  • trunk/template/yoga/theme/p0w0/theme.css

    r1836 r1856  
    277277  padding-right: 4em;
    278278}
     279#menubar .menuInfoCat, #menubar .menuInfoCatByChild {
     280  font-size: 80%;
     281  font-style: normal;
     282}
    279283* { outline: none; }
  • trunk/template/yoga/theme/wipi/theme.css

    r1842 r1856  
    326326#imageToolBar .randomButtons a:hover,
    327327#imageToolBar .navButtons a:hover { background-color: #111; }
     328#menubar .menuInfoCat,
     329#menubar .menuInfoCatByChild,
    328330h2.showtitle, #theImage p.showlegend { display: none }
     331
    329332* { outline-width: 0px; }
Note: See TracChangeset for help on using the changeset viewer.