diff --git a/app/assets/stylesheets/application.css.erb b/app/assets/stylesheets/application.css.erb index f825392d..5a4d62d3 100644 --- a/app/assets/stylesheets/application.css.erb +++ b/app/assets/stylesheets/application.css.erb @@ -82,7 +82,7 @@ body { font-family: 'din-medium', helvetica, sans-serif; color: #424242; -moz-osx-font-smoothing: grayscale; - + overflow-x: hidden; } h1, h2, diff --git a/app/assets/stylesheets/junto.css.erb b/app/assets/stylesheets/junto.css.erb index 93ebdc80..22471b19 100644 --- a/app/assets/stylesheets/junto.css.erb +++ b/app/assets/stylesheets/junto.css.erb @@ -99,7 +99,7 @@ float: right; height: 100%; background: #424242; - box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.23), -2px 10px 10px rgba(0, 0, 0, 0.19); + box-shadow: -8px 0px 16px 2px rgba(0, 0, 0, 0.23); } .chat-box .chat-button { position: absolute; @@ -130,14 +130,14 @@ line-height: 20px; } .chat-box .junto-header { - width: 100%; + width: 276px; padding: 16px 8px 16px 16px; font-size: 16px; text-align: left; font-weight: bold; background-color: #000000; color: #f5f5f5; - box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.23), 10px 10px 10px rgba(0, 0, 0, 0.19); + box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.23); } .chat-box .junto-header .cursor-toggle { width: 32px; @@ -156,7 +156,7 @@ .chat-box .junto-header .video-toggle { width: 32px; height: 32px; - margin-right: 32px; + margin-right: 10px; margin-top: -8px; float: right; background: url(<%= asset_path 'video_sprite.png' %>) no-repeat; @@ -263,19 +263,19 @@ display: block; } .chat-box .chat-header { - width: 100%; + width: 276px; padding: 16px 8px 16px 16px; font-size: 16px; text-align: left; font-weight: bold; background-color: #000000; color: #f5f5f5; - box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.23), 10px 10px 10px rgba(0, 0, 0, 0.19); + box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.23); } .chat-box .chat-header .sound-toggle { width: 24px; height: 24px; - margin-right: 32px; + margin-right: 10px; margin-top: -2px; float: right; background: url(<%= asset_path 'sound_sprite.png' %>) no-repeat;