diff options
author | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-23 14:19:03 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <jan@unhosted.org> | 2012-04-23 14:19:03 +0200 |
commit | 3ba9a9e6a8a49277583a56543fe8a55f985da564 (patch) | |
tree | 6f3927ba34c9c6ddb2632f27098aaceca70449b0 /core/css | |
parent | 912c87eedaa3ea909d5721d8066fa4455529aa1b (diff) | |
download | nextcloud-server-3ba9a9e6a8a49277583a56543fe8a55f985da564.tar.gz nextcloud-server-3ba9a9e6a8a49277583a56543fe8a55f985da564.zip |
adding proper copyright and license notice to the style files
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/multiselect.css | 4 | ||||
-rw-r--r-- | core/css/styles.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 1202ea18427..3dac0ea1a16 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -1,3 +1,7 @@ +/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net + This file is licensed under the Affero General Public License version 3 or later. + See the COPYING-README file. */ + ul.multiselectoptions { z-index:49; position:absolute; background-color:#fff; padding-top:.5em; border:1px solid #ddd; border-top:none; -moz-border-radius-bottomleft:.5em; -webkit-border-bottom-left-radius:.5em; border-bottom-left-radius:.5em; -moz-border-radius-bottomright:.5em; -webkit-border-bottom-right-radius:.5em; border-bottom-right-radius:.5em; -moz-box-shadow:0 1px 1px #ddd; -webkit-box-shadow:0 1px 1px #ddd; box-shadow:0 1px 1px #ddd; } ul.multiselectoptions>li{ white-space:nowrap; overflow: hidden; } div.multiselect { padding-right:.6em; display:inline; position:relative; display:inline-block; vertical-align: bottom; } diff --git a/core/css/styles.css b/core/css/styles.css index ccebc984fbb..945e5846683 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -1,4 +1,4 @@ -/* Copyright (c) 2011, Jan-Christoph Borchardt +/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ |