mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* 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.
26 lines
405 B
CSS
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;
|
|
}
|