diff options
| author | 2013-10-09 19:04:23 +0200 | |
|---|---|---|
| committer | 2013-10-09 19:04:23 +0200 | |
| commit | 365be0711706b489651b844fd7d05e83b0369658 (patch) | |
| tree | f3a996cc8a418b466f3d31a48deb431834a7ee01 /public/themes/flat-design/freshrss.css | |
| parent | 6bab56f5ddd55a258e8a4b182647e5f78faa1946 (diff) | |
Mise à jour designs
* Les popups de synchro et notification sont mieux réparties à l'écran
notamment en vue mobile
* Le nom du flux actuellement affiché (à droite de Aujourd'hui par exemple)
est mieux tronqué avec des ... (trois petits points)
* Refactorisation de quelques bouts de CSS
Diffstat (limited to 'public/themes/flat-design/freshrss.css')
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 8c7be55e5..bea574e37 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -194,6 +194,8 @@ body { opacity: .3; font-style: italic; text-align: right; + white-space: nowrap; + text-overflow: ellipsis; z-index: -10; } @@ -544,7 +546,8 @@ body { /*** NOTIFICATION ***/ .notification { position: fixed; - top: 10px; left: 10%; right: 10%; + top: 10px; + left: 25%; right: 25%; min-height: 30px; padding: 10px; line-height: 30px; @@ -585,7 +588,8 @@ body { .actualizeProgress { position: fixed; - top: 10px; left: 25%; right: 25%; + top: 10px; + left: 25%; right: 25%; padding: 5px; background: #3498db; color: #fff; @@ -728,4 +732,10 @@ body { font-size: 1em; text-shadow: none; } + + .notification, + .actualizeProgress { + left: 10px; + right: 10px; + } } |
