Build bootstrap + docs

This commit is contained in:
Arnold Daniels
2012-02-23 18:13:28 +01:00
parent 692a67bbe7
commit a4e800fa43
3 changed files with 30 additions and 0 deletions

View File

@@ -966,6 +966,24 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
::-webkit-input-placeholder {
color: #999999;
}
.editor {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 100px;
width: 100%;
padding: 5px;
}
.editor-ckeditor {
height: 277px;
}
.uneditable-textarea.editor-ckeditor {
white-space: normal;
padding: 5px 3px 5px 5px;
}
textarea.editor-ckeditor {
visibility: hidden;
}
.help-block {
margin-top: 5px;
margin-bottom: 0;
@@ -3767,6 +3785,9 @@ body > .page-alert {
margin-left: 5px;
margin-bottom: 0;
}
.modal form {
margin-bottom: 0;
}
.tooltip {
position: absolute;
z-index: 1020;