summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_admin-console.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-29 19:24:18 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-29 19:24:18 +0500
commit33362a56a759142edcd2713bc0dddb629032da5f (patch)
treef38a0fa0bd948f76f5936694a0a1ea903cee3d33 /web/sass-files/sass/partials/_admin-console.scss
parent9497ecb95423504c11e0d1cc2d70ef338fda41a5 (diff)
downloadchat-33362a56a759142edcd2713bc0dddb629032da5f.tar.gz
chat-33362a56a759142edcd2713bc0dddb629032da5f.tar.bz2
chat-33362a56a759142edcd2713bc0dddb629032da5f.zip
UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_admin-console.scss')
-rw-r--r--web/sass-files/sass/partials/_admin-console.scss59
1 files changed, 6 insertions, 53 deletions
diff --git a/web/sass-files/sass/partials/_admin-console.scss b/web/sass-files/sass/partials/_admin-console.scss
index 9c65e2d1e..206d5bfca 100644
--- a/web/sass-files/sass/partials/_admin-console.scss
+++ b/web/sass-files/sass/partials/_admin-console.scss
@@ -2,63 +2,16 @@
> div {
height: 100%;
}
- .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;
- }
+ h3 {
+ font-weight: 600;
+ border-bottom: 1px solid #ddd;
+ padding-bottom: 0.5em;
+ margin: 1em 0;
}
- .recent-active-users {
- width: 365px;
- border: 1px solid #ddd;
- padding: 5px 10px 10px 10px;
- margin: 10px 10px 10px 10px;
+ .table {
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 {