diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-02 04:15:40 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-02 04:18:44 +0200 |
commit | 20f8971222200646cda29c4a2f3983bfdbaeac09 (patch) | |
tree | 2c69c02fd2b02757483fa5d3aa600c0545461d41 /apps/contacts/css | |
parent | f84e92e6e3934f84f2ecee88af6a19ec16a0dab9 (diff) | |
download | nextcloud-server-20f8971222200646cda29c4a2f3983bfdbaeac09.tar.gz nextcloud-server-20f8971222200646cda29c4a2f3983bfdbaeac09.zip |
Use popup class style for ninja-mode help.
Diffstat (limited to 'apps/contacts/css')
-rw-r--r-- | apps/contacts/css/contacts.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index 1a7935aa79a..0961550c7a6 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -125,7 +125,7 @@ input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; } .typelist[type="button"] { float: left; max-width: 10em; border: 0; background-color: #fff; color: #bbb} /* for multiselect */ .typelist[type="button"]:hover { color: #777; } /* for multiselect */ .addresslist { clear: both; font-weight: bold; } -#ninjahelp { position: absolute; bottom: 0; left: 0; right: 0; padding: 1em; margin: 1em; border: thin solid #eee; border-radius: 5px; background-color: #DBDBDB; opacity: 0.9; } +#ninjahelp { position: absolute; bottom: 0; left: 0; right: 0; padding: 1em; margin: 1em; opacity: 0.9; } #ninjahelp .close { position: absolute; top: 5px; right: 5px; height: 20px; width: 20px; } #ninjahelp h2, .help-section h3 { width: 100%; font-weight: bold; text-align: center; } #ninjahelp h2 { font-size: 1.4em; } |