To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1859
|
r1861
|
|
| 21 | 21 | <?php if (!$refresh): ?> |
| 22 | 22 | |
| 23 | | <div id="a-area-<?php echo "$pageid-$name" ?>" class="a-area <?php echo isset($options['area-class']) ? $options['area-class'] : "a-area-$name" ?>"> |
| | 23 | <div id="a-area-<?php echo "$pageid-$name" ?>" class="a-ui a-area <?php echo isset($options['area-class']) ? $options['area-class'] : "a-area-$name" ?>"> |
| 24 | 24 | |
| 25 | 25 | <?php // Area Controls ?> |
| … |
… |
|
| 27 | 27 | <?php if ($infinite): ?> |
| 28 | 28 | |
| 29 | | <ul class="a-ui a-controls a-area-controls"> |
| | 29 | <ul class="a-controls a-area-controls"> |
| 30 | 30 | |
| 31 | 31 | <?php # Slot Controls ?> |
| … |
… |
|
| 76 | 76 | <?php // Slot Controls ?> |
| 77 | 77 | <?php if ($editable): ?> |
| 78 | | <ul class="a-ui a-controls a-slot-controls"> |
| | 78 | <ul class="a-controls a-slot-controls"> |
| 79 | 79 | <?php if ($infinite): ?> |
| 80 | 80 | <?php if ($i > 0): ?> |
Download in other formats: