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/wizard/CSS/wizard.css')
-rw-r--r--ncp-web/wizard/CSS/wizard.css71
1 files changed, 71 insertions, 0 deletions
diff --git a/ncp-web/wizard/CSS/wizard.css b/ncp-web/wizard/CSS/wizard.css
new file mode 100644
index 00000000..47f1e925
--- /dev/null
+++ b/ncp-web/wizard/CSS/wizard.css
@@ -0,0 +1,71 @@
+body {
+ padding-top: 60px;
+ padding-bottom: 40px;
+}
+.sidebar-nav {
+ padding: 9px 0;
+}
+#rootwizard {
+ width: 100%;
+}
+#ncp-nav {
+ display: table;
+ margin: 0 auto;
+}
+#bar {
+ margin: 5px 0 0 0;
+}
+.ncp-tab-pane {
+ display: table;
+ margin: 0 auto;
+}
+.ncp-tab-pane p {
+ text-align: center;
+}
+.ncp-tab-pane h1 {
+ text-align: center;
+}
+.tab-pane {
+ width: 100%;
+}
+
+#ncp-pager {
+ width: 50%;
+ margin: 0 auto;
+}
+.previous {
+ float: left;
+}
+.next {
+ float: right;
+}
+.ncp-hidden {
+ display: none;
+}
+.instructions {
+ padding: 20px;
+ text-align: center;
+}
+.buttons-area {
+ display: table;
+margin: 0 auto;
+}
+
+.ddns-form form {
+ display: table;
+ text-align: center;
+}
+.btn {
+ margin:5px 0;
+}
+
+div.linkbox {
+ display:inline-block;
+ padding: 10px;
+ text-align: center;
+}
+
+#ncp-welcome-logo {
+ display: block;
+ margin: 0 auto;
+}