1
0
Fork 0

dashboard spans optimized

This commit is contained in:
Heiko Kernbach 2013-08-19 10:45:31 +02:00
parent 3ccfa35efe
commit 409f861171
3 changed files with 9 additions and 5 deletions

View File

@ -83,8 +83,8 @@
.statClient {
float: left;
height: 100px;
width: 237px;
margin-left: 5px !important;
width: 230px;
margin-left: 13px !important;
margin-bottom: 5px !important;
background-color: #FFFFFF !important;
}
@ -166,7 +166,7 @@ li:hover h6, li.hover h6 {
margin-bottom: 16px;
margin-top: 0px;
margin-right: 5px !important;
margin-left: 5px !important;
margin-left: 12px !important;
padding: 0 !important;
height: 24px !important;
width: auto !important;
@ -488,5 +488,8 @@ li:hover h6, li.hover h6 {
margin-top: 5px;
padding-left: 7px;
font-size: 15px;
}
#dbThumbnailsIn {
margin-left: -7px;
}

View File

@ -135,5 +135,6 @@
</div>
</li>
</div>
<div id="dbThumbnailsIn"/>
</ul>

View File

@ -213,7 +213,7 @@ var dashboardView = Backbone.View.extend({
var counter = 1;
$.each(this.options.description.models[0].attributes.groups, function () {
$('.thumbnails').append(
$('#dbThumbnailsIn').append(
'<ul class="statGroups" id="' + this.group + '">' +
'<i class="group-close icon-minus icon-white"></i>' +
'<div id="statsHeaderDiv"><h4 class="statsHeader">' + this.name + '</h4></div>' +