summaryrefslogtreecommitdiff
path: root/public/theme/base.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-18 23:00:43 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-18 23:00:43 +0100
commit4b5c458a00f234736402a745dfeca008a9086e59 (patch)
tree5ec97b9661aaf5a9beb65e24b71eed64965228c0 /public/theme/base.css
parent88a36ec231ba717b05b3c817d484bb682871eadc (diff)
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)
Diffstat (limited to 'public/theme/base.css')
-rw-r--r--public/theme/base.css36
1 files changed, 18 insertions, 18 deletions
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;