From 5e3076b5d27f393f1f7c8d97cf5841064bce88e0 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Thu, 6 Sep 2012 09:44:15 +0200 Subject: [PATCH] view/theme/smoothly/icons/ view/theme/smoothly/lang_selector.tpl view/theme/smoothly/wall_thread.tpl view/theme/smoothly/wallwall_thread.tpl --- view/theme/smoothly/conversation.tpl | 27 --------------------------- view/theme/smoothly/style.css | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 31 deletions(-) delete mode 100644 view/theme/smoothly/conversation.tpl diff --git a/view/theme/smoothly/conversation.tpl b/view/theme/smoothly/conversation.tpl deleted file mode 100644 index fccd9a8bb0..0000000000 --- a/view/theme/smoothly/conversation.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{ for $threads as $thread }} -
- {{ for $thread.items as $item }} - {{if $item.comment_firstcollapsed}} -
- $thread.num_comments $thread.hide_text -
- {{endif}} - - {{ inc $item.template }}{{ endinc }} - - - {{ endfor }} -
-{{ endfor }} - -
- -{{ if $dropping }} - -
-{{ endif }} diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 77563ecad0..0ae1d55e00 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -36,7 +36,6 @@ body { font-weight: normal; line-height: 18px; color: #626262; - /*background: url("back-gradient.jpg") repeat-x scroll left top #F2F2F2;*/ background-color: #F2F2F2; /*width: 99%;*/ color: #333333; @@ -1205,15 +1204,15 @@ profile-jot-banner-wrapper { top: 45px; background-position: 35px center; } -.wall-item-outside-wrapper.comment .wall-item-info { width: 50px; } /*60*/ +.wall-item-outside-wrapper.comment .wall-item-info { width: 60px; } .wall-item-outside-wrapper.comment .wall-item-body { - margin-left: 50px;/*70*/ + margin-left: 60px;/*70*/ max-width: 100%; padding-right: 10px; padding-left: 0px; } -.wall-item-outside-wrapper.comment .wall-item-author { margin-left: 50px; } /*10*/ +.wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px; } /*10*/ .wall-item-outside-wrapper.comment .wall-item-photo-menu { min-width: 50px; @@ -2862,6 +2861,9 @@ tr { .field input, .field textarea { width: 220px; + border: 1px solid #CDCDCD; + border-radius: 5px 5px 5px 5px; + /*box-shadow: 3px 3px 4px 0 #959494;*/ } .field textarea { height: 100px; } .field_help { @@ -3326,3 +3328,10 @@ ul.menu-popup { #page-profile div#profile-page-list{ margin-left: 45px; } + + +hr.line-dots { + background: url("icons/dot.png") repeat-x scroll left center transparent; + border: medium none; + /*padding: 0.5em 0;*/ +} -- 2.39.2