mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
152 lines
2.4 KiB
CSS
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;
|
|
}
|