Searched refs:fold (Results 1 - 7 of 7) sorted by relevance

/opengrok/web/default/
H A Dprint.css540 span.fold-icon {
544 span.fold-space {
H A Dstyle.css1059 span.fold-icon {
1068 span.fold-space {
1080 /** --------------- fold arrows for main page ------------ */
1082 .fold-down:before {
1086 .fold-up:before {
1090 .fold {
/opengrok/web/offwhite/
H A Dprint.css548 span.fold-icon {
552 span.fold-space {
H A Dstyle.css1091 span.fold-icon {
1100 span.fold-space {
1112 /** --------------- fold arrows for main page ------------ */
1114 .fold-down:before {
1118 .fold-up:before {
1122 .fold {
/opengrok/web/polished/
H A Dprint.css548 span.fold-icon {
552 span.fold-space {
H A Dstyle.css1169 span.fold-icon {
1178 span.fold-space {
1190 /** --------------- fold arrows for main page ------------ */
1192 .fold-down:before {
1196 .fold-up:before {
1200 .fold {
/opengrok/web/js/
H A Dutils.js1648 $('.fold-space, .fold-icon, .unfold-icon').toggle()
1653 $('.fold-space, .fold-icon, .unfold-icon').show()
1817 function fold(id) { function
1822 .toggleClass('fold-icon')
1823 $('#' + id + '_fold').toggle('fold');

Completed in 23 milliseconds