diff options
author | Zach Copley <zach@status.net> | 2010-10-22 11:21:44 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-22 11:21:44 -0700 |
commit | 3913b6a5d8fe4b1815d1234989e1287715225fe0 (patch) | |
tree | 061292ea9532c9ebd5a4576d1e057dd3fc5d81ad /actions | |
parent | 1caa08429f591b170da210d72f3501843f2bc657 (diff) |
Updated styling for OAuth authorization page's desktop mode.
TODO: move these styles into the main CSS file.
Diffstat (limited to 'actions')
-rw-r--r-- | actions/apioauthauthorize.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php index 9929c36c0..b83582702 100644 --- a/actions/apioauthauthorize.php +++ b/actions/apioauthauthorize.php @@ -333,7 +333,7 @@ class ApiOauthAuthorizeAction extends Action parent::showStyleSheets(); if ($this->desktopMode()) { - $this->style('#wrap {min-width: 500px; } #content {width: 480px; padding: 10px;} fieldset {margin-bottom: 10px !important;}</style>'); + $this->style('#wrap {min-width: 500px;} #content {width: 480px; padding: 6px; margin: 4px 0px 0px 4px; border-top-left-radius: 7px; -moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px;} fieldset {margin-bottom: 10px !important;}'); } } |