[Rt-commit] rt branch, 4.0/mobile-appearance, created. rt-4.0.0-180-g5fa2080
Thomas Sibley
trs at bestpractical.com
Thu May 5 10:56:38 EDT 2011
The branch, 4.0/mobile-appearance has been created
at 5fa208035b9179769b449d8b81a28d829e4f5f16 (commit)
- Log -----------------------------------------------------------------
commit 5fa208035b9179769b449d8b81a28d829e4f5f16
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu May 5 10:55:00 2011 -0400
Allow input fields to fill up the entire width
span.value elements aren't affected, such as those in the ticket list.
diff --git a/share/html/m/_elements/raw_style b/share/html/m/_elements/raw_style
index a645cca..048f018 100644
--- a/share/html/m/_elements/raw_style
+++ b/share/html/m/_elements/raw_style
@@ -156,7 +156,11 @@ hr.clear {
}
.value {
font-weight: bold;
- display:inline-block;
+ display: inline-block;
+}
+
+div.value {
+ display: block;
}
ul.ticketlist {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list