diff options
| author | 2014-09-18 17:39:07 +0200 | |
|---|---|---|
| committer | 2014-09-18 17:39:07 +0200 | |
| commit | 097703f23e6799f9c20d282459c461b0462dc737 (patch) | |
| tree | b851a5c3948bd9b8b744e640a76f2c2a07ca5d85 /p/themes/Screwdriver | |
| parent | 45d2524a821b1bb99ccb5a96608faa90df03db4a (diff) | |
Improve stat design
Diffstat (limited to 'p/themes/Screwdriver')
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 5475d2fd9..c96d4bfe3 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -1027,6 +1027,18 @@ opacity: 1; box-shadow: 0 1px #fff; } +.stat > .horizontal-list { + margin: 0 0 5px; +} +.stat > .horizontal-list .item { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.stat > .horizontal-list .item:first-child { + width: 250px; +} + /*=== LOGS */ /*=========*/ .logs { |
