summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gallery.common.css7
-rw-r--r--themes/admin_wind/css/screen.css80
2 files changed, 12 insertions, 75 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 39124d6e..235c5604 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -273,10 +273,15 @@ tr.g-error td.g-error {
}
.g-success,
-.g-allowed {
+.g-allowed,
+tr.g-success td.g-success {
background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%;
}
+tr.g-success td.g-success {
+ background-color: transparent;
+}
+
.g-warning,
tr.g-warning td.g-warning {
background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%;
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index b3861868..a6cfecaf 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -165,27 +165,24 @@ th {
opacity: 0.4;
}
-tr.g-error,
-tr.g-info,
-tr.g-success,
-tr.g-warning {
- background: none;
-}
-
-.g-info td.g-info {
+.g-info td {
background-color: transparent;
+ background-image: none;
}
-.g-success td.g-success {
+.g-success td {
background-color: transparent;
+ background-image: none;
}
.g-error td {
background-color: #f6cbca;
+ background-image: none;
}
.g-warning td {
background-color: #fcf9ce;
+ background-image: none;
}
.g-module-status.g-info,
@@ -281,19 +278,6 @@ tr.g-warning {
/* Footer content ~~~~~~~~~~~~~~~~~~~~~~~~ */
-#g-header #g-login-menu li,
-#g-footer #g-credits li {
- display: inline;
-}
-
-#g-header #g-login-menu li {
- padding-left: 1.2em;
-}
-
-#g-footer #g-credits li {
- padding-right: 1.2em;
-}
-
#g-content #g-search-results {
margin-top: 1em;
padding-top: 1em;
@@ -332,10 +316,6 @@ tr.g-warning {
width: 90px;
}
-#g-site-status {
- margin-bottom: 0;
-}
-
#g-content .g-item {
background-color: #fff;
border: 1px solid #e8e8e8;
@@ -517,14 +497,6 @@ tr.g-warning {
/*************** STUFF THAT NEEDS A HOME ****************/
-#g-move ul {
- padding-left: 1em;
-}
-
-#g-move .selected {
- background: #999;
-}
-
.g-progress-bar {
height: 1em;
width: 100%;
@@ -532,46 +504,6 @@ tr.g-warning {
display: inline-block;
}
-#g-admin-g2-import-notes {
- padding-bottom: 20px;
-}
-
-#g-admin-g2-import-details {
- padding-top: 20px;
-}
-
-#g-admin-g2-import-details .g-warning {
- margin-top: 4px;
-}
-
-#g-admin-g2-import-details .g-info {
- padding: 2px;
- border: 1px solid #999;
- margin-bottom: 10px;
-}
-
-#g-admin-g2-import-notes p,
-#g-admin-g2-import-details .g-info p {
- padding: 0;
- margin: 0;
-}
-
-#g-admin-g2-import-notes ul li,
-#g-admin-g2-import .g-info ul li {
- padding-left: 0;
- margin-left: 20px;
- list-style-type: disc;
-}
-
-.g-editable {
- padding: .1em .3em .2em .3em;
-}
-
-.g-editable:hover {
- background-color: #ffc;
- cursor: text;
-}
-
#g-task-log-dialog h1 {
font-size: 1.1em;
}