From b9dda93f0c704cd80e0fbfeb5ff5da26b9aae7f4 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Thu, 8 Mar 2012 23:22:26 +0100 Subject: add theme diabook-blue, fix css --- view/theme/diabook/comment_item.tpl | 35 +++++++++++++++++++++++++++++++++++ view/theme/diabook/nav.tpl | 7 ++----- view/theme/diabook/style.css | 23 ++++++++++++++++++++++- 3 files changed, 59 insertions(+), 6 deletions(-) create mode 100644 view/theme/diabook/comment_item.tpl (limited to 'view/theme/diabook') diff --git a/view/theme/diabook/comment_item.tpl b/view/theme/diabook/comment_item.tpl new file mode 100644 index 000000000..85176732b --- /dev/null +++ b/view/theme/diabook/comment_item.tpl @@ -0,0 +1,35 @@ +
+
+ + + + + + + +
+ $mytitle +
+
+ + + {{ if $qcomment }} +
    + {{ for $qcomment as $qc }} + + {{ endfor }} +
+ {{ endif }} + +
+ + +
+
+ +
diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index c7c00e20c..d0ff06673 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -1,7 +1,4 @@
- - -
$sitelocation
@@ -76,7 +73,7 @@
  • $nav.search.1
  • -
  • About
  • +
  • Info/Impressum
  • {{ if $nav.settings }}
  • $nav.settings.1
  • {{ endif }} {{ if $nav.admin }}
  • $nav.admin.1
  • {{ endif }} @@ -144,7 +141,7 @@
    $langselector
    -
    +
    diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index 1722588ba..768ce1370 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -548,7 +548,8 @@ header #banner #logo-img { } header #banner #logo-text { font-size: 22px; - + position: absolute; + top: 15%; } /* nav */ nav { @@ -1058,6 +1059,10 @@ section { padding: 3px; color: #333333; } + +#birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{ + margin-bottom: 10px; + } /* wall item */ .tread-wrapper { border-bottom: 1px solid #D2D2D2; @@ -1939,6 +1944,9 @@ box-shadow: 1px 1px 5px 0; #group-members-end { clear: both; } +#group-edit-desc { + margin-top: 15px; +} /* #group-separator, @@ -2146,11 +2154,24 @@ a.mail-list-link { #photo-photo { float: left; } +#photo-like-div .wall-item-like-buttons { + float: left; + margin-right: 10px; + } +.wall-item-like-buttons .icon.like { +float: left; +} #photo-photo-end { clear: both; } +.tabs .comment-wwedit-wrapper { + display: block; + margin-top: 30px; + margin-left: 50px; + } + .profile-match-photo { float: left; text-align: center; -- cgit v1.2.3