From c4f318041c00857397f06c20c4805d84c50018da Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Fri, 10 Jun 2016 11:34:05 +0100 Subject: [PATCH] style dialog --- .../src/components/file-uploading-dialog.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css index 7fe4e08de4..0fc1d587db 100644 --- a/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css +++ b/ng2-components/ng2-alfresco-upload/src/components/file-uploading-dialog.component.css @@ -30,6 +30,7 @@ .file-dialog .header { background-color: rgb(31,188,210); border: 1px transparent solid; + border-bottom: 1px solid #c7c7c7; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; @@ -111,7 +112,6 @@ .file-dialog .body-dialog { float: left; height: 100%; - width: 100%; margin-top: -4px; border-bottom: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;