diff options
Diffstat (limited to 'public/editor-files/style.css')
-rw-r--r-- | public/editor-files/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/editor-files/style.css b/public/editor-files/style.css index e4099ee..ec4c0f6 100644 --- a/public/editor-files/style.css +++ b/public/editor-files/style.css @@ -183,6 +183,9 @@ select.form-select-small { .publish-dropdown .dropdown-content a { color: #51a1a8; } +.publish-dropdown .dropdown-content table#publish-fields td { + vertical-align: middle; +} .publish-dropdown input { font-family: sans-serif; } |