diff --git a/view/theme/dispy-dark/nav.tpl b/view/theme/dispy-dark/nav.tpl
index e38b2bbe2..34aba50de 100644
--- a/view/theme/dispy-dark/nav.tpl
+++ b/view/theme/dispy-dark/nav.tpl
@@ -56,7 +56,6 @@ works -->
{{ endif }}
-
{{ if $nav.contacts }}
$nav.contacts.1
{{ endif }}
@@ -75,11 +74,9 @@ works -->
{{ if $nav.admin }}
$nav.admin.1
{{ endif }}
-
{{ if $nav.login }}
$nav.login.1
{{ endif }}
-
{{ if $nav.logout }}
$nav.logout.1
{{ endif }}
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css
index 30d5cb8a9..a3248c13c 100644
--- a/view/theme/dispy-dark/style.css
+++ b/view/theme/dispy-dark/style.css
@@ -63,8 +63,8 @@ option {
color: #eec;
background: #2e2f2e;
}
-li {
- padding: 0 0 0 2px;
+ul, ol {
+ padding: 0;
}
/* remember to define focus styles! */
:focus {
@@ -2603,7 +2603,8 @@ div[id$="wrapper"] br {
}
.icon.drop,
.icon.drophide, .icon.delete {
- float: left;
+ float: right;
+ margin: 5px;
}
.icon.s22.delete {
display: block;
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php
index 17d31feda..e1dc8ba0c 100644
--- a/view/theme/dispy-dark/theme.php
+++ b/view/theme/dispy-dark/theme.php
@@ -9,6 +9,10 @@
* Screenshot: Screenshot
*/
+$a->theme_info = array(
+ 'extends' => 'dispy-dark',
+);
+
$a->page['htmlhead'] .= <<< EOT