To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
07/27/10 16:16:09 (22 months ago)
Author:
johnnyoffline
Message:

I continued to work with a namespaced reset style. It uses the class .a-ui to scope a partial reset. I also tried to create a logged-in/logged-out separation of the styles but there are pieces of styles needed for logged in and logged out in every separate stylesheet despite the breakdown. really considering a further re-write. Throwing everything out and starting from the ground up. haha psych. but this is really difficult. my previous fix with ticket #36 needed another tweak, needed to check if you could edit the slot at all in addition to if there is a page- see footer partial or the layout.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/branches/features/css/modules/a/templates/_globalTools.php

    r1859 r1861  
    66<?php $cmsAdmin = $sf_user->hasCredential('cms_admin') ?> 
    77 
    8 <div id="a-global-toolbar"> 
     8<div class="a-ui a-global-toolbar"> 
    99 
    1010        <ul class="a-ui a-controls"> 
     
    1212          <?php if ($cmsAdmin || count($buttons) || $pageEdit): ?> 
    1313 
    14                         <li><?php echo link_to(__('Apostrophe Now', null, 'apostrophe'),'@homepage', array('id' => 'the-apostrophe')) ?></li> 
     14                        <li><?php echo link_to(__('Apostrophe Now', null, 'apostrophe'),'@homepage', array('class' => 'the-apostrophe')) ?></li> 
    1515 
    1616                        <?php foreach ($buttons as $button): ?>