Github user garrensmith commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/208#discussion_r22057483
  
    --- Diff: app/addons/cors/assets/less/cors.less ---
    @@ -0,0 +1,68 @@
    +/*  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
    + *
    + *  Unless required by applicable law or agreed to in writing, software
    + *  distributed under the License is distributed on an "AS IS" BASIS, 
WITHOUT
    + *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See 
the
    + *  License for the specific language governing permissions and 
limitations under
    + *  the License.
    + */
    +
    +/* =cors
    +   ---------------------------------------------------------------------- 
*/
    +@import "../../../../../assets/less/bootstrap/variables.less";
    +@import "../../../../../assets/less/variables.less";
    +@import "../../../../../assets/less/bootstrap/mixins.less";
    +
    +
    +#cors-header {
    +  margin: 18px 30px 0 30px;
    +}
    +
    +#corsForm {
    +  margin: 0;
    +
    +  .checkbox {
    +    font-size: 16px;
    +
    +    input[type='checkbox'] {
    +      margin-top: 4px;
    +    }
    +  }
    +  .radio {
    +    font-size: 16px;
    +
    +    input[type='radio'] {
    +      margin-top: 4px;
    +    }
    +  }
    +
    +  .cors-enable {
    +    padding: 10px 30px 18px 30px;
    +    border-bottom: 1px solid #ccc;
    +  }
    +  #origin-domains-container {
    +    display: none;
    +  }
    +  .origin-domains {
    +    margin: 0;
    +    padding: 18px 30px;
    +    border-top: 1px solid #fff;
    +    border-bottom: 1px solid #ccc;
    +
    +    p {
    +      line-height: 36px;
    +    }
    +    .controls {
    +      margin-top: 18px;
    +    }
    +  }
    +  .form-actions {
    +    padding: 18px 30px;
    +    margin-top: 0;
    +    border-top: 1px solid #fff;
    +  }
    +}
    --- End diff --
    
    On behalf of @robertkowalski could you add a new line here :smile: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to