summaryrefslogtreecommitdiff
path: root/themes/admin_default
diff options
context:
space:
mode:
authorMarc <dkm@kataplop.net>2009-06-10 09:53:00 +0200
committerMarc <dkm@kataplop.net>2009-06-10 09:53:00 +0200
commit9b4c7ba73cc86dca8fb6cf81a37fbf806e643483 (patch)
tree0c4d3a99471c21103a34ad5e2fb748199fe4f8f2 /themes/admin_default
parent657e17361db19ac1878b2a6d93595a763aef8b15 (diff)
parentfc64a55f2e6d2e3f16e0806e6672f7d8c8de42a7 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes/admin_default')
-rw-r--r--themes/admin_default/css/screen.css7
-rw-r--r--themes/admin_default/views/admin.html.php2
2 files changed, 6 insertions, 3 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index 1ad64fa1..de4d2413 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -327,8 +327,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
border: none;
}
-.ui-draggable,
-.ui-sortable {
+.ui-draggable {
cursor: move;
}
@@ -433,3 +432,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
cursor: pointer;
}
+#gLanguageSettingsForm .checklist li {
+ width: 150px;
+ overflow: hidden;
+}
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index 721c4dd5..b7cfaa40 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -31,7 +31,7 @@
<?= $theme->admin_head() ?>
</head>
- <body <?= $theme->main_element_attributes() ?>>
+ <body <?= $theme->body_attributes() ?>>
<?= $theme->admin_page_top() ?>
<? if ($sidebar): ?>
<div id="doc3" class="yui-t5 gView">