Sha256: 2d6f20af92aa2eb41319b5d7a7d1d8d3bc6b45ced0e9975ce7cdfd3f025b9a2b

Contents?: true

Size: 532 Bytes

Versions: 4

Compression:

Stored size: 532 Bytes

Contents

/*
 *= require delayed/web/bootstrap
 */

/* Remove bootstrap form margins on rails button_to.
 *
 * Example:
 *   <%= button_to ... form_class: 'btn-rails' %>
 */
.btn-rails {
  margin: 0;
}

.page-header {
  position: relative;
}

/* Positions a button group to the right of the header.
 */
.page-header .btn-group {
  position: absolute;
  right: 0;
  top: 0;
}

.page-header .btn-group .btn {
  margin-left: 10px;
}

/* Whitespace between the alert and top of the page.
 */
.alert {
  margin-top: 20px;
  margin-bottom: 20px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
delayed-web-0.4.1 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.4.0 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.3.0 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.2.0 app/assets/stylesheets/delayed/web/application.css