Fixed dashboard v1 calendar style issue

pull/247/head
Abdullah Almsaeed 2015-02-17 20:14:16 -05:00
parent 000eaf8ea6
commit c9025c7143
4 changed files with 13 additions and 13 deletions

View File

@ -304,7 +304,7 @@
> li {
.border-radius(2px);
padding: 10px;
background: @table-striped-color;
background: #f4f4f4;
margin-bottom: 2px;
border-left: 2px solid #e6e7e8;
color: #444;
@ -417,7 +417,7 @@
// The attachment
> .attachment {
.border-radius(@attachment-border-radius);
background: #f0f0f0;
background: #f4f4f4;
margin-left: 65px;
margin-right: 15px;
padding: 10px;

View File

@ -1458,7 +1458,7 @@ a:focus {
.todo-list > li {
border-radius: 2px;
padding: 10px;
background: #f3f4f5;
background: #f4f4f4;
margin-bottom: 2px;
border-left: 2px solid #e6e7e8;
color: #444;
@ -1559,7 +1559,7 @@ a:focus {
}
.chat .item > .attachment {
border-radius: 3px;
background: #f0f0f0;
background: #f4f4f4;
margin-left: 65px;
margin-right: 15px;
padding: 10px;

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,13 @@
<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 -->
<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 -->
<link href="plugins/morris/morris.css" rel="stylesheet" type="text/css" />
<!-- jvectormap -->
@ -20,13 +27,6 @@
<link href="plugins/daterangepicker/daterangepicker-bs3.css" rel="stylesheet" type="text/css" />
<!-- bootstrap wysihtml5 - text editor -->
<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 -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->