diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-22 02:32:51 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-22 02:32:51 +0200 |
commit | f85aaf1f5837baa9e3c4f3a4d77107211de12b4a (patch) | |
tree | 8d288c51cd167e1af291bbb9e71d7f377c1a72af | |
parent | 80ddf37bb76743672e4b5d754cb659b30cad2f71 (diff) | |
download | nextcloud-server-f85aaf1f5837baa9e3c4f3a4d77107211de12b4a.tar.gz nextcloud-server-f85aaf1f5837baa9e3c4f3a4d77107211de12b4a.zip |
Contacts: Added bg color and shadow to controls. I suck at 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 33a9dd15cb9..c19c6cc7113 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -4,7 +4,7 @@ #leftcontent { top: 3.5em !important; } #rightcontent { top: 3.5em !important; padding-top: 5px; } #contacts { background: #fff; width: 20em; top: 3.7em; bottom:3em; position: fixed; overflow: auto; } -#bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#f7f7f7; border-top:1px solid #eee; position:fixed; } +#bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 0 0 #000, -3px 0 7px #000; -webkit-box-shadow: 0 0 0 #000, -3px 0 7px #000; box-shadow: 0 0 0 #000, -3px 0 7px #000;} #contacts_newcontact { float: left; margin: 0.2em 0 0 1em; } #chooseaddressbook { float: right; margin: 0.2em 1em 0 0; } #leftcontent a { height: 23px; display: block; margin: 0 0 0 0; padding: 0 0 0 25px; } |