diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-10-15 06:46:12 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-10-15 06:46:12 +0000 |
commit | ca6c8f41c1a2b9a4b5acae91419a6a114e1c77c6 (patch) | |
tree | 40ff112761d82af1d8c1c89d30ede8206502e17b /style/postman.css | |
parent | 8812fbf61bde539d1599e239044595ccb8a2c3a5 (diff) | |
download | Post-SMTP-ca6c8f41c1a2b9a4b5acae91419a6a114e1c77c6.zip |
release
Diffstat (limited to 'style/postman.css')
-rw-r--r-- | style/postman.css | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/style/postman.css b/style/postman.css new file mode 100644 index 0000000..1019387 --- /dev/null +++ b/style/postman.css @@ -0,0 +1,84 @@ +@CHARSET "UTF-8"; + +#postman-main-menu.welcome-panel { + padding: 0px 10px 5px; +} + +#postman-main-menu.advanced_config { + margin: 0; +} + +form#postman_wizard legend, form#postman_test_email_wizard legend { + font-weight: bold; +} + +form label { + font-weight: bold; + margin-right: 10px; +} + +form span.postman_input_description { + font-size: 0.8em; +} + +table#connectivity_test_table { + width: 100%; + display: none; + border: solid 1px #ddd; +} + +table#connectivity_test_table tr { + background-color: #fff; +} + +table#connectivity_test_table tr td { + padding: 5px; + margin: 0; + text-align: center; +} + +table th.port_25, table th.port_443, table th.port_465, table th.port_587 + { + width: 17%; +} + +table#testing_table td.port { + width: 100px; +} + +p#wizard_oauth2_help span.error { + color: red; +} + +form#postman_wizard span.postman_input_description + label { + margin-top:2em; +} + +fine_print { + font-size: 0.9em; +} + +input.input_plugin_radio { + margin-left: 20px; +} + +.wizard>.content { + min-height: 32em; +} + +dt { + font-style: italic; +} + +dt em { + font-style: normal; +} + +p#back_to_main_menu { + text-align: right; + margin-top: 10px +} + +.welcome-panel-column welcome-panel-last { + padding-bottom: 10px; +}
\ No newline at end of file |