From ba132c102379ebfa403a9879fcf4e4049cd95eab Mon Sep 17 00:00:00 2001 From: Christa Date: Thu, 13 Feb 2014 01:25:52 -0500 Subject: [PATCH 1/3] adjust font size and width for date field fixes #17 --- redcap_v5.2.3/Resources/css/style_heh.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/redcap_v5.2.3/Resources/css/style_heh.css b/redcap_v5.2.3/Resources/css/style_heh.css index 951ecce..07f506f 100644 --- a/redcap_v5.2.3/Resources/css/style_heh.css +++ b/redcap_v5.2.3/Resources/css/style_heh.css @@ -1836,8 +1836,9 @@ table.metachanges td { padding:2px 3px; } .x-form-field{ margin: 5px 0 10px 0; font-family: font-family:"proxima_novaregular", Arial, Helvetica, sans-serif; - font-size: 18px; - color:#424242; + font-size: 15px; + color:#424242; + width:90px!important; } .x-form-field select {background: url(../images/arrow.png) no-repeat right #ddd;} From 85c2aa7fbfb600121d9b9cba55be77c0a8e0c872 Mon Sep 17 00:00:00 2001 From: Christa Date: Thu, 13 Feb 2014 01:29:15 -0500 Subject: [PATCH 2/3] Calendar doesn't display properly in REDCap fixes #16 --- .../Resources/css/smoothness/jquery-ui-1.8.12.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redcap_v5.2.3/Resources/css/smoothness/jquery-ui-1.8.12.custom.css b/redcap_v5.2.3/Resources/css/smoothness/jquery-ui-1.8.12.custom.css index 65ce598..fef10af 100755 --- a/redcap_v5.2.3/Resources/css/smoothness/jquery-ui-1.8.12.custom.css +++ b/redcap_v5.2.3/Resources/css/smoothness/jquery-ui-1.8.12.custom.css @@ -521,7 +521,7 @@ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra pad .ui-datepicker select.ui-datepicker-month-year {width: 100%;} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;} -.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker table {width: 100%!important; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } From bfc15f83719efb3e8d5418588d24261850b54705 Mon Sep 17 00:00:00 2001 From: Christa Date: Thu, 13 Feb 2014 01:36:47 -0500 Subject: [PATCH 3/3] Fix Image Issue on IE - Image to Small hope fixes #14 this is a little hard to inspect because I don't know how to see the actual surveys where the images are and I can't inspect elements within browser stack. I think this should fix any issues though. --- redcap_v5.2.3/Resources/css/style_heh.css | 4 +++- redcap_v5.2.3/Resources/css/survey_heh.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/redcap_v5.2.3/Resources/css/style_heh.css b/redcap_v5.2.3/Resources/css/style_heh.css index 07f506f..aef9f21 100644 --- a/redcap_v5.2.3/Resources/css/style_heh.css +++ b/redcap_v5.2.3/Resources/css/style_heh.css @@ -2353,4 +2353,6 @@ table.mtxchoicetable td.data_mtxchoice input[type="radio"], table.mtxchoicetable .cc_info a:link, .cc_info a:visited, .cc_info a:active, .cc_info a:hover{ font-size: 11px; } .randomizationDuplLabel { display:none; } -#changeFont span {font-size:14px!important; font-family:Verdana, Arial, Geneva, sans-serif; color:#424242;} \ No newline at end of file +#changeFont span {font-size:14px!important; font-family:Verdana, Arial, Geneva, sans-serif; color:#424242;} + +td.label img{width:auto!important;} \ No newline at end of file diff --git a/redcap_v5.2.3/Resources/css/survey_heh.css b/redcap_v5.2.3/Resources/css/survey_heh.css index d247c7c..334be0b 100644 --- a/redcap_v5.2.3/Resources/css/survey_heh.css +++ b/redcap_v5.2.3/Resources/css/survey_heh.css @@ -94,7 +94,7 @@ td.data, td.label, td.label_matrix, td.data_matrix { background: #fff; } td.data { width: 310px; } -td.label { width:840px; max-width:100%; } +td.label { width:840px; max-width:100%; width: 100% !important; } td.label.quesnum { width:30px !important; display: none; } .label a:link, .label a:visited, .label a:active, .label a:hover { font-family: Arial; } td.label_matrix {