SAAS-948 - frontend tweaks

This commit is contained in:
Duncan Sommerville 2015-08-12 16:54:45 -04:00
parent 61d1e6bb50
commit 32100e2d9b
4 changed files with 11 additions and 8 deletions

View file

@ -615,9 +615,7 @@ li.ui-state-default {
margin: 0 4px;
}
/* Hacky */
.smart-block-form + .btn-toolbar,
.smart-block-form + .btn-toolbar + .btn-toolbar {
.smart-block-form ~ .btn-toolbar {
padding-top: 4px;
}

View file

@ -3422,6 +3422,7 @@ dd .stream-status {
background-color: #ff611f;
color: white;
font-size: 14px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
position: fixed;
top: 139px;

View file

@ -11,6 +11,10 @@ $(document).ready(function() {
// savePanelSpace: true
//});
if($('#livechat-compact-container:not(:visible)')) {
$('.wrapper').css('padding-bottom', 10);
}
//this statement tells the browser to fade out any success message after 5 seconds
setTimeout(function(){$(".success").fadeOut("slow", function(){$(this).empty()});}, 5000);
if ($('.usability_hint:visible')) {