Conform to CSSLINT rules

This commit is contained in:
Abdullah Almsaeed
2015-07-25 15:52:28 -04:00
parent 2827e4d2fb
commit 30e6e1f034
24 changed files with 148 additions and 127 deletions

86
dist/css/AdminLTE.css vendored
View File

@@ -314,7 +314,7 @@ a:focus {
.content-header > .breadcrumb {
float: right;
background: transparent;
margin-top: 0px;
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
padding: 7px 5px;
@@ -941,8 +941,8 @@ a:focus {
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
font-size: 12px;
@@ -1002,7 +1002,7 @@ a:focus {
width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
margin: 0px;
margin: 0;
padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
@@ -1021,8 +1021,8 @@ a:focus {
color: #999999;
font-size: 10px;
position: absolute;
top: 0px;
right: 0px;
top: 0;
right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
margin: 0 0 0 45px;
@@ -1223,7 +1223,7 @@ a:focus {
* ---------------
*/
.form-control {
border-radius: 0px;
border-radius: 0;
box-shadow: none;
border-color: #d2d6de;
}
@@ -1265,7 +1265,7 @@ a:focus {
}
/* Input group */
.input-group .input-group-addon {
border-radius: 0px;
border-radius: 0;
border-color: #d2d6de;
background-color: #fff;
}
@@ -1553,7 +1553,7 @@ a:focus {
border-left: 1px solid #f4f4f4;
}
.box.box-solid {
border-top: 0px;
border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
background: transparent;
@@ -1802,7 +1802,7 @@ a:focus {
/* Widget: TODO LIST */
.todo-list {
margin: 0;
padding: 0px 0px;
padding: 0;
list-style: none;
overflow: auto;
}
@@ -1817,21 +1817,6 @@ a:focus {
.todo-list > li:last-of-type {
margin-bottom: 0;
}
.todo-list > li.danger {
border-left-color: #dd4b39;
}
.todo-list > li.warning {
border-left-color: #f39c12;
}
.todo-list > li.info {
border-left-color: #00c0ef;
}
.todo-list > li.success {
border-left-color: #00a65a;
}
.todo-list > li.primary {
border-left-color: #3c8dbc;
}
.todo-list > li > input[type='checkbox'] {
margin: 0 10px 0 5px;
}
@@ -1868,6 +1853,21 @@ a:focus {
.todo-list > li.done .label {
background: #d2d6de !important;
}
.todo-list .danger {
border-left-color: #dd4b39;
}
.todo-list .warning {
border-left-color: #f39c12;
}
.todo-list .info {
border-left-color: #00c0ef;
}
.todo-list .success {
border-left-color: #00a65a;
}
.todo-list .primary {
border-left-color: #3c8dbc;
}
.todo-list .handle {
display: inline-block;
cursor: move;
@@ -1894,10 +1894,10 @@ a:focus {
border: 2px solid transparent;
border-radius: 50%;
}
.chat .item > img.online {
.chat .item > .online {
border: 2px solid #00a65a;
}
.chat .item > img.offline {
.chat .item > .offline {
border: 2px solid #dd4b39;
}
.chat .item > .message {
@@ -2025,7 +2025,7 @@ a:focus {
.timeline:before {
content: '';
position: absolute;
top: 0px;
top: 0;
bottom: 0;
width: 4px;
background: #ddd;
@@ -2050,7 +2050,7 @@ a:focus {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
margin-top: 0px;
margin-top: 0;
background: #fff;
color: #444;
margin-left: 60px;
@@ -2079,13 +2079,6 @@ a:focus {
.timeline > li > .timeline-item > .timeline-footer {
padding: 10px;
}
.timeline > li.time-label > span {
font-weight: 600;
padding: 5px;
display: inline-block;
background-color: #fff;
border-radius: 4px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
@@ -2101,6 +2094,13 @@ a:focus {
left: 18px;
top: 0;
}
.timeline > .time-label > span {
font-weight: 600;
padding: 5px;
display: inline-block;
background-color: #fff;
border-radius: 4px;
}
/*
* Component: Button
* -----------------
@@ -3079,7 +3079,6 @@ table.text-center th {
.register-box-body {
background: #fff;
padding: 20px;
color: #444;
border-top: 0;
color: #666;
}
@@ -3860,7 +3859,7 @@ table.text-center th {
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
border: 1px solid #d2d6de;
border-radius: 0px;
border-radius: 0;
padding: 6px 12px;
height: 34px;
}
@@ -3869,7 +3868,7 @@ table.text-center th {
}
.select2-dropdown {
border: 1px solid #d2d6de;
border-radius: 0px;
border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #3c8dbc;
@@ -3918,7 +3917,7 @@ table.text-center th {
}
.select2-container--default .select2-selection--multiple {
border: 1px solid #d2d6de;
border-radius: 0px;
border-radius: 0;
height: 34px;
}
.select2-container--default .select2-selection--multiple:focus {
@@ -3958,7 +3957,6 @@ table.text-center th {
}
.inline {
display: inline;
width: auto;
}
.description-block {
display: block;
@@ -4221,13 +4219,13 @@ table.text-center th {
display: none !important;
}
.no-border {
border: 0px !important;
border: 0 !important;
}
.no-padding {
padding: 0px !important;
padding: 0 !important;
}
.no-margin {
margin: 0px !important;
margin: 0 !important;
}
.no-shadow {
box-shadow: none!important;