mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-22 12:48:10 -05:00
Moved css for editor texteare to form styles
This commit is contained in:
1
less/jasny/bootstrap.less
vendored
1
less/jasny/bootstrap.less
vendored
@@ -18,7 +18,6 @@
|
||||
// Base CSS
|
||||
@import "forms.less";
|
||||
@import "forms-uneditable.less";
|
||||
@import "forms-editor.less";
|
||||
@import "actions-areas.less";
|
||||
@import "rowlink.less";
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
// Forms-editor.less
|
||||
// CSS for editor textarea
|
||||
// -----------------------
|
||||
|
||||
.editor {
|
||||
.box-sizing(border-box);
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
.uneditable-textarea.editor-html {
|
||||
white-space: normal;
|
||||
padding: 5px 3px 5px 5px;
|
||||
}
|
||||
textarea.editor-html {
|
||||
visibility: hidden; // Assume it will be replaced
|
||||
}
|
||||
@@ -76,3 +76,21 @@ label input[type="radio"] {
|
||||
form .well > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
// CSS for editor textarea
|
||||
// -----------------------
|
||||
|
||||
.editor {
|
||||
.box-sizing(border-box);
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
.uneditable-textarea.editor-html {
|
||||
white-space: normal;
|
||||
padding: 5px 3px 5px 5px;
|
||||
}
|
||||
textarea.editor-html {
|
||||
visibility: hidden; // Assume it will be replaced
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user