summaryrefslogtreecommitdiff
path: root/modules/g2_import/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-09-08 21:34:16 -0700
committerBharat Mediratta <bharat@menalto.com>2010-09-08 21:34:16 -0700
commit5cd34160af2fa1d4499d98aaa807712995082a20 (patch)
treeb8713d56b6f4cc21684ee797a2deb2a263b39529 /modules/g2_import/css
parentfe3dd6b55d4a820a2b33de5a883c2f64112cfbd4 (diff)
Remove unnecessary g2_import CSS (which we were loading on every page
-- doh!) and replace it with a new "enumeration" list style in the admin_wind CSS. Reshuffle the page a little bit to make it look cleaner.
Diffstat (limited to 'modules/g2_import/css')
-rw-r--r--modules/g2_import/css/g2_import.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/modules/g2_import/css/g2_import.css b/modules/g2_import/css/g2_import.css
deleted file mode 100644
index d53564d7..00000000
--- a/modules/g2_import/css/g2_import.css
+++ /dev/null
@@ -1,30 +0,0 @@
-#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;
-}