vendor/assets/stylesheets/selectize.default.css in selectize-rails-0.7.0 vs vendor/assets/stylesheets/selectize.default.css in selectize-rails-0.7.2

- old
+ new

@@ -1,7 +1,7 @@ /** - * selectize.default.css (v0.7.0) - Default Theme + * selectize.default.css (v0.7.2) - Default Theme * Copyright (c) 2013 Brian Reavis & contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at: * http://www.apache.org/licenses/LICENSE-2.0 @@ -244,10 +244,10 @@ } .selectize-dropdown { position: absolute; z-index: 2; - margin-top: -1px; + margin: -1px 0 0 0; background: #ffffff; border: 1px solid #d0d0d0; border-top: 0 none; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; \ No newline at end of file