diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-06 17:42:29 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-06 17:42:29 -0700 |
| commit | 03dbec960a7913557ce1659f01d8a6a507cd5ec5 (patch) | |
| tree | d9bcffefbaf3d88e74267700142e9094a54a6ca7 /ui/zerotier.css | |
| parent | 4a2c46e008044e3c5208646245b3da82408012c4 (diff) | |
| download | infinitytier-03dbec960a7913557ce1659f01d8a6a507cd5ec5.tar.gz infinitytier-03dbec960a7913557ce1659f01d8a6a507cd5ec5.zip | |
UI tweaks
Diffstat (limited to 'ui/zerotier.css')
| -rw-r--r-- | ui/zerotier.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/zerotier.css b/ui/zerotier.css index aeb2fe0f..5dd7b892 100644 --- a/ui/zerotier.css +++ b/ui/zerotier.css @@ -116,6 +116,17 @@ html,body { display: table-cell; font-size: 10pt; } +.zeroTierNode > .middle > .middleScroll > .peers > .peerHeader { + width: 100%; + display: table-row; + background: #ffffff; + border-bottom: 1px solid #000000; +} +.zeroTierNode > .middle > .middleScroll > .peers > .peerHeader > .f { + display: table-cell; + font-size: 10pt; + font-weight: bold; +} .zeroTierNode > .bottom { width: 100%; |
