Remository remositorythumbupdate ID |
|
When you click on "Update Thumbnails" links in file details page, the "Update Thumbnails" page appears. All the contents on this page are wrapped by a DIV tag with id = remositorythumbupdate. The file details are displayed in a definition list and you can declare css rules to format the list items.
The page heading (Update Thumbnails) is displayed in a H2 tag. There is also another div called remositorydelthumb which displays the file thumbnail.
div#remositorythumbupdate is defined in thumbUpdateHTML function in v-classes/remositoryThumbUpdateHTML.php
Defined in:v-classes/remositoryThumbUpdateHTML.php
Assigned to:DIV Tag
remositorythumbupdate ID examplediv#remositorythumbupdate{
/* CSS Styles */ } div#remositorythumbupdate dt { /* CSS Styles */ } div#remositorythumbupdate dd { /* CSS Styles */ {
|
