Sha256: e8d1c6c5e9f3e07d32d1fb9d1821a95d1cfc005e095a94376e1df77e6016edbb

Contents?: true

Size: 793 Bytes

Versions: 1

Compression:

Stored size: 793 Bytes

Contents

//= require redactor

#settings {
  tr th:first-child { width:30%; }
  tr th:last-child { width:15%; }

  .update_link { display: none; }
  .option-type-html .update_link { display: inline; }
  tr td .form {
    //display:none;
    .label  { display:none; }
    .file .label { display:inline; }
    .inputs { margin-bottom:0; }
    input[type="text"], textarea { width:90%; }
    textarea { height:100px; }
  }
}

#admins {
  tr th:last-child { width:15%; }

  .form { display:none; }
  .form_actions { display:none; }
}

ul.tabs {
  margin-bottom: 14px;
}

.flashes {
  position:absolute;
  width:100%;
  bottom:0px;
}

body.logged_in .flash.flash_notice { border-bottom:0px!important; border-top:1px solid #ADCBAF; }
body.logged_in .flash { top:0px!important; margin-bottom:0px!important; }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin-settings-0.2.7 vendor/assets/stylesheets/activeadmin_settings.css.scss