diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-15 14:28:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 14:28:28 +0200 |
commit | 8e7cff2eac4e75eaac43911ec785a42b1f815561 (patch) | |
tree | 27bfacb929fcae7508029efa76a5e69cf5661717 /core/css | |
parent | bf0d966c7ac11e010f3ee45d0a2ad821b40e5fc2 (diff) | |
parent | 3fa604cc5edad8efae30cb33b13e3a23ee2494fd (diff) | |
download | nextcloud-server-8e7cff2eac4e75eaac43911ec785a42b1f815561.tar.gz nextcloud-server-8e7cff2eac4e75eaac43911ec785a42b1f815561.zip |
Merge pull request #4805 from nextcloud/enforce-upgrade-for-big-instances
Allow to enforce update via web UI
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/guest.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index fa5bdfe5e99..657a4adbdef 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -178,6 +178,17 @@ input.updateButton, input.update-continue { padding: 10px 20px; /* larger log in and installation buttons */ } +.updateAnyways a.updateAnywaysButton { + font-size: 14px; + padding: 10px 20px; + color: #666 !important; + display: inline-block; + border-radius: 3px; + margin: 15px 5px; +} +.updateAnyways a.updateAnywaysButton:hover { + color: #222 !important; +} input.primary, button.primary { border: 1px solid #0082c9; @@ -442,6 +453,9 @@ form #selectDbType label.ui-state-active { border-radius: 3px; cursor: default; } +.warning.updateAnyways { + text-align: center; +} .warning legend, .warning a, .error a { |