summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-02-06 02:10:00 +0000
committerChad Kieffer <chad@2tbsp.com>2009-02-06 02:10:00 +0000
commit196ef392ab1dc32154ec8dbe49340d4aefb0d082 (patch)
tree90009646e4fd5dbdf11e1c73f3f5db090343a87f
parentc1660423133e072ca123d62040bc1a09e642378d (diff)
Move admin_default table styles to default for consistency.
-rw-r--r--themes/admin_default/css/screen.css8
-rw-r--r--themes/default/css/screen.css10
2 files changed, 5 insertions, 13 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index 964d87db..12006e46 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -15,14 +15,6 @@
* 1) Basic HTML elements
**********************************************************************/
-th,
-td {
- border: none;
- border-bottom: 1px solid #ccc;
- padding-right: .5em;
-}
-
-
/** *******************************************************************
* 2) Reusable content blocks
**********************************************************************/
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index f191358f..d873f805 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -103,16 +103,16 @@ th {
font-weight: bold;
}
-td {
-}
-
th,
td {
- border: 1px solid #ccc;
- padding: .3em;
+ border: none;
+ border-bottom: 1px solid #ccc;
+ padding: .5em;
vertical-align: top;
}
+
+
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
fieldset {