mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
New CSS / JS code.
This commit is contained in:
6233
public/css/app.css
6233
public/css/app.css
File diff suppressed because it is too large
Load Diff
2
public/css/metisMenu.min.css
vendored
2
public/css/metisMenu.min.css
vendored
@@ -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
|
||||
*
|
||||
|
||||
@@ -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,
|
||||
Reference in New Issue
Block a user