[Rt-commit] rt branch, 4.0/mobile-fix, updated. rt-4.0.1rc1-14-gc26cde4
? sunnavy
sunnavy at bestpractical.com
Mon Aug 1 12:15:17 EDT 2011
The branch, 4.0/mobile-fix has been updated
via c26cde4f19daee8d378f75a2b7e231dc08dfdc7b (commit)
from c077f2f8e67a02f23ab80e3194f48e1e6087b7c8 (commit)
Summary of changes:
share/html/m/_elements/raw_style | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c26cde4f19daee8d378f75a2b7e231dc08dfdc7b
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Aug 2 00:14:20 2011 +0800
100% width checkbox takes a whole line at least on chrome at ubuntu
besides, we don't need to set width: 100% for all the inputs
diff --git a/share/html/m/_elements/raw_style b/share/html/m/_elements/raw_style
index 5dd9bd4..2f3f3fd 100644
--- a/share/html/m/_elements/raw_style
+++ b/share/html/m/_elements/raw_style
@@ -465,7 +465,7 @@ div.entry, tr.input-row {
}
-input, input[type=text], input[type=password], select {
+input[type=text], input[type=password], select {
width: 100%;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list