diff --git a/view/theme/smoothly/icons/dot.png b/view/theme/smoothly/icons/dot.png new file mode 100644 index 0000000000..6f532518e7 Binary files /dev/null and b/view/theme/smoothly/icons/dot.png differ 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}}