diff options
author | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-01 00:25:40 +0300 |
---|---|---|
committer | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-01 00:25:40 +0300 |
commit | 34356f6d27e564c0d0b687e6cb384e31219222b0 (patch) | |
tree | 31cc7bd49e881cc037eca7e2b877e9e9d3a4689f /style | |
parent | ee4e4461dc0c1ffffc00fbde9698dd379153aa8f (diff) | |
download | Post-SMTP-34356f6d27e564c0d0b687e6cb384e31219222b0.zip |
smtp mailer + bugs
Diffstat (limited to 'style')
-rw-r--r-- | style/jquery-steps/jquery.steps.css | 1 | ||||
-rw-r--r-- | style/postman.css | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/style/jquery-steps/jquery.steps.css b/style/jquery-steps/jquery.steps.css index 0a2e58b..ac157c7 100644 --- a/style/jquery-steps/jquery.steps.css +++ b/style/jquery-steps/jquery.steps.css @@ -163,7 +163,6 @@ .wizard > .content > .body { float: left; - position: absolute; width: 95%; height: 95%; padding: 2.5%; diff --git a/style/postman.css b/style/postman.css index 2366e10..7e314a4 100644 --- a/style/postman.css +++ b/style/postman.css @@ -19,6 +19,7 @@ #postman-main-menu.welcome-panel { padding: 0px 10px 5px; + overflow: hidden; } #postman-main-menu.advanced_config { @@ -93,7 +94,8 @@ dt em { p#back_to_main_menu { text-align: right; - margin-top: 10px + margin-top: 10px; + padding-right: 10px; } .welcome-panel-column welcome-panel-last { |