diff --git a/web/app/assets/stylesheets/client/account.css.scss b/web/app/assets/stylesheets/client/account.css.scss index 41d66aced..301d62411 100644 --- a/web/app/assets/stylesheets/client/account.css.scss +++ b/web/app/assets/stylesheets/client/account.css.scss @@ -124,8 +124,10 @@ box-shadow: none !important; color: #666666; width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; - -moz-box-sizing:border-box; } } diff --git a/web/app/assets/stylesheets/client/content.css.scss b/web/app/assets/stylesheets/client/content.css.scss index 807a4ae93..33debfe60 100644 --- a/web/app/assets/stylesheets/client/content.css.scss +++ b/web/app/assets/stylesheets/client/content.css.scss @@ -66,6 +66,9 @@ .content-body { height:100%; width:100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; padding-top: 29px; @@ -96,21 +99,33 @@ .filter-body { height:100%; width:100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; padding-top: 49px; } .profile-head { position: absolute; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; width:100%; } .profile-body { height:100%; width:100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; padding-top: 157px; > * { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing:border-box; } } @@ -130,6 +145,9 @@ width:100%; padding:0 25px; line-height:25px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing:border-box; +.profile-wrapper { @@ -139,6 +157,9 @@ .profile-social-body { height:100%; width:100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing:border-box; padding-top:25px; .profile-social-body-wrapper { @@ -192,7 +213,7 @@ .content-wrapper, .dialog, .dialog-inner, .ftue-inner { - select, textarea, input[type=text], input[type=password], div.friendbox { + select, textarea, input[type=text], input[type=password], div.friendbox { font-family:"Raleway", arial, sans-serif; background-color:#c5c5c5; border:none; diff --git a/web/app/assets/stylesheets/client/profile.css.scss b/web/app/assets/stylesheets/client/profile.css.scss index 25fd0d7bf..9e24ce83b 100644 --- a/web/app/assets/stylesheets/client/profile.css.scss +++ b/web/app/assets/stylesheets/client/profile.css.scss @@ -202,6 +202,9 @@ position:relative; margin:10px 0px 10px 0px; padding-bottom:5px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing:border-box; .result-name { diff --git a/web/app/assets/stylesheets/client/recordingManager.css.scss b/web/app/assets/stylesheets/client/recordingManager.css.scss index 0e3edff76..c81ba1f8d 100644 --- a/web/app/assets/stylesheets/client/recordingManager.css.scss +++ b/web/app/assets/stylesheets/client/recordingManager.css.scss @@ -10,6 +10,9 @@ z-index:-1; .recording-manager-command { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; width:33%; margin:5px 10px; diff --git a/web/app/assets/stylesheets/users/signinDialog.css.scss b/web/app/assets/stylesheets/users/signinDialog.css.scss index 3bcb8cc63..2412813d3 100644 --- a/web/app/assets/stylesheets/users/signinDialog.css.scss +++ b/web/app/assets/stylesheets/users/signinDialog.css.scss @@ -51,6 +51,9 @@ } input[type=text], input[type=password]{ + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; } } \ No newline at end of file