From 36348f054b0d4eb0e961b458971d7c0b4af49166 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 12 Feb 2009 18:31:42 +0000 Subject: [PATCH] Theme install updates from DD32. see #8652 git-svn-id: http://svn.automattic.com/wordpress/trunk@10560 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/theme-install.css | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 wp-admin/css/theme-install.css diff --git a/wp-admin/css/theme-install.css b/wp-admin/css/theme-install.css new file mode 100644 index 0000000000..013494941e --- /dev/null +++ b/wp-admin/css/theme-install.css @@ -0,0 +1,38 @@ +.theme-listing .theme-item { + display: inline-block; + width: 200px; + border: thin solid #ccc; + vertical-align: top; +} + +.theme-listing .theme-item h3 { + text-align: center; + font-size: 14px; + font-style: italic; + margin: 0; + padding: 0; +} + +.theme-listing .theme-item img { + max-width: 150px; + max-height: 150px; +} + +.theme-listing .theme-item-info span { + display: none; +} +.theme-listing .theme-item:hover .theme-item-info span { + display: inline; +} +.theme-listing .theme-item:hover .theme-item-info span.dots { + display: none; +} +.theme-listing .theme-item-info span.action-links { + font-weight: bold; + text-align: center; +} + +.theme-listing br.line { + border-bottom: thin solid #ccc; + margin-bottom: 3px; +} \ No newline at end of file