mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Added album and item view icons (album, hybrid, slideshow, full size). Added "Options" menu placeholder to display item options (add, edit, subscribe, permissions, etc.). Renamed gAlbumHeaderMenu to gItemMenu which can be used on both album and item views.
This commit is contained in:
@@ -299,6 +299,10 @@ table.gBlockContent td {
|
||||
|
||||
/* Album ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
#gAlbumHeader {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#gAlbumHeader h1 {
|
||||
display: inline;
|
||||
margin-right: .6em;
|
||||
@@ -309,10 +313,6 @@ table.gBlockContent td {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#gAlbumHeaderButtons {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#gAlbumGrid {
|
||||
margin-top: 20px;
|
||||
}
|
||||
@@ -492,6 +492,18 @@ table.gMetadata td.toggle {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#gItemMenu {
|
||||
margin: 0 0 20px 20px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#gItemMenu li {
|
||||
float: left;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
/* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
#gBreadcrumbs {
|
||||
@@ -656,8 +668,10 @@ table.gMetadata td.toggle {
|
||||
|
||||
.gButtonLink {
|
||||
border: 1px solid #ccc;
|
||||
padding: 5px;
|
||||
margin-left: 5px;
|
||||
display: block;
|
||||
height: 24px;
|
||||
line-height: 1.7em;
|
||||
padding: 3px 1em 0;
|
||||
}
|
||||
|
||||
.gButtonLink:hover {
|
||||
|
||||
Reference in New Issue
Block a user