[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. b587de61377e2080561743f6e36b1cd78b29d2f4
Thomas Sibley
trs at bestpractical.com
Mon Mar 11 19:44:39 EDT 2013
The branch, rt4 has been updated
via b587de61377e2080561743f6e36b1cd78b29d2f4 (commit)
from cd776eb4c564f4e7f99b4c0eb08c794e7d10ff1f (commit)
Summary of changes:
html/NoAuth/css/rt.cpan.org.css | 7 +++++++
1 file changed, 7 insertions(+)
- Log -----------------------------------------------------------------
commit b587de61377e2080561743f6e36b1cd78b29d2f4
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Mar 11 16:44:13 2013 -0700
Collapse the login page to a single column on narrow screens
diff --git a/html/NoAuth/css/rt.cpan.org.css b/html/NoAuth/css/rt.cpan.org.css
index f669eac..bbd2688 100644
--- a/html/NoAuth/css/rt.cpan.org.css
+++ b/html/NoAuth/css/rt.cpan.org.css
@@ -64,6 +64,13 @@
padding: 0;
}
+ at media(max-width: 650px) {
+ #rtcpan-explanation, #rtcpan-login {
+ width: auto;
+ float: none;
+ }
+}
+
#login-box {
width: 90%;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list