Moved css for editor texteare to form styles

This commit is contained in:
Arnold Daniels
2012-10-11 04:05:31 +02:00
parent f0711626bd
commit a30f7c9493
3 changed files with 18 additions and 18 deletions

View File

@@ -18,7 +18,6 @@
// Base CSS
@import "forms.less";
@import "forms-uneditable.less";
@import "forms-editor.less";
@import "actions-areas.less";
@import "rowlink.less";

View File

@@ -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
}

View File

@@ -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
}