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/css/ncp.css')
-rw-r--r--ncp-web/css/ncp.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/ncp-web/css/ncp.css b/ncp-web/css/ncp.css
index 5f8c524b..17231bcd 100644
--- a/ncp-web/css/ncp.css
+++ b/ncp-web/css/ncp.css
@@ -1087,6 +1087,10 @@ select {
text-align: center;
}
+.content-box {
+ margin-top: 1em;
+}
+
.config-box-info-txt {
white-space: pre-wrap;
text-align: center;
@@ -1173,7 +1177,7 @@ select {
.icon-info {
background-image: url('../img/info.svg');
position: absolute;
- top: 5px;
+ top: 1em;
right: 1em;
}