diff --git a/api/templates/post_body.html b/api/templates/post_body.html
index 41a29d020d5..c0f4375d8e1 100644
--- a/api/templates/post_body.html
+++ b/api/templates/post_body.html
@@ -18,7 +18,7 @@
You were mentioned
- CHANNEL: {{.Props.ChannelName}} {{.Props.SenderName}} - {{.Props.Hour}}:{{.Props.Minute}} GMT, {{.Props.Month}} {{.Props.Day}}
{{.Props.PostMessage}}
+ CHANNEL: {{.Props.ChannelName}} {{.Props.SenderName}} - {{.Props.Hour}}:{{.Props.Minute}} GMT, {{.Props.Month}} {{.Props.Day}}
{{.Props.PostMessage}}
Go To Channel
diff --git a/web/react/components/access_history_modal.jsx b/web/react/components/access_history_modal.jsx
index b23b3213f73..462f046f65b 100644
--- a/web/react/components/access_history_modal.jsx
+++ b/web/react/components/access_history_modal.jsx
@@ -64,7 +64,7 @@ module.exports = React.createClass({
{"URL: " + currentAudit.action.replace("/api/v1", "")}
:
- More info
+ More info
}
{i < this.state.audits.length - 1 ?
diff --git a/web/react/components/activity_log_modal.jsx b/web/react/components/activity_log_modal.jsx
index d6f8f40ebc6..7cce807a935 100644
--- a/web/react/components/activity_log_modal.jsx
+++ b/web/react/components/activity_log_modal.jsx
@@ -68,6 +68,9 @@ module.exports = React.createClass({
else if (currentSession.props.platform === "Macintosh" || currentSession.props.platform === "iPhone") {
devicePicture = "fa fa-apple";
}
+ else if (currentSession.props.platform === "Linux") {
+ devicePicture = "fa fa-linux";
+ }
activityList[i] = (
@@ -83,7 +86,7 @@ module.exports = React.createClass({
{"Session ID: " + currentSession.alt_id}
:
- More info
+ More info
}
diff --git a/web/react/components/setting_picture.jsx b/web/react/components/setting_picture.jsx
index 62c889b7ffb..6cfb74d60ae 100644
--- a/web/react/components/setting_picture.jsx
+++ b/web/react/components/setting_picture.jsx
@@ -25,9 +25,9 @@ module.exports = React.createClass({
var img = null;
if (this.props.picture) {
- img = ( );
+ img = ( );
} else {
- img = ( );
+ img = ( );
}
var self = this;
@@ -37,7 +37,7 @@ module.exports = React.createClass({
{this.props.title}
-
+
{img}
diff --git a/web/react/components/signup_team.jsx b/web/react/components/signup_team.jsx
index cf982cc1ebd..362f7916335 100644
--- a/web/react/components/signup_team.jsx
+++ b/web/react/components/signup_team.jsx
@@ -69,7 +69,9 @@ module.exports = React.createClass({
{ name_error }
{ server_error }
- Sign up for Free
+
+ Sign up for Free
+
diff --git a/web/react/components/signup_team_complete.jsx b/web/react/components/signup_team_complete.jsx
index 9ceeb63240f..3e8a57308e4 100644
--- a/web/react/components/signup_team_complete.jsx
+++ b/web/react/components/signup_team_complete.jsx
@@ -246,7 +246,7 @@ TeamURLPage = React.createClass({
{utils.toTitleCase(strings.Team) + " URL"}
-
+
{ window.location.origin + "/" }
diff --git a/web/react/components/team_settings.jsx b/web/react/components/team_settings.jsx
index 166b1f38b65..3bbb5e8925a 100644
--- a/web/react/components/team_settings.jsx
+++ b/web/react/components/team_settings.jsx
@@ -73,13 +73,12 @@ var FeatureTab = React.createClass({
var inputs = [];
inputs.push(
-
+
On
Off
Valet is a preview feature for enabling a non-user account limited to basic member permissions that can be manipulated by 3rd parties. IMPORTANT: The preview version of Valet should not be used without a secure connection and a trusted 3rd party, since user credentials are used to connect. OAuth2 will be used in the final release.
-
);
diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx
index ad890334eae..1fbbf16ed60 100644
--- a/web/react/components/user_settings.jsx
+++ b/web/react/components/user_settings.jsx
@@ -577,9 +577,9 @@ var SecurityTab = React.createClass({
{ passwordSection }
-
View Access History
+
View Access History
-
View and Logout of Active Devices
+
View and Logout of Active Devices
);
diff --git a/web/sass-files/sass/partials/_access-history.scss b/web/sass-files/sass/partials/_access-history.scss
index f54c9a1226d..412a2a1d07e 100644
--- a/web/sass-files/sass/partials/_access-history.scss
+++ b/web/sass-files/sass/partials/_access-history.scss
@@ -12,7 +12,7 @@
}
.access__date {
font-weight: 600;
- font-size: 16px;
+ font-size: 15px;
width: 190px;
}
.access__report {
@@ -21,7 +21,7 @@
}
.report__time {
font-weight: 600;
- font-size: 16px;
+ font-size: 15px;
}
.report__info {
color: #999;
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index eab4becacdd..8dd0218ce71 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -119,6 +119,7 @@
}
.header__info {
color: #fff;
+ padding-left: 3px
}
.team__name, .user__name {
display: block;
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index d8a8fd98289..43796601d44 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -451,13 +451,15 @@
color: #fff;
.search__form {
border: none;
- padding: 0 60px 0 25px;
+ padding: 0 60px 0 35px;
.form-control {
- line-height: 31px;
+ line-height: normal;
background: none;
color: #fff;
border-radius: 0;
- padding: 0 10px 0;
+ padding: 0;
+ border-bottom: 1px solid #FFF;
+ border-bottom: 1px solid rgba(#fff, 0.6);
@include input-placeholder {
color: rgba(#fff, 0.6);
}
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index b8dc9e99717..1fb078bb96d 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -163,8 +163,10 @@
}
.profile-img {
- width:158px;
- max-height:128px;
+ width:128px;
+ height:128px;
+ margin-bottom: 10px;
+ @include border-radius(128px);
}
.sel-btn {
@@ -232,4 +234,4 @@
.color-btn {
margin:4px;
-}
\ No newline at end of file
+}
diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss
index 98931279b86..db22718d29c 100644
--- a/web/sass-files/sass/partials/_signup.scss
+++ b/web/sass-files/sass/partials/_signup.scss
@@ -6,7 +6,7 @@
}
.signup-team__container {
padding: 100px 0px 50px 0px;
- max-width: 600px;
+ max-width: 380px;
margin: 0 auto;
font-size: 1.1em;
position: relative;