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/theme/redbasic/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'view/theme/redbasic/css') 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 } -- cgit v1.2.3