diff options
| author | 2014-08-10 21:59:08 +0200 | |
|---|---|---|
| committer | 2014-08-10 21:59:44 +0200 | |
| commit | 086bb8df35cf3d9b4de50b7e549f8abbff55635b (patch) | |
| tree | 8ab51615d8a5238b117a0fe527c46664932418b3 /p | |
| parent | 93a77f84d45ee4eccda7c837dc08f17360f3de0f (diff) | |
Add 1 month indication for "keep me logged in"
.prompt .form is also now larger
See https://github.com/marienfressinaud/FreshRSS/issues/465
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Dark/dark.css | 2 | ||||
| -rw-r--r-- | p/themes/Flat/flat.css | 2 | ||||
| -rw-r--r-- | p/themes/Origine/origine.css | 2 | ||||
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 5edc09042..c01cc0dda 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -570,7 +570,7 @@ a.btn { } .prompt form { margin: 10px auto 20px auto; - width: 180px; + width: 200px; } .prompt input { margin: 5px auto; diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 4ae3e98e9..3e9afb3fd 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -551,7 +551,7 @@ a.btn { } .prompt form { margin: 10px auto 20px auto; - width: 180px; + width: 200px; } .prompt input { margin: 5px auto; diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 0b95e2d70..efbb9ee64 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -598,7 +598,7 @@ a.btn { } .prompt form { margin: 10px auto 20px auto; - width: 180px; + width: 200px; } .prompt input { margin: 5px auto; diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 683eece88..addd75851 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -665,7 +665,7 @@ ul.feeds.active{ } .prompt form { margin: 10px auto 20px auto; - width: 180px; + width: 200px; } .prompt input { margin: 5px auto; |
