[Rt-commit] rt branch, 4.0/time-picker-overflow-fix,	created. rt-4.0.1rc1-5-g8aa4e00
    ? sunnavy 
    sunnavy at bestpractical.com
       
    Mon May 30 03:49:16 EDT 2011
    
    
  
The branch, 4.0/time-picker-overflow-fix has been created
        at  8aa4e0063b3cd55ec8b7710cee38f76c7397e626 (commit)
- Log -----------------------------------------------------------------
commit 8aa4e0063b3cd55ec8b7710cee38f76c7397e626
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon May 30 13:45:16 2011 +0800
    make hour/minute row a bit left as it is long and may right-overflow
diff --git a/share/html/NoAuth/css/base/ui.timepickr.custom.css b/share/html/NoAuth/css/base/ui.timepickr.custom.css
index 35bfa62..0fdfd4a 100644
--- a/share/html/NoAuth/css/base/ui.timepickr.custom.css
+++ b/share/html/NoAuth/css/base/ui.timepickr.custom.css
@@ -49,6 +49,11 @@
     font-size: 1.1em;
 }
 
+.ui-timepickr ol.ui-timepickr-row:nth-child(2), .ui-timepickr ol.ui-timepickr-row:nth-child(3) {
+    margin-left: -150px;
+}
+
 .ui-timepickr-button span {
     background: white;
 }
+
-----------------------------------------------------------------------
    
    
More information about the Rt-commit
mailing list