From f931d5c918fa3146afa851a4f32c90a35ee1c85b Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 7 Apr 2012 19:56:00 +0200 Subject: diabook-themes: small fix --- view/theme/diabook-aerith/style-network.css | 1 + view/theme/diabook-aerith/style-profile.css | 1 + view/theme/diabook-blue/style-network.css | 1 + view/theme/diabook-blue/style-profile.css | 1 + view/theme/diabook-red/style-network.css | 1 + view/theme/diabook-red/style-profile.css | 1 + view/theme/diabook/style-network.css | 1 + view/theme/diabook/style-profile.css | 1 + 8 files changed, 8 insertions(+) (limited to 'view') diff --git a/view/theme/diabook-aerith/style-network.css b/view/theme/diabook-aerith/style-network.css index c1309313b..3b461e6db 100644 --- a/view/theme/diabook-aerith/style-network.css +++ b/view/theme/diabook-aerith/style-network.css @@ -1373,6 +1373,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook-aerith/style-profile.css b/view/theme/diabook-aerith/style-profile.css index 48134e124..73f46e9ee 100644 --- a/view/theme/diabook-aerith/style-profile.css +++ b/view/theme/diabook-aerith/style-profile.css @@ -1366,6 +1366,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook-blue/style-network.css b/view/theme/diabook-blue/style-network.css index cba4c3f48..bd1cb249c 100644 --- a/view/theme/diabook-blue/style-network.css +++ b/view/theme/diabook-blue/style-network.css @@ -1335,6 +1335,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook-blue/style-profile.css b/view/theme/diabook-blue/style-profile.css index 3e9a47e68..da826d74c 100644 --- a/view/theme/diabook-blue/style-profile.css +++ b/view/theme/diabook-blue/style-profile.css @@ -1333,6 +1333,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook-red/style-network.css b/view/theme/diabook-red/style-network.css index c91e1ff09..efbec090a 100644 --- a/view/theme/diabook-red/style-network.css +++ b/view/theme/diabook-red/style-network.css @@ -1370,6 +1370,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook-red/style-profile.css b/view/theme/diabook-red/style-profile.css index 4fd0803bd..ef6fd8601 100644 --- a/view/theme/diabook-red/style-profile.css +++ b/view/theme/diabook-red/style-profile.css @@ -1346,6 +1346,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook/style-network.css b/view/theme/diabook/style-network.css index 4d35fe1c1..5a4bdfd81 100644 --- a/view/theme/diabook/style-network.css +++ b/view/theme/diabook/style-network.css @@ -1312,6 +1312,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook/style-profile.css b/view/theme/diabook/style-profile.css index b05b98300..79a0866be 100644 --- a/view/theme/diabook/style-profile.css +++ b/view/theme/diabook/style-profile.css @@ -1306,6 +1306,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; -- cgit v1.2.3 From 01961f7caa8e6c8ecaaaad9d28c61883863eab68 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sat, 7 Apr 2012 23:46:47 -0400 Subject: 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(-) (limited to 'view') 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