summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_wind/css/screen.css30
1 files changed, 24 insertions, 6 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index c96c5753..177eb1e6 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -26,7 +26,10 @@ body, html {
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
-p {
+p,
+#g-content ul,
+#g-content ol,
+#g-content dl {
margin-bottom: 1em;
}
@@ -87,6 +90,26 @@ a:hover,
text-decoration: none;
}
+/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+#g-content ul li {
+ list-style-type: disc;
+ margin-left: 1em;
+}
+
+form ul li,
+#g-action-status li,
+#g-log-entries li,
+.g-buttonset li,
+.g-buttonset-vertical li,
+.g-paginator li,
+.ui-sortable li,
+.ui-widget-header li {
+ list-style: none !important;
+ margin-left: 0 !important;
+}
+
+
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {
@@ -397,11 +420,6 @@ th {
background-color: #fff;
}
-ul.enumeration li {
- list-style-type: disc;
- margin-left: 20px;
-}
-
/*** ******************************************************************
* 3) Page layout containers
*********************************************************************/