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:
Tim Almdal
2009-04-03 00:50:43 +00:00
parent 6883762238
commit f1cb43430b
14 changed files with 630 additions and 0 deletions

View 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;
}