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

    https://github.com/apache/couchdb-fauxton/pull/268#discussion_r24750576
  
    --- Diff: app/addons/documents/assets/less/viewEditor.less ---
    @@ -10,76 +10,223 @@
     // License for the specific language governing permissions and limitations 
under
     // the License.
     
    -@import "../../../../../assets/less/animations.less";
     @import "../../../../../assets/less/variables.less";
     
    -.keyframes(fadeInDownNoReduce, {
    -    opacity: 0;
    -    height: 0px;
    -},
    -{
    -    opacity: 1;
    -    height: 546px;
    -});
    -
    -
    -.keyframes(fadeInDownReduce, {
    -    opacity: 0;
    -    height: 0px;
    -},
    -{
    -    opacity: 1;
    -    height: 745px;
    -});
    -
    -.keyframes(fadeOutUpReduce, {
    -    opacity: 1;
    -    height: 745px;
    -},
    -{
    -    opacity: 0;
    -    height: 0px;
    -});
    -
    -.keyframes(fadeOutUpNoReduce, {
    -    opacity: 1;
    -    height: 546px;
    -},
    -{
    -    opacity: 0;
    -    height: 0px;
    -});
    -
    -
    -.fadeInDownNoReduce-enter {
    - .animation(fadeInDownNoReduce 1s both);
    -}
    +.editor-wrapper {
     
    -.fadeInDownNoReduce-leave {
    - .animation(fadeOutUpNoReduce 1s both);
    -}
     
    -.fadeInDownReduce-enter {
    - .animation(fadeInDownReduce 1s both);
    -}
    +  .define-view {
    +    padding-bottom: 70px;
    +  }
    +
    +  .define-view {
    +    .help-link {
    +      margin-left: 3px;
    +    }
    +  }
    +  label {
    +    font-size: 16px;
    +  }
    +  .bordered-box {
    +    border-bottom: 1px solid #ccc;
    +  }
    +  .padded-box {
    +    margin: 25px 30px;
    +  }
    +  .db-title {
    +    color: @brandPrimary;
    +    line-height: 30px;
    +  }
    +  .new-ddoc-input {
    +    margin-top: 25px;
    +  }
     
    -.fadeInDownReduce-leave {
    - .animation(fadeOutUpReduce 1s both);
    +  .styled-select {
    --- End diff --
    
    begin of styling for the styled-select component.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to