summaryrefslogtreecommitdiff
path: root/public/themes/default
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-10 20:40:48 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-12 22:46:30 +0100
commitcf3373f1d73b33966cbf4f0057cc577edcb9e93f (patch)
tree65a233f2c5f08e07fbf248b76025490175505339 /public/themes/default
parent4214bffb16a5c0c2c4814f4809f380fefdb1a4d7 (diff)
Améliorations vue
* Lien vers flux RSS généré déplacé en bas du menu déroulant * Le champs de recherche a été un peu agrandi de façon à voir le placeholder en entier
Diffstat (limited to 'public/themes/default')
-rw-r--r--public/themes/default/freshrss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index bc6399260..a323bf5b4 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -29,11 +29,11 @@
text-decoration: none;
}
.header > .item.search input {
- width: 200px;
+ width: 230px;
transition: width 200ms linear;
}
.header .item.search input:focus {
- width: 300px;
+ width: 330px;
}
.header > .item.configure {
width: 100px;