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

    https://github.com/apache/couchdb-fauxton/pull/45#discussion_r16786544
  
    --- Diff: assets/less/fauxton.less ---
    @@ -1043,3 +960,360 @@ div.add-dropdown {
         font-size: 16px;
       }
     }
    +
    +
    +//----templates//
    +
    +/*
    +---------------------------------------------------
    +  REUSEABLE SHADOW BORDER
    +---------------------------------------------------
    +*/
    +
    +.left-shadow-border{
    +  border-left: 1px solid #999;
    +  .box-shadow(-6px 0 rgba(0, 0, 0, 0.1));
    +}
    +
    +.bottom-shadow-border{
    +  border-bottom: 1px solid #999;
    +  .box-shadow(0px 6px 0 0 rgba(0, 0, 0, 0.1));
    +}
    +
    +
    +#right-content,
    +#dashboard-lower-content{
    +  .view {
    +    //background-color:#A8A1A1;
    +  }
    +}
    +
    +#dashboard-content{
    +  padding-left: 15px;
    +  padding-top: 20px;
    +
    +  &.row-fluid,
    +  &.window-resizeable{
    +    /*remove gutter without rewriting variable*/
    +    margin-left: 0px;
    +  }
    +  .one-pane &{
    +    //margin-top:60px;
    +    //padding-bottom:60px;
    +  }
    +  .with-sidebar &{
    +    .left-shadow-border;
    +    border-right: 1px solid #999;
    +    width: auto;
    +    padding: 0px;
    +    bottom: 0px;
    +    top: 60px;
    +    position: fixed;
    +    overflow-x: hidden;
    +    overflow-y: auto;
    +    left: @sidebarWidth+@navWidth;
    +    right: 0;
    +    .box-sizing(border-box);
    +    .closeMenu & {
    +      left: @sidebarWidth+@collapsedNavWidth;
    +    }
    +  }
    +  > div.inner {
    +    display: block;
    +  }
    +}
    +
    +#global-notifications{
    +  .with-sidebar & {
    +    left: @sidebarWidth+@navWidth;
    +    .closeMenu & {
    +      left: @sidebarWidth+@collapsedNavWidth;
    +    }
    +  }
    +}
    +
    +#right-content{
    +  .two-pane &{
    +    .view {
    +      padding: 0 20px 40px;
    +    }
    +    border-left: 1px solid #999;
    +    .box-shadow(-6px 0 rgba(0, 0, 0, 0.1));
    +  }
    +}
    +
    +//---header--//
    +/*  Licensed under the Apache License, Version 2.0 (the "License"); you 
may not
    --- End diff --
    
    I think we already have a license header on the top


---
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