diff options
| author | 2014-09-18 17:44:31 +0200 | |
|---|---|---|
| committer | 2014-09-18 17:44:31 +0200 | |
| commit | 2f5304a1f7052bce1315f2ed85141568f0995e7c (patch) | |
| tree | 17c5e3b92ba9628d8569e0a2f619fd82ec12ca62 | |
| parent | 097703f23e6799f9c20d282459c461b0462dc737 (diff) | |
Fix width on idle page (stats)
| -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 |
3 files changed, 3 insertions, 3 deletions
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 */ |
