Tim Almdal
49e44f29f2
Added a generic style .gDisplayNone
2008-11-12 03:22:48 +00:00
Bharat Mediratta
8903daee31
Convert a few more images to ../images
2008-11-10 07:48:19 +00:00
Bharat Mediratta
2210d52007
Switch image paths to relative
2008-11-10 07:47:08 +00:00
Chad Kieffer
5e385398f0
IE fixes. Default theme now looks roughly the same in IE and Firefox. We need to avoid using absolute and relative positioning for our primary layout containers (i.e. gHeader, gFooter, etc.).
2008-11-10 02:16:09 +00:00
Chad Kieffer
46a67a4b6d
IE fixes, sidebar is now fixed in IE (we were missing a yui-g class). Removed .first class, it's not needed, at least not now. Moved all top-level layout containers to page.html.php so that if themers want to replace YUI grids with something else, like Blueprint, they only really need to edit page.html.php.
2008-11-09 23:03:50 +00:00
Chad Kieffer
85b909a9f9
CSS cleanup. Alphabetized all CSS attributes. Use short form declaration for background. Don't precede decimal values with 0 (.8em instead of 0.8em). Convert colors to short form, use lower case hex alpha values (easier to read), convert keyword colors to hex values. Quoted url paths. Fixed the order of border attributes (width style color). Don't clear floated elements around #gContent.
2008-11-09 20:07:47 +00:00
Chad Kieffer
e0f8541fef
Renamed .minimize to .gMinimize
2008-11-07 07:41:50 +00:00
Chad Kieffer
50a9848f38
Updated CSS organization and headings, removed unused styles, added placeholders for a few styles, including gThumbnail. Simplified album grid loop, the thumbnail container markup for albums and items was almost identical, no need to repeat all of it. Switched album grid markup from <div> to <ul>. Updated element nesting in photo template.
2008-11-07 07:31:58 +00:00
Chad Kieffer
7329cb0dde
Added YUI 2.6.0 CSS collection to lib (reset-gonts-grids and base) and call these rather than CDN versions, for now. Renamed default theme's style sheet to screen.css, recommend that CSS files be named for the primary media they support. Removed unused YUI JS component calls from the default theme.
2008-11-07 05:03:00 +00:00
Bharat Mediratta
6f1c46da6e
Oops, these files got left out of r18525.
2008-11-06 10:22:34 +00:00
Bharat Mediratta
dcfa725d6a
Adjust gTags style since the <ul> is no longer gBlock, it's on a containing div
2008-11-05 09:58:15 +00:00
Bharat Mediratta
ae00f73944
* Add thumbnail and resize dimensions to the item table and use them
...
properly in the theme.
* Move thumbnail and resize generation down into the model for
consistency.
* Add a sample thumbnail for albums
* Fix a bug in the ORM to clear the cache when we reload an object.
* Add Kohana docs to the scaffold.
2008-11-05 09:42:47 +00:00
Bharat Mediratta
ffb426be45
Update to latest HTML/CSS
2008-11-05 04:05:53 +00:00
Bharat Mediratta
ade1650846
Add a test to detect tabs in our code, and convert all tabs to spaces
...
so that the test passes.
2008-11-04 05:22:06 +00:00
Bharat Mediratta
a089399e73
Default theme, built with YUI. A mock right now, not functional at
...
all (except in some very minor ways). It's unclear if this is the
best final structure. Right now the album controller knows a
considerable amount about the layout of the page, which may not be the
best way to do things.
2008-11-03 05:53:20 +00:00