mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed dashboard v1 calendar style issue
parent
000eaf8ea6
commit
c9025c7143
|
@ -304,7 +304,7 @@
|
||||||
> li {
|
> li {
|
||||||
.border-radius(2px);
|
.border-radius(2px);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: @table-striped-color;
|
background: #f4f4f4;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
border-left: 2px solid #e6e7e8;
|
border-left: 2px solid #e6e7e8;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
@ -417,7 +417,7 @@
|
||||||
// The attachment
|
// The attachment
|
||||||
> .attachment {
|
> .attachment {
|
||||||
.border-radius(@attachment-border-radius);
|
.border-radius(@attachment-border-radius);
|
||||||
background: #f0f0f0;
|
background: #f4f4f4;
|
||||||
margin-left: 65px;
|
margin-left: 65px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -1458,7 +1458,7 @@ a:focus {
|
||||||
.todo-list > li {
|
.todo-list > li {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #f3f4f5;
|
background: #f4f4f4;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
border-left: 2px solid #e6e7e8;
|
border-left: 2px solid #e6e7e8;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
@ -1559,7 +1559,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
.chat .item > .attachment {
|
.chat .item > .attachment {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #f0f0f0;
|
background: #f4f4f4;
|
||||||
margin-left: 65px;
|
margin-left: 65px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
16
index.html
16
index.html
|
@ -9,7 +9,14 @@
|
||||||
<!-- FontAwesome 4.3.0 -->
|
<!-- FontAwesome 4.3.0 -->
|
||||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
||||||
<!-- Ionicons 2.0.0 -->
|
<!-- Ionicons 2.0.0 -->
|
||||||
<link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet" type="text/css" />
|
<link href="http://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<!-- Theme style -->
|
||||||
|
<link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
||||||
|
folder instead of downloading all of them to reduce the load. -->
|
||||||
|
<link href="dist/css/skins/_all-skins.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
<!-- iCheck -->
|
||||||
|
<link href="plugins/iCheck/flat/blue.css" rel="stylesheet" type="text/css" />
|
||||||
<!-- Morris chart -->
|
<!-- Morris chart -->
|
||||||
<link href="plugins/morris/morris.css" rel="stylesheet" type="text/css" />
|
<link href="plugins/morris/morris.css" rel="stylesheet" type="text/css" />
|
||||||
<!-- jvectormap -->
|
<!-- jvectormap -->
|
||||||
|
@ -20,13 +27,6 @@
|
||||||
<link href="plugins/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
|
<link href="plugins/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
|
||||||
<!-- bootstrap wysihtml5 - text editor -->
|
<!-- bootstrap wysihtml5 - text editor -->
|
||||||
<link href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css" rel="stylesheet" type="text/css" />
|
<link href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css" rel="stylesheet" type="text/css" />
|
||||||
<!-- Theme style -->
|
|
||||||
<link href="dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" />
|
|
||||||
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
|
||||||
folder instead of downloading all of them to reduce the load. -->
|
|
||||||
<link href="dist/css/skins/_all-skins.min.css" rel="stylesheet" type="text/css" />
|
|
||||||
<!-- iCheck -->
|
|
||||||
<link href="plugins/iCheck/flat/blue.css" rel="stylesheet" type="text/css" />
|
|
||||||
|
|
||||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
|
|
Loading…
Reference in New Issue