diff --git a/public/templates/users.tpl b/public/templates/users.tpl
index ff6f2aaa72..5cf004d8b4 100644
--- a/public/templates/users.tpl
+++ b/public/templates/users.tpl
@@ -1,5 +1,4 @@
-
-
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/public/themes/vanilla/style.less b/public/themes/vanilla/style.less
index b0bfa6ea9e..0bf9140ff0 100644
--- a/public/themes/vanilla/style.less
+++ b/public/themes/vanilla/style.less
@@ -36,9 +36,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
}
-
-
-
#alert_window {
position: fixed;
right: 20px;
@@ -104,5 +101,4 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
.modal {
overflow-y: hidden;
}
-
//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases
\ No newline at end of file
diff --git a/public/themes/vanilla/users.less b/public/themes/vanilla/users.less
index 5f6b486ee4..fb70b7ca81 100644
--- a/public/themes/vanilla/users.less
+++ b/public/themes/vanilla/users.less
@@ -1,23 +1,25 @@
+.users {
+ .users-container {
+ padding: 0;
+ }
-#users-container {
- padding: 0;
-}
-.users-box{
- display: inline-block;
- margin-top: 20px;
- text-align: center;
- vertical-align: top;
- max-width: 104px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
+ .users-box{
+ display: inline-block;
+ margin-top: 20px;
+ text-align: center;
+ vertical-align: top;
+ max-width: 104px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
- img {
- width:80px;
- height:80px;
- }
+ img {
+ width:80px;
+ height:80px;
+ }
- a {
- margin:5px;
+ a {
+ margin:5px;
+ }
}
-}
+}
\ No newline at end of file