From 2f5304a1f7052bce1315f2ed85141568f0995e7c Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 18 Sep 2014 17:44:31 +0200 Subject: Fix width on idle page (stats) --- p/themes/Dark/dark.css | 2 +- p/themes/Flat/flat.css | 2 +- p/themes/Origine/origine.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'p/themes') diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index f8051c84a..e47415366 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -883,7 +883,7 @@ a.btn { text-overflow: ellipsis; } .stat > .horizontal-list .item:first-child { - width: 250px; + width: 270px; } /*=== LOGS */ diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 6f9249ecb..41d03c57d 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -870,7 +870,7 @@ a.btn { text-overflow: ellipsis; } .stat > .horizontal-list .item:first-child { - width: 250px; + width: 270px; } /*=== LOGS */ diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 208f46265..6a4ef9699 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -924,7 +924,7 @@ a.btn { text-overflow: ellipsis; } .stat > .horizontal-list .item:first-child { - width: 250px; + width: 270px; } /*=== LOGS */ -- cgit v1.2.3