-
-
- Everyone (10) -
- Friends (2) +
- Everyone (10) +
- Friends (2)
diff --git a/scripts/system/html/users.html b/scripts/system/html/users.html index 86f8494512..bb98be3d45 100644 --- a/scripts/system/html/users.html +++ b/scripts/system/html/users.html @@ -62,9 +62,23 @@ background: rgba(255,255,255,0.15); } - #users-list div { - padding-top: 4px; - padding-bottom: 4px; + .tab-content { + display: none; + } + + .tab-content.current { + display: inherit; + background: rgba(255,255,255,0.15); + } + + #users-list { + list-style: none; + padding: 15px 0px 15px 15px; + margin: 0; + } + + #users-list li { + padding: 2px 0px; } @@ -78,13 +92,13 @@