diff --git a/web/documentserver-example/csharp/App_Themes/media.css b/web/documentserver-example/csharp/App_Themes/media.css index 2e44966b..53d834e2 100644 --- a/web/documentserver-example/csharp/App_Themes/media.css +++ b/web/documentserver-example/csharp/App_Themes/media.css @@ -435,6 +435,60 @@ display: none; width: 1%; } + /* Mobile Upload*/ + .blockUI.blockMsg.blockPage.ui-dialog.ui-widget.ui-corner-all.ui-widget-content.ui-draggable { + width: 344px !important; + height: 542px; + box-shadow: 0px 7px 15px rgba(85, 85, 85, 0.1); + border-radius: 2px; + top: 15% !important; + left: 15% !important; + margin-left: 0 !important; + } + + .ui-dialog .ui-dialog-titlebar { + padding: 0; + } + .ui-dialog .ui-dialog-content { + padding: 0 !important; + } + #mainProgress { + margin: 24px 16px 30px !important; + } + .blockTitle { + padding: 10px 10px 6px 16px !important; + font-size: 14px !important; + } + #mainProgress .describeUpload { + padding: 8px 0 !important; + } + .dialog-close { + margin: 0 !important; + } + .step-descr{ + line-height: 150%; + } + .step { + line-height: 160%; + } + .buttonsMobile{ + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + align-items: center; + } + .button.gray{ + margin: 0; + } + .button, .button:hover{ + display: flex; + justify-content: center; + padding: 0 !important; + width: 144px; + height: 56px; + margin-bottom: 24px !important; + } } @media (max-width: 560px) and (min-width: 510px) { diff --git a/web/documentserver-example/csharp/Default.aspx b/web/documentserver-example/csharp/Default.aspx index 808d97b7..e88c6f07 100644 --- a/web/documentserver-example/csharp/Default.aspx +++ b/web/documentserver-example/csharp/Default.aspx @@ -327,10 +327,8 @@ They are loaded only once, they will be cached on your computer.
-
Note the speed of all operations depends on your connection quality and server location.
-
Upload error:
@@ -339,10 +337,12 @@

-
Edit
-
View
-
Embedded view
-
Cancel
+
+
Edit
+
View
+
Embedded view
+
Cancel
+