mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Style tweaking for Markdown editor
--HG-- branch : 1.x extra : rebase_source : f1877375866e7a17fdc7857638e674de720eee89
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user