summaryrefslogtreecommitdiff
path: root/themes/admin_default/views
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-25 06:55:24 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-25 06:55:24 +0000
commitffa1fa45f691160aa369e772b71618a547742625 (patch)
tree0e91417db3f05e91f8d5ecb99b3b4f9982b35bd9 /themes/admin_default/views
parenta8233ed9795e42bb013a4d860fa063d8710d71eb (diff)
Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
Diffstat (limited to 'themes/admin_default/views')
-rw-r--r--themes/admin_default/views/admin.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index d5c2733d..c68368a7 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -21,6 +21,7 @@
<script src="<?= url::file("lib/jquery-ui.js") ?>" type="text/javascript"></script>
<script src="<?= url::file("lib/gallery.dialog.js") ?>" type="text/javascript"></script>
<script src="<?= url::file("themes/default/js/superfish.js") ?>" type="text/javascript"></script>
+ <script src="<?= $theme->url("js/jquery.dropshadow.js") ?>" type="text/javascript"></script>
<script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script>
<?= $theme->admin_head() ?>
</head>