mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 21:37:10 +00:00
add some styling to otp form
This commit is contained in:
19
utility.css
19
utility.css
@@ -221,3 +221,22 @@ fieldset label {
|
||||
color : gray;
|
||||
}
|
||||
|
||||
body.otp {
|
||||
margin : 1em;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
form.otpform {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
form.otpform label {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
body.otp div.content {
|
||||
display : inline-block;
|
||||
width : auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user