summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-15 09:54:44 -0800
committerCorey Hulen <corey@hulen.com>2015-07-15 09:54:44 -0800
commit38f9e140e98123eb256968fb31f7fbb2aef978e0 (patch)
tree105d6fd76c4dcb4198e093810d3bb118f790a56c /web
parent301127f575bc81cbc2fe9944dd23b2539a69509d (diff)
parent42a213c54d0825e72cf5b85b6c379f20cdce7b75 (diff)
downloadchat-38f9e140e98123eb256968fb31f7fbb2aef978e0.tar.gz
chat-38f9e140e98123eb256968fb31f7fbb2aef978e0.tar.bz2
chat-38f9e140e98123eb256968fb31f7fbb2aef978e0.zip
Merge pull request #191 from asaadmahmoodspin/master
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;
}