From b5e26df8b10d1e2f1ba50d34c6dcee69a02b0080 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 10 Apr 2013 22:04:56 +0200 Subject: Quelques ajustements CSS --- public/theme/base.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/public/theme/base.css b/public/theme/base.css index b2e47fd69..7e2ce0520 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -158,7 +158,6 @@ input, select, textarea { .stick .btn + .dropdown > .btn { border-left: none; border-radius: 0 3px 3px 0; - font-size: 0px; } .stick .btn + .dropdown a { font-size: 12px; @@ -666,7 +665,7 @@ input, select, textarea { .flux_header .item.manage .read { display: inline-block; width: 30px; - height: 35px; + height: 40px; background: url("icons/read.svg") center center no-repeat; vertical-align: middle; } @@ -679,7 +678,7 @@ input, select, textarea { .flux_header .item.manage .bookmark { display: inline-block; width: 30px; - height: 35px; + height: 40px; background: url("icons/non-starred.svg") center center no-repeat; vertical-align: middle; } @@ -692,7 +691,7 @@ input, select, textarea { .flux_header .item.manage .note { display: inline-block; width: 30px; - height: 35px; + height: 40px; vertical-align: middle; line-height: 35px; font-size: 12px; @@ -707,7 +706,7 @@ input, select, textarea { .flux_header .item.website a { display: block; padding: 0 5px; - height: 35px; + height: 40px; } .flux_header .item.title { overflow: hidden; @@ -740,7 +739,7 @@ input, select, textarea { .flux_header .item.link a { display: inline-block; width: 35px; - height: 35px; + height: 40px; background: url("icons/link.svg") center center no-repeat; vertical-align: middle; } -- cgit v1.2.3