summaryrefslogtreecommitdiff
path: root/public/theme/base.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-17 15:13:19 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-17 15:13:19 +0100
commitfd171e8f9517dd5a046d4f7f159cde3002e7706a (patch)
treeb236935155c0da7e61ddd9f73bce6474fc581f4b /public/theme/base.css
parent001c425acd3345e363fe36c014f776069dd587dc (diff)
Fix bug #31 : catégorie par défaut ne peut plus être supprimée mais peut être renommée. Ajout gestion flux tronqués directement dans l'interface (+ intégré en base de données). Attention, la BDD a changé (+ 4 champs : 2 pour feed, 2 pour entry)
Diffstat (limited to 'public/theme/base.css')
-rw-r--r--public/theme/base.css28
1 files changed, 16 insertions, 12 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index 4d7e80a90..6f9ebfb06 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -395,42 +395,46 @@ input, select {
height: 14px;
vertical-align: middle;
line-height: 14px;
+ background: center center no-repeat;
}
.icon.i_refresh {
- background: url("icons/refresh.svg") center center no-repeat;
+ background-image: url("icons/refresh.svg");
}
.icon.i_bookmark {
- background: url("icons/starred.svg") center center no-repeat;
+ background-image: url("icons/starred.svg");
}
.icon.i_all {
- background: url("icons/all.svg") center center no-repeat;
+ background-image: url("icons/all.svg");
}
.icon.i_close {
- background: url("icons/close.svg") center center no-repeat;
+ background-image: url("icons/close.svg");
}
.icon.i_search {
- background: url("icons/search.svg") center center no-repeat;
+ background-image: url("icons/search.svg");
}
.icon.i_configure {
- background: url("icons/configure.svg") center center no-repeat;
+ background-image: url("icons/configure.svg");
}
.icon.i_login {
- background: url("icons/login.svg") center center no-repeat;
+ background-image: url("icons/login.svg");
}
.icon.i_logout {
- background: url("icons/logout.svg") center center no-repeat;
+ background-image: url("icons/logout.svg");
}
.icon.i_add {
- background: url("icons/add.svg") center center no-repeat;
+ background-image: url("icons/add.svg");
}
.icon.i_link {
- background: url("icons/link.svg") center center no-repeat;
+ background-image: url("icons/link.svg");
}
.icon.i_down {
- background: url("icons/down.svg") center center no-repeat;
+ background-image: url("icons/down.svg");
}
.icon.i_up {
- background: url("icons/up.svg") center center no-repeat;
+ background-image: url("icons/up.svg");
+ }
+ .icon.i_help {
+ background-image: url("icons/help.svg");
}
/* STRUCTURE */