summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-21 18:18:21 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-21 18:18:21 +0000
commit21d84f4782cd18e43520f7d9bc08cd3c587c4f03 (patch)
treeef632387116ea7a1e84426c8d9a38746b3186873 /themes
parentc0d6f2ea5a3494fecad773fa0f78459171e819c7 (diff)
downloadbrdo-21d84f4782cd18e43520f7d9bc08cd3c587c4f03.tar.gz
brdo-21d84f4782cd18e43520f7d9bc08cd3c587c4f03.tar.bz2
#639246 by Boobaa and axyjo: Add nicer styling to Seven task list on install pages.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 8dbdceb47..8ee4b99bb 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -798,7 +798,7 @@ ol.task-list {
list-style-image: none;
}
ol.task-list li {
- padding: 0.5em 1em 0.5em 0; /* LTR */
+ padding: 0.5em 1em 0.5em 20px; /* LTR */
color: #adadad;
}
ol.task-list li.active {
@@ -809,7 +809,6 @@ ol.task-list li.active {
ol.task-list li.done {
color: #393;
background: transparent url(images/task-check.png) no-repeat 0px 50%; /* LTR */
- padding: 0.5em 1em 0.5em 20px; /* LTR */
color: green;
}