diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 16:51:24 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 16:51:24 -0600 |
commit | a5d2af336a94c4cf4fd1a5732b3f64197a3f2dd2 (patch) | |
tree | 39b155c6310f71078dba8a6ffec0657a16f7e43f /modules/g2_import/css | |
parent | 9136090a23f47a42e459fc7e9f2b058df649e587 (diff) |
Move g2_import styles from the theme to the module.
Diffstat (limited to 'modules/g2_import/css')
-rw-r--r-- | modules/g2_import/css/g2_import.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/g2_import/css/g2_import.css b/modules/g2_import/css/g2_import.css new file mode 100644 index 00000000..d53564d7 --- /dev/null +++ b/modules/g2_import/css/g2_import.css @@ -0,0 +1,30 @@ +#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; +} |