From: friendica Date: Fri, 13 Jan 2012 04:35:05 +0000 (-0800) Subject: reset width of openid input, settings page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28edeefc14db12633c1a27fabb85d11aa45f660d;p=friendica.git reset width of openid input, settings page --- diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 61172851d2..8444ad394c 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;