margin-bottom:10px;
[contenteditable] {
- cursor: pointer;
+ cursor: text;
word-wrap: break-word;
min-height: 13px;
}
border-bottom: none !important;
}
+ tr td {
+ vertical-align: middle;
+ }
+
tr td:nth-child(1){
- width: 20%;
+ width: 30%;
}
tr td:nth-child(2) {
- width:80%;
+ width:70%;
}
tr td:nth-child(3) {
width: 14px;
- vertical-align: middle;
}
}
margin-right:6px;
}
+ .rng-visualEditor-metaRemoveBtn {
+ color: @red;
+ }
+
.btn {
padding:3px;
line-height:10px;
}
+
+ .drop-menu {
+ overflow: auto;
+ }
}
\ No newline at end of file