Remository remositoryfilelisthead ID |
|
remositoryfilelisthead ID is assigned to a DIV tag which displays the files listed in a container. This id is defined in v-classes/remositoryFileListHTML.php, fileListHeading function.
As shown in the following image, the heading is displayed in a H3 tag and the order by links are placed in a SPAN tag with id = "remositoryorderby".
You can use contextual selectors to style the heading. div#remositoryfilelisthead h3{
/* CSS Styles */ } Defined in:v-classes/remositoryFileListHTML.php
Assigned to:DIV Tag
remositoryfilelisthead ID examplediv#remositoryfilelisthead {
/* CSS Styles */ } div#remositoryfilelisthead h3{ /* CSS Styles */ }
|
