]> git.mxchange.org Git - friendica.git/commitdiff
reset width of openid input, settings page
authorfriendica <info@friendica.com>
Fri, 13 Jan 2012 04:35:05 +0000 (20:35 -0800)
committerfriendica <info@friendica.com>
Fri, 13 Jan 2012 04:35:05 +0000 (20:35 -0800)
view/theme/duepuntozero/style.css

index 61172851d2611cca99fdf874f898871058980d48..8444ad394cfa1798b087c230138989b3319c8afa 100644 (file)
@@ -37,6 +37,10 @@ img { border :0px; }
 
 }
 
+#id_openid_url {
+       width: 384px;
+}
+
 code {
        font-family: Courier, monospace;
        white-space: pre;