| Age | Commit message (Collapse) | Author |
|
combined and when. Backwards compatible in that old themes will work,
but their CSS/JS will no longer be combined unless they make some
changes. Fixes #1600.
|
|
to the correct location.
So lets fix that up. But first undo the reverts:
93d1a8103e757a87fb006f2389f0ee24497367a7 "Revert 'Move the contents of lib/gallery.common.css into themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway.'"
f14290f34f097f525a56bc00070b73fba1fb8e2c "Revert 'Clean up white space'"
ff8ee5bdfcc0d35e14f3124d349625814ec8771a "Revert 'Add some whitespace.'"
|
|
themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway."
This reverts commit 42517041753d460c337a2086c0346018ad582e8d.
|
|
and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway.
|
|
expose in Admin > Appearance > Theme Options and defaults to
lib/images/favicon.ico.
Thix fixes ticket #1312.
|
|
admin page. Also respect the "show credits" variable setting.
|
|
Normalize the comment text about this interaction between admin_wind
and wind.
|
|
|
|
|
|
admin pages, just like in non-admin pages.
TODO: Set $view->page_title in the many admin controllers we have. I just set it for admin_maintenance.php to show how it's intended to be used. I copied the title from views/admin_maintenance.html.php to the controller.
|
|
user menu. Since the information displayed is identical in both admin and
theme views, it makes sense to combine the generation to it is done in a common
location.
|
|
looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning.
|
|
|
|
the one on the left with "you are logged in as". Added a bit of height to the admin banner to space out the admin menu from the login menu. Forced the removal of padding-left in g-inline list items.
|
|
h1 size in all g-dialogs, rather than a few specific ones.
|
|
|
|
|
|
|
|
admin theme's main menu.
|
|
|
|
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
|
|
wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
|
|
to reflect this move. Not completely moved yet, but the git st is rather large so lets commit this now as a base for the cleanup.
|