diff options
| author | 2013-11-10 20:40:48 +0100 | |
|---|---|---|
| committer | 2013-11-10 20:40:48 +0100 | |
| commit | fb8f51f6f9c5e261291183306894eb922575ec39 (patch) | |
| tree | 3f14cfcec48964d4fe29a034de20f2e5b8df0fe2 /public | |
| parent | 4fb70875c85f1e16f7b0b5bdc2e1c4c35f1bb453 (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')
| -rw-r--r-- | public/themes/default/freshrss.css | 4 | ||||
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 4 |
2 files changed, 4 insertions, 4 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; diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index f837f7fe0..df9a0ed82 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -32,11 +32,11 @@ body { 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; |
