mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing premium upgrade form
This commit is contained in:
parent
074463dd09
commit
790589e3fb
1 changed files with 6 additions and 1 deletions
|
@ -55,6 +55,10 @@
|
|||
width: 360px;
|
||||
}
|
||||
|
||||
.NB-stripe-form {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.NB-static-form input,
|
||||
.NB-static-form select {
|
||||
font-size: 14px;
|
||||
|
@ -70,7 +74,8 @@
|
|||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.NB-static-oauth .NB-static-form .controls input {
|
||||
.NB-static-oauth .NB-static-form .controls input,
|
||||
.NB-stripe-form.NB-static-form .controls input {
|
||||
width: 180px;
|
||||
}
|
||||
.NB-static-form .NB-label-right {
|
||||
|
|
Loading…
Add table
Reference in a new issue