From f3fef0311748e5f497f7c357a703eefb9a6605a4 Mon Sep 17 00:00:00 2001 From: Dougal Campbell Date: Tue, 23 Mar 2004 18:59:25 +0000 Subject: [PATCH] post-meta styles git-svn-id: https://develop.svn.wordpress.org/trunk@989 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index cf771968d1..8c3e700c77 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -347,3 +347,56 @@ textarea, input, select { text-indent: -1000px; width: 200px; } + +#postcustom { + xwidth: 30em; + border: 1px solid #aaa; + padding: 0.25em; + margin: 0.25em; +} + +#postcustom p { + margin: 0; +} + +#postcustom textarea { + width: 95%; +} + +#postcustom select { + width: 95%; +} + +#postcustomkeys { + width: 49%; + float: left; +} + +#postcustomkeys input { + width: 95%; +} + +#postcustomvals { + width: 49%; + float: right; +} + +#postcustomsubmit { + text-align: right; +} + +#postcustom table { + width: 100%; + margin-bottom: 1em; + background-color: #eee; + color: black; + padding: 0px; + border: 1px solid #ccc; +} + +#postcustom td,th { + background-color: white; + color: black; + padding: 0.2em; + margin: 1px; +}