Sha256: f1b9c8119f276c3aba821ea6718df226b2fb941b82c90c82ef9f02d6e3d391e2

Contents?: true

Size: 1000 Bytes

Versions: 3

Compression:

Stored size: 1000 Bytes

Contents

.dragger {
  cursor: move;
}

.submit_element .value span, #cancel_btn {
  margin-right: 5px;
  float: right;
  padding: 3px 0;
}

.submit_element .value span {
  margin: 0 5px;
}

/* -- Table --------------------------------------------------------------- */

#cms_body table.formatted td.preview  {
  height: 45px;
}

#cms_body table.formatted td.embed {
  font-size: 8px;
}

#cms_body table.formatted {
  width: 100%;
}
  
#cms_body table.formatted th, td {
  white-space: nowrap;
  padding: 6px;
  background-color: #f1f1f1;
  border-bottom: 2px solid #e6e6e6;
}

    

#cms_body table.formatted th.main, td.main {
  white-space: normal;
  width: 100%;
}
#cms_body table.formatted th {
      background-color: #252525;
      color: #f7f7f7;
      font-size: 12px;
}
#cms_body table.formatted th:first-child {
  border-radius: 5px 0px 0px 5px;
}
#cms_body table.formatted th:last-child {
  border-radius: 0px 5px 5px 0px
}

#cms_body table.formatted tr:hover td {
  background-color: #fff
}
      

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
comfy_gallery-0.1.1 app/assets/stylesheets/comfy_gallery/admin.css
comfy_gallery-0.1.0 app/assets/stylesheets/comfy_gallery/admin.css
sofa_gallery-0.0.6 app/assets/stylesheets/sofa_gallery/admin.css