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:
authornachoparker <nacho@ownyourbits.com>2018-04-04 03:10:50 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-04 03:10:50 +0300
commitfb2ad5d6981a850ba3b30dbcb2e2d3763ff5c155 (patch)
tree890f3c764f5b893ce000e960a872584932eab88a
parente559f740eb37b144263b01625d11e4f3d1bc2418 (diff)
ncp-web: fix scroll barv0.53.14
-rw-r--r--ncp-web/activate/CSS.css9
-rw-r--r--ncp-web/ncp.css5
2 files changed, 12 insertions, 2 deletions
diff --git a/ncp-web/activate/CSS.css b/ncp-web/activate/CSS.css
index 572eb603..a32b2dc5 100644
--- a/ncp-web/activate/CSS.css
+++ b/ncp-web/activate/CSS.css
@@ -231,3 +231,12 @@ hr { border: solid 1px white; }
#ncp-pwd,#nc-pwd{ width:30em; }
img { vertical-align: middle; }
+
+.info {
+ text-shadow: 0 0 2px rgba(0, 0, 0, .4);
+ font-size: 80%;
+}
+
+.info a {
+ font-weight: 600;
+}
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'] {