move around the purchase styles

This commit is contained in:
Chris Van 2012-04-11 16:48:33 -07:00
Родитель 005339a420
Коммит 70c3252fd8
4 изменённых файлов: 45 добавлений и 42 удалений

Просмотреть файл

Просмотреть файл

@ -0,0 +1,43 @@
@import 'lib';
#pay {
section {
height: 344px; // Bad idea but will have to polish this later.
.authors {
margin-top: 2px;
}
h1 {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
h2 {
font-size: 24px;
}
}
#preapproval {
border: 1px solid @border-blue;
color: @text;
padding: 15px 180px 3px 20px;
.border-radius(5px);
background: #fff url(../../img/mkt/paypal_cards.png) no-repeat 95% 11px;
background-size: 90px; // This may not be a good idea (browser resampling).
h3 {
font-weight: 600;
maergin-top: 5px;
}
// Colors below are PayPal specific.
button {
min-width: 200px;
.gradient-two-color(@white, #fee1a7);
border: 1px solid #fa0;
color: #333;
&:hover {
.box-shadow(0 2px 0 0 rgba(0,0,0,.1),
inset 0 -2px 0 0 rgba(0,0,0,.1),
inset 0 12px 24px 2px #facc6f);
background-color: @gray;
}
}
}
}

Просмотреть файл

@ -121,47 +121,6 @@ body {
position: relative;
}
#pay section {
height: 344px; // Bad idea but will have to polish this later.
.authors {
margin-top: 2px;
}
h1 {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
h2 {
font-size: 24px;
}
}
#preapproval {
border: 1px solid @border-blue;
color: @text;
padding: 15px 180px 3px 20px;
.border-radius(5px);
background: #fff url(../../img/mkt/paypal_cards.png) no-repeat 95% 11px;
background-size: 90px; // This may not be a good idea (browser resampling).
h3 {
font-weight: 600;
maergin-top: 5px;
}
// Colors below are PayPal specific.
button {
min-width: 200px;
.gradient-two-color(@white, #fee1a7);
border: 1px solid #fa0;
color: #333;
&:hover {
.box-shadow(0 2px 0 0 rgba(0,0,0,.1),
inset 0 -2px 0 0 rgba(0,0,0,.1),
inset 0 12px 24px 2px #facc6f);
background-color: @gray;
}
}
}
// 10 columns (portrait tablet)
@media (max-width: @10col) {
#site-header, #page {

Просмотреть файл

@ -84,11 +84,12 @@ CSS = {
'css/mkt/search.less',
'css/mkt/paginator.less',
'css/mkt/suggestions.less',
'css/mkt/purchases.less',
'css/mkt/support.less',
'css/mkt/account.less',
'css/mkt/account-purchases.less',
'css/mkt/home.less',
'css/mkt/login.less',
'css/mkt/purchase.less',
'css/devreg/l10n.less',
),
'mkt/in-app-payments': (