[geeklog-hg] geeklog: In Denim theme made the OAuth login buttons size not 10...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Feb 9 11:11:09 EST 2015


changeset 9574:3956c9a4d104
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3956c9a4d104
user: Tom
date: Mon Feb 09 11:10:39 2015 -0500
description:
In Denim theme made the OAuth login buttons size not 100% of container to prevent buttons from displaying across the entire screen when viewing the login form directly (for example www.yoursite.com/users.php)

diffstat:

 public_html/layout/denim/css_ltr/style.css |  1 -
 public_html/layout/denim/css_rtl/style.css |  1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 397381a2f84b -r 3956c9a4d104 public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Wed Jan 21 21:48:57 2015 -0500
+++ b/public_html/layout/denim/css_ltr/style.css	Mon Feb 09 11:10:39 2015 -0500
@@ -1647,7 +1647,6 @@
 }
 
 form.third-party-login div input {
-  width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
diff -r 397381a2f84b -r 3956c9a4d104 public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Wed Jan 21 21:48:57 2015 -0500
+++ b/public_html/layout/denim/css_rtl/style.css	Mon Feb 09 11:10:39 2015 -0500
@@ -1647,7 +1647,6 @@
 }
 
 form.third-party-login div input {
-  width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;



More information about the geeklog-cvs mailing list