summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-05-26 12:11:55 -0700
committerChristopher Speller <crspeller@gmail.com>2016-05-26 15:11:55 -0400
commite1801d0997023bd504f5ee40343042c84919b7b5 (patch)
tree2205ad95084d5da37440460241e40634372e3188 /webapp/sass/routes
parent4aa0465c73e5bd9afb7eb67b1426969094617a2d (diff)
downloadchat-e1801d0997023bd504f5ee40343042c84919b7b5.tar.gz
chat-e1801d0997023bd504f5ee40343042c84919b7b5.tar.bz2
chat-e1801d0997023bd504f5ee40343042c84919b7b5.zip
Adding reload and recycle buttons to system console (#3102)
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_admin-console.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 815ac9761..c8af72472 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -366,4 +366,12 @@
.email-connection-test {
margin-top: -15px;
+}
+
+.reload-config {
+ margin-bottom: 50px !important;
+}
+
+.recycle-db {
+ margin-top: 50px !important;
} \ No newline at end of file