Mercurial > hg > rc1
view plugins/new_user_dialog/newuserdialog.css @ 35:05c4c32948af
.hgignore: add vendor tree
composer.json: new packages
plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff
index.php: commented debugging hooks
others: new releases of vendor packages?
author | Charlie Root |
---|---|
date | Thu, 30 Aug 2018 16:21:59 -0400 |
parents | 1e000243b222 |
children |
line wrap: on
line source
/** Styles for the new-user-dialog box */ #newuserdialog { display: none; } #newuserdialog h3 { color: #333; font-size: normal; margin-top: 0; margin-bottom: 0; } #newuserdialog p.hint { margin-top: 0.5em; margin-bottom: 1em; font-style: italic; } #newuserdialog table td.title { color: #666; text-align: right; padding-right: 1em; white-space: nowrap; } #newuserdialog table td input, #newuserdialog table td textarea { width: 20em; } #newuserdialog .formbuttons { margin-top: 1.5em; text-align: center; } .ui-dialog-titlebar-close { display: none; }