Sha256: b6ef210733f87498e6f5cedff673a804f74c2066c51e32cff127dfbfa0020fc8

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

.content {
  margin-top: 5em;
  margin-bottom: 5em;
}

/* navbar - display dropdown menus on hover */
ul.nav li.dropdown:hover ul.dropdown-menu{
  display: block;    
}
a.menu:after, .dropdown-toggle:after {
  content: none;
}
.navbar .dropdown-menu {
  margin-top: 0px;
}
/* /navbar */

.pane-filters-form {
  text-align: center;
}

.hoverable-hover {
  background-color: #f9f9f9;
}

.hoverable-active {
  background-color: #f9f9f9;
}

.text_editor {
  height: 25em;
}

#editor-save_badge {
  padding: 0.2em 2em 0.2em 2em;
}

#bulk_editor-modal .modal-body {
  max-height: 600px;
}

.editor-column_container {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 2.5em 0 0 1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-right: 0;
  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0 ;
          border-radius: 4px 0 0 0;
}

.editor-column_container:after {
  content: attr(title);
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

@media (max-width: 940px) {
  .hide_under_940px {
    display: none !important;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rear-0.2.0 assets/ui.css