Rebuild bootstrap

This commit is contained in:
Arnold Daniels
2012-04-03 23:50:31 +02:00
parent 3946a836fd
commit 0b589bcaeb
3 changed files with 9 additions and 7 deletions

View File

@@ -816,18 +816,23 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor: not-allowed;
cursor: text;
padding: 4px 3px 4px 5px;
overflow-y: auto;
overflow-x: hidden;
}
.uneditable-input[disabled], .uneditable-textarea[disabled] {
background-color: #f5f5f5;
border-color: #ddd;
cursor: not-allowed;
}
.uneditable-input {
white-space: pre;
overflow: hidden;
}
.uneditable-textarea {
height: 54px;
white-space: pre-wrap;
overflow-y: auto;
overflow-x: hidden;
}
.uneditable-textarea[rows="1"] {
height: 36px;
@@ -1090,9 +1095,6 @@ textarea.editor-ckeditor {
-moz-border-radius: 14px;
border-radius: 14px;
}
.uneditable-form .uneditable-input, .uneditable-form .uneditable-textarea {
cursor: text;
}
.uneditable-form .form-actions {
background-color: transparent;
}