summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-15 22:32:08 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-15 22:32:08 +0500
commit42a213c54d0825e72cf5b85b6c379f20cdce7b75 (patch)
tree15562fcaa4328e830394dc997dc4ce3618dfd643 /web
parent31e9c6ae49cdddd241687a08c0a8e9251a00dca2 (diff)
downloadchat-42a213c54d0825e72cf5b85b6c379f20cdce7b75.tar.gz
chat-42a213c54d0825e72cf5b85b6c379f20cdce7b75.tar.bz2
chat-42a213c54d0825e72cf5b85b6c379f20cdce7b75.zip
Minor UI changes
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_files.scss2
-rw-r--r--web/sass-files/sass/partials/_headers.scss6
2 files changed, 4 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index 79142176e..c584c240d 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -137,7 +137,7 @@
border: 1px solid #E2E2E2;
background-color: #FFF;
background-repeat: no-repeat;
- background-position: left center;
+ background-position: top left;
}
a {
text-decoration: none;
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index 7b0f24abf..338f5ceb4 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -75,7 +75,7 @@
// Team Header in Sidebar
.sidebar--left, .sidebar--menu {
.team__header {
- padding: 15px;
+ padding: 10px;
@include legacy-pie-clearfix;
a {
color: #fff;
@@ -83,8 +83,8 @@
.navbar-right {
font-size: 0.85em;
position: absolute;
- top: 24px;
- right: 25px;
+ top: 20px;
+ right: 22px;
.dropdown-toggle {
padding: 0 10px;
}