style text box

This commit is contained in:
Rafael Schouten
2014-10-03 16:06:15 +10:00
parent bb24e1ce88
commit 34ceb9c226

View File

@@ -211,10 +211,19 @@ table#listing_enterprise_groups {
}
// textAngular wysiwyg
text-angular .btn-group {
display: inline;
margin-right: 8px;
button {
padding: 5px 10px;
text-angular {
.ta-scroll-window > .ta-bind {
max-height: 400px;
min-height: 100px;
}
.ta-scroll-window.form-control {
min-height: 100px;
}
.btn-group {
display: inline;
margin-right: 8px;
button {
padding: 5px 10px;
}
}
}