| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
http://peterned.home.xs4all.nl/csshover.html#changes
Claims to fix a performance issue. Also move it out of templates/
into modules/ since it's external code.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code duplication is bad even when it's CSS, mmkay?
If a theme has templates/rtl.css, it will be loaded in addition to
default.css. This is more sane than the old behaviour, which loaded
default-rtl.css instead of default.css.
I'm not feeling ambitious enough to actually check whether the current
-rtl.css files work and change them to overrides instead of modified
copypasta, so I just dropped them for now.
|
|
|
|
|
|
| |
The file was just copied except classic theme.
classic theme was only replaced from right(or left) to left(or right).
ex: float: left -> float: right
|
| |
|
|
|
|
| |
Also changed copyright to my real name (time for me to be rich and famous :))
|
|
|
|
| |
rewrote show_song code and css
|
|
|
|
| |
Fixed greysme tables font-size on ff3
|
| |
|
| |
|
|
|
|
| |
Updated Greysme theme config file
|
|
|
|
| |
Fixed a display bug in templates
|
| |
|
| |
|
| |
|
|
|
|
| |
added export catalog to csv
|
|
|
|
| |
of current playing song, fixed problem were second localplay send would kill session of any existing items
|
|
|
|
| |
flagged items, cleaned up shoutbox css a bit
|
|
|
|
| |
started digging myself out of the session tarded hole I created, API is broken with this commit
|
|
|
|
| |
mostly works so why not commit eah?
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fixed Star-rating css
- Updated Pager (5 elements around selected page# should be enough)
- Updated Album class so that disk# is part of the link
- Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
|
|
|
|
| |
playtype switching back in, thinking about changing it and making it a row of icons... not sure
|
|
|
|
| |
updated most of the tables so that every column is independently customizable by css rules
|
|
|
|
|
|
|
| |
- removed pager from browse table
- added footer to browse tables
- updated browse files for better customization
- modified css
|
|
|
|
|
|
| |
Updated pager html/css
Fixed some Greysme's bugs
Didn't fix ajax links w3c conformance :)
|
| |
|
|
|
|
| |
a default sort to the browse methods
|
| |
|
|
|
|
|
|
|
| |
- Cleaned up some more css
- Corrected a bug preventing us from using themers defined icons (also changed searched path to theme_path/images/icons)
- Added ability to further customize album info box
- Updated themes
|
|
|
|
|
|
|
|
|
|
| |
with th...)
- Cleaned up css (removed some unused classes)
- Changed quick search size and added ability to customize it
- Removed width=100% in preferences tables
- Corrected missing closing tag in sidebar
- Minor corrections
|
|
- modified rightbar html/css
- added patch to enabled ie6 :hover pseudo classes
- modified boxes html/css to remove table tags and enable box floating
- added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
|