summaryrefslogtreecommitdiff
path: root/p/themes/Origine/freshrss.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-01-25 16:34:13 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-01-25 16:34:13 +0100
commit0aa0686b09ca2d18b217f960ab374e6a20d1c862 (patch)
tree8dd926e39ca3994944cbe29ad9f74cc70c735450 /p/themes/Origine/freshrss.css
parent4b05dcf90838f78f7493a49fa7f8fdde0637ac02 (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.css7
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;
}