fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15865]


From: nelson . guerra
Subject: [Fmsystem-commits] [15865]
Date: Fri, 21 Oct 2016 02:02:18 +0000 (UTC)

Revision: 15865
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15865
Author:   nelson224
Date:     2016-10-21 02:02:18 +0000 (Fri, 21 Oct 2016)
Log Message:
-----------


Modified Paths:
--------------
    
branches/dev-syncromind-2/phpgwapi/js/jquery/file-upload/css/jquery.fileupload-custom.css

Modified: 
branches/dev-syncromind-2/phpgwapi/js/jquery/file-upload/css/jquery.fileupload-custom.css
===================================================================
--- 
branches/dev-syncromind-2/phpgwapi/js/jquery/file-upload/css/jquery.fileupload-custom.css
   2016-10-20 14:33:43 UTC (rev 15864)
+++ 
branches/dev-syncromind-2/phpgwapi/js/jquery/file-upload/css/jquery.fileupload-custom.css
   2016-10-21 02:02:18 UTC (rev 15865)
@@ -28,7 +28,7 @@
 .template-upload .table-cell {
        display: table-cell;
        vertical-align: middle;
-       padding-right: 7px;
+       padding-right: 15px;
 }
 .template-upload .error {
        margin: 0px;
@@ -46,7 +46,7 @@
 .template-download .table-cell {
        display: table-cell;
        vertical-align: middle;
-    padding-right: 7px;
+    padding-right: 15px;
 }
 .template-download .error {
        margin: 0px;
@@ -98,4 +98,34 @@
     border: 1px solid #aaaaaa;
     color: #222222;
     font-weight: normal;
+}
+
+.content_upload_download {
+       position: relative; 
+       overflow: auto; 
+       max-height: 50vh; 
+       width: 100%;    
+}
+
address@hidden (max-width: 767px) {
+  .fileupload-buttonbar .toggle,
+  .files .toggle,
+  .files .btn span {
+    display:inline;
+  }
+  .files .name {
+    width: auto;
+    word-wrap: break-word;
+  }
+  .files audio,
+  .files video {
+    max-width: 80px;
+  }
+  .files img,
+  .files canvas {
+    max-width: 100%;
+  }
+  .content_upload_download {
+       max-height: 80vh; 
+  }
 }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]