From 84cfedffbe47c45ea9a4f9acb3c1ea38a180786f Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 3 Jan 2019 16:49:57 -0700 Subject: div margin top adjustment --- ncp-web/css/ncp.css | 6 +++++- ncp-web/elements.php | 3 +-- ncp-web/index.php | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'ncp-web') 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; } diff --git a/ncp-web/elements.php b/ncp-web/elements.php index 5800dedb..b1098c30 100644 --- a/ncp-web/elements.php +++ b/ncp-web/elements.php @@ -127,8 +127,7 @@ function print_config_forms( $l /* translations l10n object */ ) if (array_key_exists('app',$_GET) && $_GET['app'] == $ncp_app) $hidden = ''; $ret .= << -
+

$cfg[description]

$cfg[info]
diff --git a/ncp-web/index.php b/ncp-web/index.php index 451a161b..50926480 100644 --- a/ncp-web/index.php +++ b/ncp-web/index.php @@ -204,14 +204,14 @@ HTML;
-
> +

__("System Info"); ?>

-
> +

__("Nextcloud configuration"); ?>