mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 19:05:49 -04:00
Remove g-add-photos selectors from admin_wind, they're only needed in wind. Updated case in hex color spec., prefer lowercase.
This commit is contained in:
@@ -568,54 +568,6 @@ li.g-default-group h4, li.g-default-group .g-user {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#g-add-photos p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#g-add-photos-canvas {
|
||||
height: 325px;
|
||||
width: 450px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#g-add-photos-queue .progressbar {
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
#g-add-photos-queue .title {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
#g-add-photos-queue .status {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
#g-add-photos-queue .box {
|
||||
margin-bottom: 8px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
#g-admin-g2-import-notes {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user