admin.css in BUEditor 5
Same filename and directory in other branches
.button-table {
width: 100%;
}
.button-table tr.new-button {
background-color: #feebed;
}
.button-table td{
vertical-align: top;
}
.button-table th.content {
width: 50%;
}
.sel-action {
text-align: right;
}
.sel-action div {
display: inline;
}
.sel-action select, .sel-action input {
margin: 0px;
}
#editor-demo {
width: 94%;
}
File
admin/admin.cssView source
-
- .button-table {
- width: 100%;
- }
- .button-table tr.new-button {
- background-color: #feebed;
- }
- .button-table td{
- vertical-align: top;
- }
- .button-table th.content {
- width: 50%;
- }
- .sel-action {
- text-align: right;
- }
- .sel-action div {
- display: inline;
- }
- .sel-action select, .sel-action input {
- margin: 0px;
- }
- #editor-demo {
- width: 94%;
- }