reset width of openid input, settings page
This commit is contained in:
parent
520ba0960b
commit
28edeefc14
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ img { border :0px; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#id_openid_url {
|
||||||
|
width: 384px;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
|
Loading…
Reference in a new issue