diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-10 12:20:43 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-10 14:03:54 +0200 |
commit | cdf91b6b3e0f6d9fc435497b9dcc051ff24d6c7e (patch) | |
tree | 9793b565309aa098d174a69f10b22d89cb007502 /core | |
parent | 9059b559791b9f5333c24815c4bfd77cc6201c5e (diff) | |
download | nextcloud-server-cdf91b6b3e0f6d9fc435497b9dcc051ff24d6c7e.tar.gz nextcloud-server-cdf91b6b3e0f6d9fc435497b9dcc051ff24d6c7e.zip |
work in new app management
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index da64adbd14e..2b94dbe5e23 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -104,3 +104,4 @@ legend { padding:.2em; font-size:1.2em; } #quota_indicator div { background-color:#76A9EA; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } li.error { list-style:none; width:640px; margin:4em auto; padding:1em 1em 1em 4em; background-color:#fee; background-image:url('../img/task-attention.png'); background-position:0.8em 0.8em; background-repeat:no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } +.hidden{display:none}
\ No newline at end of file |