X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/3f5685912e89eb3b0534acd85aa0946b1ca2bbe3..99a64b9fd0d5ebb21c33c3a0b5865e9c412b430c:/wp-admin/css/theme-install.dev.css diff --git a/wp-admin/css/theme-install.dev.css b/wp-admin/css/theme-install.dev.css index 576dec4b..70dee71b 100644 --- a/wp-admin/css/theme-install.dev.css +++ b/wp-admin/css/theme-install.dev.css @@ -60,12 +60,15 @@ div.star img { .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; @@ -90,7 +93,7 @@ div.star img { #theme-information .action-button { border-top-width: 1px; border-top-style: solid; - margin: 10px 5px 20px; + margin: 10px 5px 0; } #theme-information .action-button #cancel { @@ -112,10 +115,10 @@ body#theme-information { } .feature-filter { - -moz-border-radius: 8px; - -khtml-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; + -moz-border-radius: 3px; + -khtml-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; border-width: 1px; border-style: solid; padding: 8px 12px 0; @@ -124,7 +127,7 @@ body#theme-information { .feature-filter .feature-group { float: left; margin-bottom: 20px; - width: 695px; + width: 725px; } .feature-filter .feature-name { @@ -140,3 +143,13 @@ body#theme-information { padding-right: 25px; min-width: 145px; } + +.feature-container { +width: 100%; +overflow: auto; +margin-bottom: 10px; +} + +.feature-group { + margin-bottom: 0px !important; +} \ No newline at end of file