Fixes U4-3280 Logout button isn't actually clickable - except at it's bottom part

This commit is contained in:
Tim Geyssens
2013-11-04 11:17:43 +01:00
parent 8cd7f26431
commit d3fcdff418

View File

@@ -776,3 +776,8 @@ legend + .control-group {
padding-left: @horizontalComponentOffset;
}
}
//make sure buttons are always on top
.umb-panel-buttons .umb-btn-toolbar .btn {
position: relative;
z-index: 1000;
}