From 5c91ca968763b57611d097cd0941ae29ebae7014 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Thu, 6 Sep 2012 12:04:56 +0200 Subject: [PATCH] new file: view/theme/smoothly/icons/dot.png new file: view/theme/smoothly/lang_selector.tpl modified: view/theme/smoothly/login.tpl modified: view/theme/smoothly/style.css new file: view/theme/smoothly/wall_thread.tpl new file: view/theme/smoothly/wallwall_thread.tpl --- view/theme/smoothly/icons/dot.png | Bin 0 -> 74 bytes view/theme/smoothly/lang_selector.tpl | 10 +++ view/theme/smoothly/login.tpl | 1 + view/theme/smoothly/style.css | 4 +- view/theme/smoothly/wall_thread.tpl | 114 ++++++++++++++++++++++++ view/theme/smoothly/wallwall_thread.tpl | 110 +++++++++++++++++++++++ 6 files changed, 237 insertions(+), 2 deletions(-) create mode 100644 view/theme/smoothly/icons/dot.png create mode 100644 view/theme/smoothly/lang_selector.tpl create mode 100644 view/theme/smoothly/wall_thread.tpl create mode 100644 view/theme/smoothly/wallwall_thread.tpl diff --git a/view/theme/smoothly/icons/dot.png b/view/theme/smoothly/icons/dot.png new file mode 100644 index 0000000000000000000000000000000000000000..6f532518e753104921e5ff425d698ac2779ebddd GIT binary patch literal 74 zcmeAS@N?(olHy`uVBq!ia0vp^%plCc1|-8Yw(bW~f}SppAr-fh6CBuid3paEvM?Hm WGBtekZ#oT>WbkzLb6Mw<&;$VOGY}O3 literal 0 HcmV?d00001 diff --git a/view/theme/smoothly/lang_selector.tpl b/view/theme/smoothly/lang_selector.tpl new file mode 100644 index 0000000000..e777a0a861 --- /dev/null +++ b/view/theme/smoothly/lang_selector.tpl @@ -0,0 +1,10 @@ +
+ diff --git a/view/theme/smoothly/login.tpl b/view/theme/smoothly/login.tpl index 3297a418fd..d9aa94261a 100644 --- a/view/theme/smoothly/login.tpl +++ b/view/theme/smoothly/login.tpl @@ -3,6 +3,7 @@
+ {{ inc field_input.tpl with $field=$lname }}{{ endinc }} {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 064978457b..e6f7c326b5 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2849,14 +2849,14 @@ tr { .field { margin-bottom: 5px; - padding-bottom: 10px; + padding-bottom: 0px; /*overflow: auto;*/ width: 90%; } .field label { float: left; - width: 550px; + width: 400px; /*550*/ } .field input, diff --git a/view/theme/smoothly/wall_thread.tpl b/view/theme/smoothly/wall_thread.tpl new file mode 100644 index 0000000000..581cd0d951 --- /dev/null +++ b/view/theme/smoothly/wall_thread.tpl @@ -0,0 +1,114 @@ +{{if $item.comment_firstcollapsed}} +
+ $item.num_comments + $item.hide_text +
+ {{endif}} diff --git a/view/theme/smoothly/wallwall_thread.tpl b/view/theme/smoothly/wallwall_thread.tpl new file mode 100644 index 0000000000..482e17ea31 --- /dev/null +++ b/view/theme/smoothly/wallwall_thread.tpl @@ -0,0 +1,110 @@ +{{if $item.comment_firstcollapsed}} +
+ $item.num_comments $item.hide_text +
+ {{endif}} -- 2.39.5