Files
aowow/static/css/article-editing.css
Sarjuuk b890d6504e Guides: initial implementation
* a guide is a wrapper around an article providing management tools.
 * administration is limited to the review process. Needs to be expanded.
 * articles on DB pages are seperate. Editor will be added in the future.
2022-03-22 15:43:39 +01:00

26 lines
405 B
CSS

#editToolbar td {
padding-bottom: 5px;
}
.button {
vertical-align: middle;
font-family: Verdana, sans-serif;
padding: 1px 5px;
margin-right: 1px;
font-size: 12px;
width: auto !important;
}
#editBox, #qfBox {
margin: 0;
padding: 0;
width: 100%;
height: 500px;
font-size: 13px;
}
.menu-buttons a {
border-color: transparent;
_border-color: #000;
}