From 0b4535e6daacaf7eea67e3c4404b9ac889dbddf0 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 22 Dec 2011 11:24:34 +0100 Subject: quattro: more on editor --- view/theme/loozah/jot.tpl | 77 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 view/theme/loozah/jot.tpl (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/jot.tpl b/view/theme/loozah/jot.tpl new file mode 100644 index 000000000..78cbecea8 --- /dev/null +++ b/view/theme/loozah/jot.tpl @@ -0,0 +1,77 @@ + +
+
+
 
+
+
+
+ +
+ + + + + + + + + + + + {{ if $content }}{{ endif }} + + + +
+
+
-- cgit v1.2.3 From 98a8693e9ea86d4ee07539ee93162511edb70c12 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 6 Jan 2012 09:27:05 +0100 Subject: quattro: style network widget --- view/theme/loozah/nets.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 view/theme/loozah/nets.tpl (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/nets.tpl b/view/theme/loozah/nets.tpl new file mode 100644 index 000000000..b0cb8890c --- /dev/null +++ b/view/theme/loozah/nets.tpl @@ -0,0 +1,10 @@ +
+

$title

+
$desc
+ $all +
    + {{ for $nets as $net }} +
  • $net.name
  • + {{ endfor }} +
+
-- cgit v1.2.3 From a5a6719283bd246e78427cff82aad951a3db310d Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 6 Jan 2012 09:35:29 +0100 Subject: fix photo album pager --- view/theme/loozah/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/theme/loozah') diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index ff31a7807..54f4f24f2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1944,6 +1944,11 @@ a.mail-list-link { margin-top: 15px; } +.photos { + height: auto; + overflow: auto; +} + .photo-album-image-wrapper { float: left; margin-top: 15px; -- cgit v1.2.3