summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_headers.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-14 22:53:47 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-06-14 13:53:47 -0400
commitf6b4a611d0ef28d5f08959a51c31ad480df1883a (patch)
tree5adeac68d78fe59cb6f7731cc953faec4bbc77df /webapp/sass/layout/_headers.scss
parentaf4110b2ed9654986c8ef150d7ca9e76f326191c (diff)
downloadchat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.tar.gz
chat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.tar.bz2
chat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.zip
Multiple UI improvements (#3317)
Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
Diffstat (limited to 'webapp/sass/layout/_headers.scss')
-rw-r--r--webapp/sass/layout/_headers.scss165
1 files changed, 81 insertions, 84 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index db2ba48bd..d0ccfbe23 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -2,6 +2,87 @@
.channel-header {
@include flex(0 0 56px);
+ border-left: none;
+ font-size: 14px;
+ line-height: 56px;
+ width: 100%;
+
+ .member-popover__trigger {
+ cursor: pointer;
+ padding-right: 10px;
+ text-align: right;
+ width: 60px;
+
+ .fa {
+ font-size: 16px;
+ margin-left: 4px;
+ }
+ }
+
+ &.alt {
+ margin: 0;
+
+ th {
+ font-weight: normal !important;
+ }
+
+ td {
+ border: none;
+ }
+ }
+
+ th {
+ text-align: center;
+
+ &:first-child {
+ border-left: none;
+ padding-left: 15px;
+ padding-right: 1em;
+ text-align: left !important;
+ width: 100%;
+ }
+
+ &:last-child {
+ width: 8.9%;
+ }
+ }
+
+ td {
+ font-size: 13px;
+ padding: 5px 25px 5px !important;
+ text-align: center !important;
+
+ &:first-child {
+ text-align: left !important;
+ }
+ }
+
+ .heading {
+ display: inline-block;
+ font-size: 1.3em;
+ font-weight: 600;
+ margin: 0 4px 0 0;
+ max-width: 100%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ vertical-align: middle;
+ }
+
+ .caret {
+ margin-top: 3px;
+ }
+
+ .more {
+ color: #81848b;
+ display: inline-block;
+ font-size: 13px;
+ text-transform: capitalize;
+ vertical-align: top;
+ }
+
+ .disabled {
+ color: #999999;
+ }
}
.row {
@@ -256,90 +337,6 @@
}
}
-.channel-header {
- border-left: none;
- font-size: 14px;
- line-height: 56px;
- width: 100%;
-
- #member_popover {
- color: #999999;
- cursor: pointer;
- width: 50px;
-
- .fa {
- font-size: 16px;
- margin-left: 4px;
- }
- }
-
- &.alt {
- margin: 0;
-
- th {
- font-weight: normal !important;
- }
-
- td {
- border: none;
- }
- }
-
- th {
- text-align: center;
-
- &:first-child {
- border-left: none;
- padding-left: 15px;
- padding-right: 1em;
- text-align: left !important;
- width: 100%;
- }
-
- &:last-child {
- width: 8.9%;
- }
- }
-
- td {
- font-size: 13px;
- padding: 5px 25px 5px !important;
- text-align: center !important;
-
- &:first-child {
- text-align: left !important;
- }
- }
-
- .heading {
- color: #555555;
- display: inline-block;
- font-size: 1.3em;
- font-weight: 600;
- margin: 0 4px 0 0;
- max-width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- vertical-align: middle;
- }
-
- .caret {
- margin-top: 3px;
- }
-
- .more {
- color: #81848b;
- display: inline-block;
- font-size: 13px;
- text-transform: capitalize;
- vertical-align: top;
- }
-
- .disabled {
- color: #999999;
- }
-}
-
.channel-header__navbar {
font-size: 16px;