New CSS / JS code.

This commit is contained in:
James Cole
2015-02-27 18:05:40 +01:00
parent c1290c4e9b
commit edeaf13259
8 changed files with 56 additions and 6289 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/*
* metismenu - v1.1.1
* metismenu - v1.1.3
* Easy menu jQuery plugin for Twitter Bootstrap 3
* https://github.com/onokumus/metisMenu
*

View File

@@ -8,13 +8,6 @@ body {
background-color: #f8f8f8;
}
.google-chart-error {
height:30px;
background:url('../images/error.png') no-repeat center center
}
.google-visualization-table-tr-head td:first-child {width:100px;}
#wrapper {
width: 100%;
}
@@ -34,6 +27,10 @@ body {
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}
@@ -227,6 +224,11 @@ body {
height: 100%;
}
.dataTables_wrapper {
position: relative;
clear: both;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,