소스 검색

Removed unwanted height restriction on sidebar

Abdullah Almsaeed 10 년 전
부모
커밋
d373b16699
3개의 변경된 파일0개의 추가작업 그리고 54개의 파일을 삭제
  1. 0 4
      build/less/sidebar.less
  2. 0 50
      dist/css/AdminLTE.css
  3. 0 0
      dist/css/AdminLTE.min.css

+ 0 - 4
build/less/sidebar.less

@@ -35,10 +35,6 @@
 
 .sidebar {
   padding-bottom: 10px;
-  .fixed & {
-    overflow: auto;
-    height: 100%;
-  }
 }
 // remove border from form
 .sidebar-form {

+ 0 - 50
dist/css/AdminLTE.css

@@ -423,10 +423,6 @@ a:focus {
 .sidebar {
   padding-bottom: 10px;
 }
-.fixed .sidebar {
-  overflow: auto;
-  height: 100%;
-}
 .sidebar-form input:focus {
   border-color: transparent!important;
 }
@@ -2673,52 +2669,6 @@ table.text-center th {
   max-width: 100%;
   height: auto;
 }
-.mailbox .table-mailbox {
-  border-left: 1px solid #f4f4f4;
-  border-right: 1px solid #f4f4f4;
-  border-bottom: 1px solid #f4f4f4;
-}
-.mailbox .table-mailbox tr.unread > td {
-  background-color: rgba(0, 0, 0, 0.05);
-  color: #000;
-  font-weight: 600;
-}
-.mailbox .table-mailbox tr > td > .fa.fa-star,
-.mailbox .table-mailbox tr > td > .fa.fa-star-o,
-.mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star,
-.mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star-empty {
-  color: #f39c12;
-  cursor: pointer;
-}
-.mailbox .table-mailbox tr > td.small-col {
-  width: 30px;
-}
-.mailbox .table-mailbox tr > td.name {
-  width: 150px;
-  font-weight: 600;
-}
-.mailbox .table-mailbox tr > td.time {
-  text-align: right;
-  width: 100px;
-}
-.mailbox .table-mailbox tr > td {
-  white-space: nowrap;
-}
-.mailbox .table-mailbox tr > td > a {
-  color: #444;
-}
-@media (max-width: 991px) {
-  .mailbox .nav-stacked > li:not(.header) {
-    float: left;
-    width: 50%;
-  }
-  .mailbox .nav-stacked > li:not(.header).header {
-    border: 0!important;
-  }
-  .mailbox .search-form {
-    margin-top: 10px;
-  }
-}
 /*
  * Page: Lock Screen
  * -----------------

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/AdminLTE.min.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.