summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-06-12 22:57:43 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-06-12 22:57:43 +0200
commit5707a163281bdb65f86bfc5da3184b3c8df0830d (patch)
treef71c075e22592546fa4edd3d1897b6ca8ab413b2
parentb8e4ed0d5d65f4f62d7ce781cd138695fe9a9793 (diff)
Fix alignment buttons (Origine)
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
-rw-r--r--p/themes/Origine/origine.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 571ad057d..1835e9ff9 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -502,16 +502,16 @@ a.btn {
text-align: center;
}
.category {
- width: 220px;
+ width: 235px;
margin: 10px auto;
text-align: left;
}
.category .btn:first-child {
position: relative;
- width: 197px;
+ width: 213px;
}
.category.stick .btn:first-child {
- width: 160px;
+ width: 176px;
}
.category .btn:first-child:not([data-unread="0"]):after {
position: absolute;