[Rt-commit] rtir branch, 4.0/incident-date-boxes-too-wide, created. 4.0.0-17-g3c23da3

Dustin Collins strega at bestpractical.com
Sat Jan 7 03:13:13 EST 2017


The branch, 4.0/incident-date-boxes-too-wide has been created
        at  3c23da37be8485b8a879a697178fa5a920174d4c (commit)

- Log -----------------------------------------------------------------
commit 3c23da37be8485b8a879a697178fa5a920174d4c
Author: Dustin Collins <strega at bestpractical.com>
Date:   Sat Jan 7 03:13:01 2017 -0500

    Fix incident create due and start text input width
    
    Added a negate to datepicker to prevent the text width from preceding the date picker width.
    Avoided adding a new !important rule so datepicker will continue to inherit it's appearance.
    
    Fixes: I#31870

diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index 4edbd4e..1afaccf 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -87,7 +87,7 @@ body.rtir #comp-RTIR-Search .submit {
     width: 58%;
 }
 
-body.rtir #ticket-create-incident input[type=text],
+body.rtir #ticket-create-incident input[type=text]:not(.datepicker),
 body.rtir #ticket-create-investigation input[type=text]
 {
     width: 90%;

-----------------------------------------------------------------------


More information about the rt-commit mailing list