mirror of https://gitee.com/bigwinds/arangodb
design
This commit is contained in:
parent
d2436a83f5
commit
59860fd7dc
|
@ -73,7 +73,7 @@
|
|||
margin-top: 3px;
|
||||
padding: 2px;
|
||||
vertical-align: middle;
|
||||
width:213px !important;
|
||||
width:207px !important;
|
||||
border-radius: 0px 0px 0px 0px !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
|
||||
.statSingleClient h6 {
|
||||
opacity: 1 !important;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.statClient {
|
||||
|
@ -96,6 +97,10 @@
|
|||
background-color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
#detailGraph .boxHeader {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#detailGraphChart {
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
|
@ -515,3 +520,4 @@ li:hover h6, li.hover h6 {
|
|||
.statSingleClient{margin-top: 10.5px !important;}
|
||||
#detailReplication{margin-top: 1.5px !important;}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.foxxList {
|
||||
padding-top: 30px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.foxxList i:hover {
|
||||
|
|
|
@ -88,7 +88,7 @@ var collectionView = Backbone.View.extend({
|
|||
);
|
||||
$('#collectionSizeBox').hide();
|
||||
$('#collectionSyncBox').hide();
|
||||
//
|
||||
$('#tab-content-collection-edit tab-pane').css("border-top",0);
|
||||
}
|
||||
else if (this.myCollection.status === 'loaded') {
|
||||
$('#colFooter').prepend(
|
||||
|
|
Loading…
Reference in New Issue