summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-06-25 18:01:17 +0100
committerSam Tuke <samtuke@owncloud.com>2012-06-25 18:04:10 +0100
commitf374dae233b3a4c970562d096514ba20e6d40bcc (patch)
treed5a46f9d6d28642bda528eb4b453e29c0d8b9774 /core
parentdc4b89132769fc5842eab6bf4d388a8041a43bdd (diff)
downloadnextcloud-server-f374dae233b3a4c970562d096514ba20e6d40bcc.tar.gz
nextcloud-server-f374dae233b3a4c970562d096514ba20e6d40bcc.zip
Added text ACS warning to admin's user settings page, and corresponding CSS styles
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 44fd1e084fe..338518e5b2f 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -106,6 +106,7 @@ label.infield { cursor: text !important; }
/* VARIOUS REUSABLE SELECTORS */
.hidden { display:none; }
.bold { font-weight: bold; }
+.center { text-align: center; }
#notification { z-index:101; cursor:pointer; background-color:#fc4; border:0; padding:0 .7em .3em; display:none; position:fixed; left:50%; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }