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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-09-01 09:41:49 +0300
committerGitHub <noreply@github.com>2017-09-01 09:41:49 +0300
commit5b910b7a36495dca5c4d9f181389fdc061121a9b (patch)
treea1218c90a6331041dced1a332ebf7ab17ca5de71
parenteb8edc1c7ce7a39d05d39a6f19caf7fac0f3bf7e (diff)
parentfe43b2c07272f56ec3ebce8687306170067f7e3a (diff)
Merge pull request #138 from nextcloud/responsive-design
Improve design of updater
-rw-r--r--index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.php b/index.php
index 12e8acd..7d744c2 100644
--- a/index.php
+++ b/index.php
@@ -1590,6 +1590,11 @@ if(strpos($updaterUrl, 'index.php') === false) {
border: 1px solid rgba(240,240,240,.9);
}
+ .section {
+ max-width: 600px;
+ margin: 0 auto;
+ }
+
</style>
</head>
<body>
@@ -1603,11 +1608,6 @@ if(strpos($updaterUrl, 'index.php') === false) {
<div id="content-wrapper">
<div id="content">
- <div id="app-navigation">
- <ul>
- <li><a href="#progress">Update</a></li>
- </ul>
- </div>
<div id="app-content">
<?php if($auth->isAuthenticated()): ?>
<ul id="progress" class="section">