diff options
author | friendica <info@friendica.com> | 2012-01-12 20:35:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 20:35:05 -0800 |
commit | 28edeefc14db12633c1a27fabb85d11aa45f660d (patch) | |
tree | 84c496666da7d3b1abc7e25adb42b00f4b58857c /view | |
parent | 520ba0960bf222cdaabf55707f48ead02d7c505f (diff) | |
download | volse-hubzilla-28edeefc14db12633c1a27fabb85d11aa45f660d.tar.gz volse-hubzilla-28edeefc14db12633c1a27fabb85d11aa45f660d.tar.bz2 volse-hubzilla-28edeefc14db12633c1a27fabb85d11aa45f660d.zip |
reset width of openid input, settings page
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 61172851d..8444ad394 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -37,6 +37,10 @@ img { border :0px; } } +#id_openid_url { + width: 384px; +} + code { font-family: Courier, monospace; white-space: pre; |