]> scripts.mit.edu Git - autoinstallsdev/wordpress.git/blobdiff - wp-admin/css/theme-install.dev.css
Wordpress 3.2.1
[autoinstallsdev/wordpress.git] / wp-admin / css / theme-install.dev.css
index 576dec4b41e4c8e10dd8b70062623f31d378bb88..70dee71b89335a3d97a220fd89b427f425a0e2f2 100644 (file)
@@ -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