From c0e1139a46c851845cb90f8df0b2f932df78a886 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 27 May 2014 16:44:18 +0200 Subject: some fixes and cleanup --- view/css/conversation.css | 24 ++++-------------------- view/theme/redbasic/css/style.css | 6 ++---- view/tpl/conv_item.tpl | 4 ++-- 3 files changed, 8 insertions(+), 26 deletions(-) (limited to 'view') diff --git a/view/css/conversation.css b/view/css/conversation.css index 1a614d2f0..b32a08486 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -6,7 +6,7 @@ border: 0px; margin: 0px; padding: 8px; - height: 3.4em; + height: 39px; width: 70%; margin-bottom: 5px; } @@ -16,7 +16,7 @@ } #profile-jot-text { - height: 40px; + height: 39px; padding: 8px; width: 100%; } @@ -72,22 +72,6 @@ margin-right: 10px; } -.wallwall .wwto { - left: 50px; - margin: 0; - position: absolute; - width: 30px -} - -.wallwall .wwto img { - width: 30px !important; - height: 30px !important; -} - -.wallwall .wall-item-photo-end { - clear: both; -} - .wall-item-photo-wrapper { margin-top: 0px; margin-bottom: 20px; @@ -206,8 +190,8 @@ } .comment-edit-text-empty { - height: 2.8em; - overflow: auto; + height: 30px; + overflow: hidden; resize: none; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index eeec051b5..73a5917ac 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1847,11 +1847,11 @@ img.mail-list-sender-photo { } #profile-jot-text::-webkit-input-placeholder { - font-size:19px; + font-size:18px; } #profile-jot-text::-moz-placeholder { - font-size:19px; + font-size:18px; } #profile-jot-text:focus::-webkit-input-placeholder { @@ -2231,7 +2231,6 @@ blockquote { .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{ border:1px solid $navtabs_borderc; - border-bottom:1px solid transparent; } .nav-tabs.nav-justified > li > a { @@ -2242,7 +2241,6 @@ blockquote { text-decoration: $navtabs_decohover; background-color: $navtabs_bgchover; border-color: transparent; - border-bottom-color: $navtabs_borderc; $navtabs_linkchover } diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 0915172fb..bf371b05c 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -6,9 +6,9 @@ {{/if}}
-
+
-
+
{{$item.name}}
-- cgit v1.2.3