mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
First iteration of the organize functionality (orginally called bulk
edit). There is limited functionality in no edits work. This is primary a chance for the team to review the ui. It is in a separate module to isolate the changes. Eventually, it will be moved back into core.
This commit is contained in:
98
modules/organize/css/organize.css
Normal file
98
modules/organize/css/organize.css
Normal file
@@ -0,0 +1,98 @@
|
||||
/* @todo move to theme css */
|
||||
#gOrganizeTreeContainer,
|
||||
#gMicroThumbContainer {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#gMicroThumbContainer #gMicroThumbGrid {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#gMicroThumbContainer #gMicroThumbGrid .gMicroThumb {
|
||||
border: 1px solid #e8e8e8;
|
||||
border-right-color: #ccc;
|
||||
border-bottom-color: #ccc;
|
||||
float: left;
|
||||
font-size: .7em;
|
||||
height: 9em;
|
||||
margin-left: .5em;
|
||||
margin-top: .5em;
|
||||
overflow: hidden;
|
||||
padding: .5em;
|
||||
text-align: center;
|
||||
width: 9em;
|
||||
}
|
||||
|
||||
#gOrganizeAlbumDescription {
|
||||
height: 2em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#gMicroThumbContainer #gMicroThumbGrid .gAlbum {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
|
||||
#gMicroThumbContainer #gMicroThumbGrid :hover {
|
||||
background-color: #09F !important;
|
||||
opacity: .3;
|
||||
}
|
||||
|
||||
.gThumbSelected {
|
||||
border: 0.2em solid #0099FF !important;
|
||||
}
|
||||
|
||||
.gBranchSelected {
|
||||
background-color: #6CF !important;
|
||||
}
|
||||
|
||||
.gBranchText {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gBranchCollapsed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gBranchEmpty {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#gOrganizeTreeContainer ul ul li {
|
||||
padding-left: 1.2em;
|
||||
}
|
||||
|
||||
#gOrganizeFormButtons {
|
||||
bottom: 0.5em;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#gOrganizeFormButtons .submit {
|
||||
display: inline;
|
||||
float: none;
|
||||
left: 0.5em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#gOrganizeFormThumbs {
|
||||
padding: .5em;
|
||||
height: 7em;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#gOrganizeFormThumbs div {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#gOrganizeButtonPane {
|
||||
padding: .5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#gOrganizeFormInfo td {
|
||||
border: thin none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user