From 01961f7caa8e6c8ecaaaad9d28c61883863eab68 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sat, 7 Apr 2012 23:46:47 -0400 Subject: [PATCH 2/2] minor dispy* fixes Signed-off-by: Simon L'nu --- view/theme/dispy-dark/nav.tpl | 3 --- view/theme/dispy-dark/style.css | 7 ++++--- view/theme/dispy-dark/theme.php | 4 ++++ view/theme/dispy-dark/wall_item.tpl | 19 +++++++++---------- view/theme/dispy-dark/wallwall_item.tpl | 21 ++++++++++----------- view/theme/dispy/style.css | 7 ++++--- view/theme/dispy/theme.php | 4 ++++ 7 files changed, 35 insertions(+), 30 deletions(-) diff --git a/view/theme/dispy-dark/nav.tpl b/view/theme/dispy-dark/nav.tpl index e38b2bbe2f..34aba50de3 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 30d5cb8a9c..a3248c13c2 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 17d31feda2..e1dc8ba0c6 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