Sha256: 6080c81f2ddae3818ffa2dfe4e4b4eb3f33b09712339d329a0125b2f8a8145c5

Contents?: true

Size: 1.31 KB

Versions: 23

Compression:

Stored size: 1.31 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */
 
.nav-collapse.collapse {
  height: auto !important;
  overflow: visible !important;
}

.navbar .nav {
  width: 865px;
  > li.markdown {
    float: right;
  }
}

body > .container {
  padding: 60px 0px 100px;
}

.controls > .input > textarea {
  width: 500px;
}

body .navbar .brand {
  color: #fff; 
}

form.button_to {
  display: inline;
  margin: 0px;
  
  > div {
    display: inline;
  }
}

span.buttons {
  margin: 20px 0px;
  display: block;
}

td {
  padding: 1px 50px 1px 0px; 
}

.on-page-documentation {
  width: 250px;
  float: right;
  position: relative;
  
  /*
    Super ugly hack to fix hr problem
  */
  &:before {
    content: " ";
    height: 100%;
    width: 10px;
    background: white;
    left: -11px;
    top: 0px;
    display: block;
    position: absolute;
  }
}







Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
burp_cms-1.3.22 app/assets/stylesheets/burp/application.less
burp_cms-1.3.21 app/assets/stylesheets/burp/application.less
burp_cms-1.3.20 app/assets/stylesheets/burp/application.less
burp_cms-1.3.19 app/assets/stylesheets/burp/application.less
burp_cms-1.3.18 app/assets/stylesheets/burp/application.less
burp_cms-1.3.17 app/assets/stylesheets/burp/application.less
burp_cms-1.3.16 app/assets/stylesheets/burp/application.less
burp_cms-1.3.15 app/assets/stylesheets/burp/application.less
burp_cms-1.3.14 app/assets/stylesheets/burp/application.less
burp_cms-1.3.13 app/assets/stylesheets/burp/application.less
burp_cms-1.3.12 app/assets/stylesheets/burp/application.less
burp_cms-1.3.11 app/assets/stylesheets/burp/application.less
burp_cms-1.3.10 app/assets/stylesheets/burp/application.less
burp_cms-1.3.9 app/assets/stylesheets/burp/application.less
burp_cms-1.3.8 app/assets/stylesheets/burp/application.less
burp_cms-1.3.7 app/assets/stylesheets/burp/application.less
burp_cms-1.3.6 app/assets/stylesheets/burp/application.less
burp_cms-1.3.5 app/assets/stylesheets/burp/application.less
burp_cms-1.3.4 app/assets/stylesheets/burp/application.less
burp_cms-1.3.3 app/assets/stylesheets/burp/application.less