summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_admin-console.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-27 11:40:49 -0700
committerCorey Hulen <corey@hulen.com>2015-10-27 11:40:49 -0700
commite0f69060fa462390779dd7b4cf6b67a12c3974ba (patch)
treeb1ea3f745c2607a0f12eaa0af18db3c4c846ab63 /web/sass-files/sass/partials/_admin-console.scss
parent4dbde3e1d8f6c6a7087c6af1407140a7b250c8d0 (diff)
parent399e9c6f4bbed7f9eac0a75242ec75e4b0d2bb59 (diff)
downloadchat-e0f69060fa462390779dd7b4cf6b67a12c3974ba.tar.gz
chat-e0f69060fa462390779dd7b4cf6b67a12c3974ba.tar.bz2
chat-e0f69060fa462390779dd7b4cf6b67a12c3974ba.zip
Merge pull request #1190 from mattermost/PLT-25
PLT-25 adding stats to admin console
Diffstat (limited to 'web/sass-files/sass/partials/_admin-console.scss')
-rw-r--r--web/sass-files/sass/partials/_admin-console.scss57
1 files changed, 57 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_admin-console.scss b/web/sass-files/sass/partials/_admin-console.scss
index 14f1d9c2f..d0241f795 100644
--- a/web/sass-files/sass/partials/_admin-console.scss
+++ b/web/sass-files/sass/partials/_admin-console.scss
@@ -5,6 +5,63 @@
.table {
background: #fff;
}
+
+ .total-count {
+ width: 175px;
+ height: 100px;
+ border: 1px solid #ddd;
+ padding: 22px 10px 10px 10px;
+ margin: 10px 10px 10px 10px;
+ background: #fff;
+ float: left;
+
+ > div {
+ font-size: 18px;
+ font-weight: 300;
+ }
+ }
+
+ .total-count-by-day {
+ width: 760px;
+ height: 275px;
+ border: 1px solid #ddd;
+ padding: 5px 10px 10px 10px;
+ margin: 10px 10px 10px 10px;
+ background: #fff;
+ clear: both;
+
+ > div {
+ font-size: 18px;
+ font-weight: 300;
+ }
+ }
+
+ .recent-active-users {
+ width: 365px;
+ height: 375px;
+ border: 1px solid #ddd;
+ padding: 5px 10px 10px 10px;
+ margin: 10px 10px 10px 10px;
+ background: #fff;
+ float: left;
+
+ > div {
+ font-size: 18px;
+ font-weight: 300;
+ }
+
+ > table {
+ margin: 10px 10px 10px 10px;
+ }
+
+ .recent-active-users-td {
+ font-size: 14px;
+ font-weight: 300;
+ border: 1px solid #ddd;
+ padding: 3px 3px 3px 5px;
+ }
+ }
+
.sidebar--left {
&.sidebar--collapsable {
background: #333;