Browse Source

Added border to box

Abdullah Almsaeed 10 years ago
parent
commit
2af6d6ee45
3 changed files with 2 additions and 5 deletions
  1. 1 4
      dist/css/AdminLTE.css
  2. 0 0
      dist/css/AdminLTE.min.css
  3. 1 1
      pages/tables/simple.html

+ 1 - 4
dist/css/AdminLTE.css

@@ -2462,10 +2462,7 @@ a:focus {
 .pagination > li > a {
   background: #fafafa;
   color: #666;
-}
-.pagination > li:first-of-type a,
-.pagination > li:last-of-type a {
-  border-radius: 0;
+  border-radius: 0 !important;
 }
 /*
  * Component: Products List

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


+ 1 - 1
pages/tables/simple.html

@@ -463,7 +463,7 @@
           <div class="row">
             <div class="col-md-6">
               <div class="box">
-                <div class="box-header">
+                <div class="box-header with-border">
                   <h3 class="box-title">Bordered Table</h3>
                 </div><!-- /.box-header -->
                 <div class="box-body">

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