Index: production/themes/components/imagelist.css =================================================================== diff -u -r330 -r508 --- production/themes/components/imagelist.css (.../imagelist.css) (revision 330) +++ production/themes/components/imagelist.css (.../imagelist.css) (revision 508) @@ -20,6 +20,21 @@ color: #232020 !important; } +.eConRadioButtonsCell .eConImageRadioLabel .ui-button { + border: none !important; + width: 28px; + height: 24px; +} +.eConRadioButtonsCell .eConImageRadioLabel .ui-icon { + background: url('../images/vh-info.png'); + background-size: 100%; + width: 17px; + height: 17px; + border-radius: 100%; + border: 1px solid white !important; + /*filter: grayscale(100%) brightness(120%);*/ +} + .eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption, .eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext, .eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext { @@ -40,25 +55,29 @@ .eConRadioButtonsCell .eConImageRadioLabel:checked + label span { color: #fff !important; - background-color: #232020; - border: 1px solid #232020; + /*background-color: #232020;*/ + background-color: transparent; + /*border: 1px solid #232020;*/ + border: none; border-bottom: 0; } .eConRadioButtonsCell .eConImageRadioLabel:checked + label:after { - content: none; + /* content: none; */ } .eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span { - background-color: #ce1719; + /*background-color: #ce1719;*/ + background-color: transparent; color: #fff !important; - border: 1px solid #ce1719; + /*border: 1px solid #ce1719;*/ + border: none; border-bottom: 0; } .eConRadioButtonsCell .eConImageRadioLabel:checked + label span:after, .eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after { - content: ""; + /*content: "";*/ position: absolute; height: 3px; bottom: 6px; @@ -70,5 +89,5 @@ background-color: #232020; } label.eConImageRadioLabel { - margin-bottom: 5px; + margin-bottom: 0px; } \ No newline at end of file Index: production/themes/components/bottom-buttons.css =================================================================== diff -u -r346 -r508 --- production/themes/components/bottom-buttons.css (.../bottom-buttons.css) (revision 346) +++ production/themes/components/bottom-buttons.css (.../bottom-buttons.css) (revision 508) @@ -4,11 +4,16 @@ border-radius: 0; border: 1px solid #dbdbdb; border-collapse: collapse; + + justify-content: center; } .vh-button-bottom .ui-button .ui-button-text { - top: 25px; + /*top: 25px;*/ position: relative; font-weight: bold; display: inline; + + text-indent: 0; + margin-top: 45px; } \ No newline at end of file Index: production/themes/components/heading.css =================================================================== diff -u -r124 -r508 --- production/themes/components/heading.css (.../heading.css) (revision 124) +++ production/themes/components/heading.css (.../heading.css) (revision 508) @@ -1,43 +1,53 @@ .ui-ribbon.ui-widget-header { - background: none; - text-align: center; - overflow: visible; + background: none; + text-align: center; + overflow: visible; + height: auto; } .ui-ribbon ul { - float: none; + float: none; + margin-bottom: 10px; } li.ui-ribbon-item { - color: #23272a; - margin-right: 20px; + color: #23272A; + margin-right: 20px; + height: auto; } +.ui-button, .ui-ribbon-button { - border: 1px solid #b3b3b3 !important; - width: 90px; - border-radius: 0; + border: 1px solid #B3B3B3 !important; + border-radius: 0; + display: flex; + width: auto; + height: auto; + padding: .5em .8em; + font-size: 13px !important; } -.ui-ribbon ul li .ui-ribbon-button.eConButton span { - font-weight: bold; +.ui-button-text, +.ui-ribbon-button-text { + font-weight: bold !important; + position: static !important; + height: auto !important; + font-size: inherit; } -.ui-ribbon ul li .ui-ribbon-button.eConButton span.ui-ribbon-button-text { - position: absolute; - bottom: 0; - right: 0; - top: auto; -} - .ui-ribbon ul li .ui-ribbon-button.eConButton:hover { - background-color: #fff !important; - border: 1px solid transparent; + background-color: #FFF !important; + border: 1px solid transparent; } +.ui-icon, .ui-ribbon-button-icon { - position: static; - top: auto; - left: auto; - margin: -30px auto 0 auto; -} \ No newline at end of file + position: static; + width: 1.2em; + height: 1.2em; + margin: 0 .5em 0 0; +} +.ui-ribbon-button-icon { + min-height: 16px; + min-width: 16px; +} Index: production/themes/components/general.css =================================================================== diff -u -r186 -r508 --- production/themes/components/general.css (.../general.css) (revision 186) +++ production/themes/components/general.css (.../general.css) (revision 508) @@ -31,3 +31,25 @@ float: right; } */ + +.ui-dialog.ui-front { + width: 1050px !important; + max-width: 85% !important; + left: 0 !important; + right: 0; + margin: 0 auto; +} + +.ui-dialog.ui-front .ui-dialog-buttonset { + display: flex; +} + +.eConMain .eConExpandCollapseReferenceButton.ui-button { + display: inline-block; + background: #f6f6f6; + border: none !important; +} +.eConMain .eConExpandCollapseReferenceButton.ui-button.ui-state-active { + background: #ce1719; +} + Index: production/themes/images/vh-info.png =================================================================== diff -u Binary files differ