]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/theme-install.dev.css
Wordpress 3.1.3
[autoinstalls/wordpress.git] / wp-admin / css / theme-install.dev.css
index 576dec4b41e4c8e10dd8b70062623f31d378bb88..3fce3587c54a8be14c69b08c6b01f94949b11b47 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 {
@@ -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