Sha256: 65dfd8e2b2148fcb18a7cd05043c2eb8739cbc13bffd3458c542b49bc9d82c07

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 Bytes

Contents

#interpret_live_edit {
  padding-top: 15px;
  padding-right: 16px;
  width: 700px;
  min-height: 300px;
  text-align: center;
}

#interpret_live_edit textarea {
  width: 100%;
  height: 31em;
}

#interpret_live_edit input[type=submit] {
  background-color: #555;
  color: #FFF;
  border: none;
  font-size: 1em;
  margin-top: .5em;
  padding: .6em 1.5em;
  cursor: hand;
  cursor: pointer;
  border-radius: 5px;
}

#interpret_live_edit input[type=submit]:hover {
  background-color: #777;
}

.interpret_editable {
  background-color: #F8FD7D;
  cursor: hand;
  cursor: pointer;
}
.interpret_editable:hover {
  background-color: #FCF305;
}

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
interpret-0.2.1 public/stylesheets/interpret_live_edit_style.css
interpret-0.2.1 test_app/public/stylesheets/interpret_live_edit_style.css
interpret-0.2.0 public/stylesheets/interpret_live_edit_style.css
interpret-0.2.0 test_app/public/stylesheets/interpret_live_edit_style.css
interpret-0.1.5 public/stylesheets/interpret_live_edit_style.css
interpret-0.1.5 test_app/public/stylesheets/interpret_live_edit_style.css