Display the Markdown logo in textareas which support it.

This commit is contained in:
James Brooks
2015-01-17 22:48:48 +00:00
parent d9682a7b5f
commit 82b651ddbd
6 changed files with 31 additions and 7 deletions
+16
View File
@@ -7,6 +7,22 @@ textarea {
overflow: auto;
}
.markdown-control {
position: relative;
&:before {
position:absolute;
display:block;
right:0%;
bottom:0%;
width:40px;
height:40px;
font-size: 2em;
font-family: "Ionicons";
content: "\f4e6";
}
}
.form-control {
display: block;
width: 100%;