From 751621bb457619044f84083c32c4a456ab49fdf4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 10 Apr 2017 10:35:49 -0400 Subject: [PATCH] Changing the markup/styles for the progress window on the files tab --- css/admin.css | 24 ++++++++++++++++++++ views/admin/member/memberInfo.html | 1 - views/admin/member/memberInfo/editFiles.html | 10 ++++---- 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/css/admin.css b/css/admin.css index bc384a84..f74aa7bc 100644 --- a/css/admin.css +++ b/css/admin.css @@ -402,6 +402,9 @@ td.glm-nowrap { background-color: #eee; font-size: .8em; } +#glm-admin-content-container #glm-table-files { + width: 100%; +} .glm-galleryFiles .glm-galleryContainer a { display: block; margin-top: 10px; @@ -410,6 +413,27 @@ td.glm-nowrap { .glm-galleryFiles .glm-galleryContainer { height: 5em; } +#glm-admin-content-container .glm-row, .glm-admin-table.glm-admin-table-inner .glm-fileUploadStatus .glm-row { + margin-bottom: 0px; +} +#glm-admin-content-container .glm-fileUploadStatus { + height: 10em; +} +.glm-fileUploadStatus .glm-statusPrompt { + padding: 0 15px; + text-align: right; + width: 15%; + float: left; +} +.glm-fileUploadStatus .glm-statusValue { + padding: 0; + text-align: left; + width: auto; + float: left; +} +.glm-fileUploadStatus .glm-statusValue.glm-progressBarWrapper { + width: 65%; +} .glm-galleryContainer { clear: both; diff --git a/views/admin/member/memberInfo.html b/views/admin/member/memberInfo.html index 83b39263..0d9a6f0d 100644 --- a/views/admin/member/memberInfo.html +++ b/views/admin/member/memberInfo.html @@ -107,7 +107,6 @@ Files - Files {if $memberUpdated}{$terms.term_member_cap} Profile Updated{/if} {if $memberUpdateError}{$terms.term_member_cap} Profile Update Error{/if} diff --git a/views/admin/member/memberInfo/editFiles.html b/views/admin/member/memberInfo/editFiles.html index c2cfb4c5..37e7e48e 100644 --- a/views/admin/member/memberInfo/editFiles.html +++ b/views/admin/member/memberInfo/editFiles.html @@ -1,7 +1,7 @@

Files

-
+
{if $memberInfoID} @@ -22,18 +22,18 @@ Uploading File { thisFile } of { numbFiles }
+
Cancel Upload
-
Cancel Upload
Name:
{ fileName }
Type:
{ fileType }
Size:
{ fileSize }
-
Progress:
+
Progress:
@@ -51,7 +51,7 @@ -
+

File Name:

@@ -59,8 +59,8 @@
+

New Upload

Delete:

-

New Upload

-- 2.17.1