Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/ncp.css')
-rw-r--r--ncp-web/ncp.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/ncp-web/ncp.css b/ncp-web/ncp.css
index 21b73c64..df5dc661 100644
--- a/ncp-web/ncp.css
+++ b/ncp-web/ncp.css
@@ -888,8 +888,7 @@ select {
left:0;
right:0;
bottom:0;
- width: 80% !important;
- margin: auto !important;
+ padding: 0px 24px;
background-color:#fff;
overflow-x:hidden !important;
z-index:1000
@@ -1047,6 +1046,8 @@ select {
.table-wrapper table {
width: 100%;
+ max-width: 450px;
+ margin: 0 auto;
}
.table-wrapper input[type='text'] {