css-bootstrap/document-manager.css
authoredward <edward@roojs.com>
Tue, 16 Feb 2016 03:19:00 +0000 (11:19 +0800)
committeredward <edward@roojs.com>
Tue, 16 Feb 2016 03:19:00 +0000 (11:19 +0800)
css-bootstrap/document-manager.css

index e181337..738edec 100644 (file)
@@ -5,17 +5,29 @@
     /*float: left;*/
 }
 
-@media (min-width: 768px) { // sm
+/*
+* sm
+*/
+
+@media (min-width: 768px) { 
     
 }
 
+/*
+* md
+*/
+
 @media (min-width: 992px) { 
     .roo-document-manager-upload {
         width: 8.33333333%;
-        /*float: left;*/
     }
 }
 
-@media (min-width: 1200px) { // lg
+
+/*
+* lg
+*/
+
+@media (min-width: 1200px) {
     
 }
\ No newline at end of file