Sha256: 976a8c817e5f35be5b9937e923cfde17e415d3976a077c7ef05601e4b6a0a4b3

Contents?: true

Size: 942 Bytes

Versions: 8

Compression:

Stored size: 942 Bytes

Contents

@import 'bootstrap/mixins';

// show modal not looking like input form
#content.show {
  .form-control {
    border: none;
    @include box-shadow(none);
  }
}

// nested form inputs looking the same as root form inputs
.form-group .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.form-horizontal .control-label {
  padding: 7px 0px;
  line-height: 20px;
  border: none;
  background: transparent;
  font-size: 14px;
  ont-weight: normal;
  text-shadow: none;
  color: #595959;
}

[data-bb-handler|=delete]{
  float: left;
  margin-left: 0 !important;
}

[data-bb-handler|=close]{
  float: right;
  margin-left: 10px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox > label {
  padding: 0;
}

.form-horizontal .checkbox, .form-horizontal .checkbox > label {
  margin-left: 10px;
}

.bb-alert {
  position: fixed;
  top: 65px;
  right: 15px;
  margin-bottom: 0;
  font-size: 1.2em;
  padding: 1em 1.3em;
  z-index: 9999;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bootbox_crud-0.2.1 vendor/assets/stylesheets/bootbox_crud.scss
bootbox_crud-0.2.0 vendor/assets/stylesheets/bootbox_crud.scss
bootbox_crud-0.1.1.7 vendor/assets/stylesheets/bootbox_crud.scss
bootbox_crud-0.1.1.6 vendor/assets/stylesheets/bootbox_crud.css.scss
bootbox_crud-0.1.1.5 vendor/assets/stylesheets/bootbox_crud.css.scss
bootbox_crud-0.1.1.4 vendor/assets/stylesheets/bootbox_crud.css.scss
bootbox_crud-0.1.1.3 vendor/assets/stylesheets/bootbox_crud.css.scss
bootbox_crud-0.1.1.2 vendor/assets/stylesheets/bootbox_crud.css.scss