diff options
| author | 2014-01-25 16:34:13 +0100 | |
|---|---|---|
| committer | 2014-01-25 16:34:13 +0100 | |
| commit | 0aa0686b09ca2d18b217f960ab374e6a20d1c862 (patch) | |
| tree | 8dd926e39ca3994944cbe29ad9f74cc70c735450 /p/themes/Origine/freshrss.css | |
| parent | 4b05dcf90838f78f7493a49fa7f8fdde0637ac02 (diff) | |
Certains input s'agrandissent à la sélection
Désormais, les champs marqués d'un .extend s'étendront sur 300px (taille
par défaut = 180px). Cela a été impliqué dans tous les thèmes. Le
champs de recherche bénéficie de cette amélioration (mais ce dernier est
un peu plus grand par défaut)
Voir issue #375
Diffstat (limited to 'p/themes/Origine/freshrss.css')
| -rw-r--r-- | p/themes/Origine/freshrss.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index be549bf41..906e0c72b 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -32,7 +32,6 @@ } .header > .item.search input { width: 230px; - transition: width 200ms linear; } .header .item.search input:focus { width: 330px; @@ -847,9 +846,9 @@ select.number option { background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%); } -.header > .item.search input { +input.extend { -moz-transition: width 200ms linear; - -webkit-transition: width 200ms linear; + -webkit-transition: width 200ms linear; -o-transition: width 200ms linear; -ms-transition: width 200ms linear; } @@ -857,7 +856,7 @@ select.number option { @media(max-width: 840px) { .aside { -moz-transition: width 200ms linear; - -webkit-transition: width 200ms linear; + -webkit-transition: width 200ms linear; -o-transition: width 200ms linear; -ms-transition: width 200ms linear; } |
