Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
9 changes: 6 additions & 3 deletions redcap_v5.2.3/Resources/css/style_heh.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down Expand Up @@ -2352,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;}
#changeFont span {font-size:14px!important; font-family:Verdana, Arial, Geneva, sans-serif; color:#424242;}

td.label img{width:auto!important;}
2 changes: 1 addition & 1 deletion redcap_v5.2.3/Resources/css/survey_heh.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down