From 4b5c458a00f234736402a745dfeca008a9086e59 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 18 Mar 2013 23:00:43 +0100 Subject: Curseur en forme de pointeur au dessus de titre et date de flux_header + ajout de liens de retour à l'accueil au niveau de la conf (fix temporaire du bug #36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/base.css | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'public') diff --git a/public/theme/base.css b/public/theme/base.css index a8a06932d..e918f32ab 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -546,25 +546,23 @@ input, select, textarea { margin: 0 auto; list-style: none; } - .catefories .feeds .item { + .categories .feeds .item.active:after { + content: "⇢"; + line-height: 35px; + float: right; + } + .categories .feeds .item .feed { + display: inline-block; + margin: 0; + width: 165px; + line-height: 35px; + font-size: 90%; + vertical-align: middle; + text-align: left; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } - .categories .feeds .item.active:after { - content: "⇢"; - line-height: 35px; - float: right; - } - .categories .feeds .item .feed { - display: inline-block; - margin: 0; - width: 165px; - line-height: 35px; - font-size: 90%; - vertical-align: middle; - text-align: left; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } .categories .feeds .dropdown .dropdown-menu { left: 0; } @@ -695,6 +693,7 @@ input, select, textarea { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + cursor: pointer; } .flux_header .item.title h1 { font-size: 12px; @@ -712,6 +711,7 @@ input, select, textarea { text-align: right; font-size: 10px; color: #666; + cursor: pointer; } .flux_header .item.link { width: 35px; -- cgit v1.2.3