mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-14 08:29:21 -04:00
231 lines
3.7 KiB
CSS
231 lines
3.7 KiB
CSS
/* @todo move to theme css */
|
|
/*******************************************************************
|
|
* Dialog wide stylings
|
|
*/
|
|
#gMessage {
|
|
margin-bottom: .4em;
|
|
}
|
|
|
|
#gMessage .gInfo {
|
|
background-color: transparent;
|
|
background-image: none;
|
|
padding-left: .4em;
|
|
}
|
|
|
|
#gOrganizeProgressDialog {
|
|
text-align: left;
|
|
}
|
|
|
|
#gDialog .yui-gf div.first {
|
|
width: 20%;
|
|
}
|
|
|
|
#gDialog .yui-gf .yui-u {
|
|
width: 80%;
|
|
}
|
|
|
|
/*******************************************************************
|
|
* Album Tree styling
|
|
*/
|
|
#gOrganizeTreeContainer {
|
|
overflow-y: auto;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
#gOrganizeAlbumDescription {
|
|
height: 2em;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.gBranchSelected {
|
|
background-color: #cfdeff !important;
|
|
border-bottom: 1px solid #999 !important;
|
|
display: block;
|
|
padding: .3em 0;
|
|
}
|
|
|
|
.gBranchDroppable {
|
|
border: 1px dotted;
|
|
}
|
|
|
|
.gBranchText {
|
|
cursor: pointer;
|
|
width: auto;
|
|
}
|
|
|
|
.gBranchCollapsed {
|
|
display: none;
|
|
}
|
|
|
|
.gBranchEmpty {
|
|
visibility: hidden;
|
|
}
|
|
|
|
#gOrganizeTreeContainer ul ul li {
|
|
padding-left: 1.2em;
|
|
}
|
|
|
|
/*******************************************************************
|
|
* Album Panel Styles
|
|
*/
|
|
|
|
#gMicroThumbUnselectAll,
|
|
#gMicroThumbSelectAll {
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#gMicroThumbPanel {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
background-color: #cfdeff;
|
|
border: 1px solid #999 !important;
|
|
border-top: none !important;
|
|
border-left: none !important;
|
|
margin-left: -1em !important;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#gMicroThumbGrid {
|
|
padding: .5em;
|
|
}
|
|
|
|
.gMicroThumbContainer {
|
|
display: block;
|
|
float: left;
|
|
font-size: .7em;
|
|
height: 9em;
|
|
margin-bottom: 1em;
|
|
margin-left: 1em;
|
|
opacity: .4;
|
|
padding: 0 .5em;
|
|
}
|
|
|
|
.gMicroThumb {
|
|
height: 9em;
|
|
width: 9em;
|
|
background-color: #fff;
|
|
display: block;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
|
|
#gMicroThumbPanel #gMicroThumbGrid .gAlbum {
|
|
background-color: #e8e8e8;
|
|
}
|
|
|
|
#gMicroThumbPanel #gMicroThumbGrid :hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.gMicroThumbContainer.ui-selected {
|
|
opacity: 1;
|
|
}
|
|
|
|
#gDragHelper .gMicroThumbGrid {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
overflow: visible;
|
|
}
|
|
|
|
#gDragHelper .gMicroThumbContainer {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#gDragHelper .gMicroThumb {
|
|
background-color: transparent;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
|
|
|
|
/****************************************************************
|
|
* Organize Edit Drawer styling
|
|
*/
|
|
#gOrganizeEditDrawer {
|
|
background-color: #13A;
|
|
width: 90%;
|
|
}
|
|
|
|
#gOrganizeEditDrawerPanel {
|
|
background-color: #fff;
|
|
border: 1px solid #13A;
|
|
display: none;
|
|
}
|
|
|
|
#gOrganizeEditDrawerHandle {
|
|
height: 30px;
|
|
}
|
|
|
|
#gOrganizeEditHandleLeft {
|
|
background-image: url(organize_edit_drawer.png);
|
|
background-color: #FFF;
|
|
float: left;
|
|
height: 30px;
|
|
width: 15px;
|
|
}
|
|
|
|
#gOrganizeEditHandleButtonsLeft {
|
|
float: left;
|
|
height: 20px;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
#gOrganizeEditHandleButtonsLeft a {
|
|
float: left;
|
|
margin: 0 2.5px;
|
|
}
|
|
|
|
#gOrganizeEditHandleButtonsRight {
|
|
float: right;
|
|
height: 20px;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
#gOrganizeEditHandleButtonsRight a {
|
|
float: left;
|
|
margin: 0 2.5px;
|
|
}
|
|
|
|
#gOrganizeEditHandleRight {
|
|
background-color: #FFF;
|
|
background-image: url(organize_edit_drawer.png);
|
|
background-position: -15px 0;
|
|
float: right;
|
|
height: 30px;
|
|
width: 15px;
|
|
}
|
|
|
|
#gOrganizeFormButtons {
|
|
bottom: 0.5em;
|
|
}
|
|
|
|
#gOrganizeFormButtons .submit {
|
|
display: inline;
|
|
float: none;
|
|
left: 0.5em;
|
|
position: relative;
|
|
}
|
|
|
|
#gOrganizeFormThumbs {
|
|
overflow: hidden;
|
|
min-height: 150px;
|
|
}
|
|
|
|
#gOrganizeFormThumbs div {
|
|
margin: 0;
|
|
text-align: center;
|
|
background: transparent none repeat scroll 0 0;
|
|
}
|
|
|
|
#gOrganizeFormThumbs .gMicroThumbContainer {
|
|
display: block;
|
|
float: left;
|
|
opacity: 1;
|
|
position: absolute;
|
|
}
|