Sha256: 2e39d34795dc4e46a845f2406c40960205c543f31eb9ed8c0928715bed8388ae

Contents?: true

Size: 683 Bytes

Versions: 7

Compression:

Stored size: 683 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;
}

/* Base style to use text-overflow */
.btn-action {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 65px !important;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
delayed-web-0.4.9 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.4.7 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.4.6 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.4.5 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.4.4 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.4.3 app/assets/stylesheets/delayed/web/application.css
delayed-web-0.4.2 app/assets/stylesheets/delayed/web/application.css