Browse Source

Added posibility to add image to info-box instead of icon #522

Abdullah Almsaeed 9 years ago
parent
commit
e5771daaf5
3 changed files with 6 additions and 0 deletions
  1. 3 0
      build/less/info-box.less
  2. 3 0
      dist/css/AdminLTE.css
  3. 0 0
      dist/css/AdminLTE.min.css

+ 3 - 0
build/less/info-box.less

@@ -36,6 +36,9 @@
   font-size: 45px;
   line-height: 90px;
   background: rgba(0,0,0,0.2);
+  > img {
+    max-width: 100%;
+  }
 }
 .info-box-content {
   padding: 5px 10px;

+ 3 - 0
dist/css/AdminLTE.css

@@ -1974,6 +1974,9 @@ a:focus {
   line-height: 90px;
   background: rgba(0, 0, 0, 0.2);
 }
+.info-box-icon > img {
+  max-width: 100%;
+}
 .info-box-content {
   padding: 5px 10px;
   margin-left: 90px;

File diff suppressed because it is too large
+ 0 - 0
dist/css/AdminLTE.min.css


Some files were not shown because too many files changed in this diff