Files
phabricator/webroot/rsrc/css/application/phortune/phortune.css
T
epriestley 9a892dd906 Make Phortune checkout UI a little less bad
Summary: Ref T2787. There were some mega-uggo buttons and such; reduce the uggo-ness by a hair.

Test Plan: {F179686}

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T2787

Differential Revision: https://secure.phabricator.com/D10006
2014-07-23 10:36:37 -07:00

27 lines
355 B
CSS

/**
* @provides phortune-css
*/
.phortune-payment-icon {
width: 34px;
height: 34px;
}
.phortune-payment-method-list {
margin: 8px 24px 0;
}
.phortune-payment-method-list button {
margin: 4px 0;
width: 100%;
}
.phortune-payment-onetime-list {
width: 280px;
}
.phortune-payment-onetime-list button {
margin: 0 0 8px 0;
width: 100%;
}