Files
gallery3/modules/gallery/css/gallery.css
Tim Almdal e300ede3d8 1) Change the name of the form and message to g-in-place-edit-form and g-in-place-edit-message.
2) Make sure the cancel button works and cleans up the dom appropriately.
2009-11-07 00:05:49 -08:00

152 lines
2.4 KiB
CSS

/**
* Gallery 3 core module styles
*
* Sheet organization:
* 1) End-user
* 2) Admin
*/
/** *******************************************************************
* 1) End-user
**********************************************************************/
/* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#g-edit-permissions-form {
clear: both;
}
#g-edit-permissions-form td {
background-image: none;
}
#g-edit-permissions-form fieldset {
border: 1px solid #ccc;
}
#g-permissions .g-denied,
#g-permissions .g-allowed {
text-align: center;
vertical-align: middle;
}
#g-permissions .g-denied {
background-color: #fcc;
}
#g-permissions .g-allowed {
background-color: #cfc;
}
/* Move items ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#g-move ul {
padding-left: 1em;
}
#g-move .selected {
background: #999;
}
/* In-place edit ~~~~~~~~~~~~~~~~~~~~~~~~~ */
#g-in-place-edit-form ul {
margin: 0;
}
/* Simple uploader ~~~~~~~~~~~~~~~~~~~~~~~ */
#g-add-photos #SWFUpload_0 {
left: 134px;
position: relative;
top: -200px;
}
#g-add-photos-canvas {
border: 1px solid #ccc;
height: 325px;
margin: .5em 0;
overflow: auto;
width: 469px;
}
#g-add-photos button {
float: right;
margin-bottom: .5em;
}
#g-uploadqueue-infobar {
clear: both;
}
#g-uploadqueue-infobar #g-cancelupload {
cursor: pointer;
display: none;
}
#g-add-photos-queue .progressbar {
height: 4px;
}
#g-add-photos-queue .status {
font-size: .75em;
}
#g-add-photos-queue .box {
padding: .2em;
}
#g-add-photos-queue .pending {
background-color: #e8e8e8;
border: 1px solid #d7d7d7;
}
#g-add-photos-queue .error {
background-color: #fcc;
border: 1px solid #ebb;
}
#g-add-photos-queue .uploading {
background-color: #ff9;
border: 1px solid #ee8;
}
#g-add-photos-queue .complete {
background-color: #cfc;
border: 1px solid #beb;
}
/** *******************************************************************
* 2) Admin
**********************************************************************/
.g-task-log {
border: 1px solid #000;
height: 400px;
margin: .6em 0;
overflow: auto;
padding: .4em
}
#g-languages-form table {
width: 40%;
margin: 0 3em 1em 0;
}
#g-languages-form input {
clear: both;
}
#g-translations ol {
margin: 0 0 1em 2em;
}
#g-translations ol li {
list-style-type: decimal;
line-height: 150%;
}
#g-translations .g-button {
padding: .5em;
margin-bottom: 1em;
}