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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-11-08 21:08:44 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-11-08 21:08:44 +0400
commit55f75c6d8ee53122f950cdecd6409a1e8c9a5b28 (patch)
tree69a2a60aa737f1e11a48952f508ca2e8aabb976d /settings/css
parent8396c0478e930d58a45749dbbd96a517279b3b4d (diff)
add a check and a warning if the ownClodu server is not able to establish http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why.
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index f5ee2124f0f..560862fa12f 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -65,5 +65,6 @@ span.version { margin-left:1em; margin-right:1em; color:#555; }
/* ADMIN */
span.securitywarning {color:#C33; font-weight:bold; }
+span.connectionwarning {color:#933; font-weight:bold; }
input[type=radio] { width:1em; }
table.shareAPI td { padding-bottom: 0.8em; }