fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15485]


From: nelson . guerra
Subject: [Fmsystem-commits] [15485]
Date: Thu, 18 Aug 2016 00:58:10 +0000 (UTC)

Revision: 15485
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15485
Author:   nelson224
Date:     2016-08-18 00:58:10 +0000 (Thu, 18 Aug 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-08-18 00:57:49 UTC (rev 15484)
+++ 
branches/dev-syncromind-2/phpgwapi/js/jquery/file-upload/css/jquery.fileupload-custom.css
   2016-08-18 00:58:10 UTC (rev 15485)
@@ -1,27 +1,44 @@
address@hidden "UTF-8";
 
+.fileupload-buttons {
+       margin-bottom: 5px;
+       display: inline-block;
+}
+.fileupload-buttons button {
+       font-weight: normal;
+}
 .fileupload-progress {
-       margin: 10px 0;
+       display: inline-block;
+       vertical-align: bottom;
+       margin-left: 10px;
 }
-.fileupload-progress .progress-extended {
-       margin-top: 5px;
-}
-.eror {
+.error {
   color: red;
 }
+.delete {
+       margin-left: 0px;
+}
 
+.toggle {
+       vertical-align: bottom;
+}
+
 .template-upload {
        display: table-row;
 }
 .template-upload .table-cell {
        display: table-cell;
        vertical-align: middle;
-       padding-right: 6px;
+       padding-right: 7px;
 }
 .template-upload .error {
        margin: 0px;
-       padding: 2px;
+       background-color: #fff;
+       border: 0px;
+       text-align: left;
 }
+.template-upload button {
+       font-weight: normal;
+}
 
 .template-download {
        display: table-row;
@@ -29,10 +46,56 @@
 .template-download .table-cell {
        display: table-cell;
        vertical-align: middle;
-    padding-right: 6px;
+    padding-right: 7px;
 }
 .template-download .error {
        margin: 0px;
-       padding: 2px;
+       background-color: #fff;
+       border: 0px;
+       text-align: left;
 }
+.template-download button {
+       font-weight: normal;
+}
 
+.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
+    border-bottom-right-radius: 4px;
+}
+.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
+    border-bottom-left-radius: 4px;
+}
+.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
+    border-top-right-radius: 4px;
+}
+.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
+    border-top-left-radius: 4px;
+}
+.ui-widget-content {
+    background: #ffffff;
+    border: 1px solid #aaaaaa;
+    color: #222222;
+}
+.ui-widget {
+}
+.ui-progressbar {
+    height: 1.5em;
+    overflow: hidden;
+    text-align: left;
+}
+
+.ui-progressbar .ui-progressbar-value {
+    height: 100%;
+    margin: -1px;
+}
+.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
+    border-bottom-left-radius: 4px;
+}
+.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
+    border-top-left-radius: 4px;
+}
+.ui-widget-header {
+    background: #cccccc;
+    border: 1px solid #aaaaaa;
+    color: #222222;
+    font-weight: normal;
+}
\ No newline at end of file




reply via email to

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