Style tweaking for Markdown editor

--HG--
branch : 1.x
extra : rebase_source : f1877375866e7a17fdc7857638e674de720eee89
This commit is contained in:
Bertrand Le Roy
2013-03-07 17:47:30 -08:00
parent 05173e883b
commit 2485fdf1ff

View File

@@ -32,6 +32,15 @@
line-height: 1.2;
}
#main .wmd-editor-box textarea.wmd-input {
display:block;
margin-bottom: 0;
width: 97%;
min-width: 400px;
height: 80%;
resize: horizontal;
}
.wmd-box {
display: table;
position: relative;
@@ -102,6 +111,11 @@
padding: 0;
}
.wmd-prompt-dialog {
border: solid 1px #ccc;
background-color: white;
}
/* Grippie */
div.grippie {
@@ -114,11 +128,3 @@ div.grippie {
margin-top: 9px;
overflow:hidden;
}
#main .wmd-editor-box textarea.wmd-input {
display:block;
margin-bottom: 0;
width: 97%;
height: 80%;
resize: horizontal;
}