Skip to content

Commit

Permalink
Allow icon and tooltip used for XOT interface buttons to be changed i…
Browse files Browse the repository at this point in the history
…n editor with:

 - New navigation buttons opt property at project level (controls next, previous, contents & home buttons)
 - New title & icon fields in existing opt properties (help file, glossary, tracking (for save session button), show / hide footer tools)
 - WCAG logo & link optional properties are now in an optional property called Accessibility which also allows you to change label & icon (or hide altogether) the accessibility options button
  • Loading branch information
FayCross committed Jul 14, 2022
1 parent 74d8753 commit df1d141
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 285 deletions.
2 changes: 1 addition & 1 deletion editor/css/complex.css
Expand Up @@ -728,7 +728,7 @@ td.wizardlabel {
}

.wizardgroup .column_table td.wizardlabel {
min-width: auto;
/*min-width: auto;*/
}

td.wizardvalue {
Expand Down
Expand Up @@ -670,4 +670,27 @@ textarea {
/*#pageContents and #adaptiveContentMain not usually an actionable item so hide focus border*/
#pageContents:focus,#adaptiveContentMain:focus{
outline:none;
}

/* --INTERFACE BUTTONS WITH CUSTOM FONT AWESOME ICONS SET IN EDITOR-------------------------------------------------------------- */

.customIconBtn:after {
content: none !important;
}


#x_footerBlock > div:not(#x_pageNarration) button.customIconBtn span {
display: block;
}
.x_responsive #x_footerBlock > div:not(#x_pageNarration) button.customIconBtn,
#x_footerBlock button.customIconBtn {
font-size: 1.9em;
}

#x_footerBlock #x_footerChevron i {
font-size: 1.3em;
}

#x_footerBlock button.customIconBtn .ui-icon {
transform: translate(25%,25%);
}

0 comments on commit df1d141

Please sign in to comment.