Normal Text Editor Design Modified

This commit is contained in:
Prasath Mani 2018-11-20 17:52:13 +05:30
parent 83a5f1d7b8
commit 1accf6739a

View file

@ -2604,7 +2604,7 @@ global $lang;
right: 30px right: 30px
} }
#editor { #editor {
top: 50px; top: 60px;
bottom: 5px; bottom: 5px;
left: 30px left: 30px
} }
@ -2621,6 +2621,12 @@ global $lang;
color: #296ea3; color: #296ea3;
border: 1px solid #296ea3 border: 1px solid #296ea3
} }
#normal-editor {
border-radius: 3px;
border-width: 2px;
padding: 10px;
outline: none;
}
.btn-2 { .btn-2 {
border-radius: 0; border-radius: 0;
padding: 3px 6px; padding: 3px 6px;