CSS tweaks for the uploader and Media Library, props hailin, fixes #10110

git-svn-id: http://svn.automattic.com/wordpress/trunk@11557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-06-13 05:03:43 +00:00
parent 90d0e0ffe9
commit cff6cd66cd
6 changed files with 42 additions and 48 deletions

View File

@@ -438,8 +438,7 @@ ol.ol-decimal > li {
.widefat .num,
.column-comments,
.column-links,
.column-posts,
.column-parent {
.column-posts {
text-align: center;
}

View File

@@ -393,3 +393,7 @@ table.ie-fixed {
position: relative;
}
* html .media-item .pinkynail {
height: 32px;
width: 40px;
}

View File

@@ -47,9 +47,7 @@ button.dismiss {
border-right-style: none;
border-left-style: solid;
}
.media-item .pinkynail {
float: right;
}
.describe-toggle-on,
.describe-toggle-off {
float: left;

View File

@@ -29,15 +29,6 @@ form {
text-align: right;
}
.media-upload-form label,
.media-upload-form legend {
display: block;
font-weight: bold;
font-size: 13px;
margin-bottom: 0.5em;
margin: 0 0 0.5em 0;
}
th {
position: relative;
}
@@ -62,11 +53,7 @@ th {
}
/* specific to the image upload form */
.align .field label {
display: inline;
padding: 0 0 0 28px;
margin: 0 1em 0 0;
}
.image-align-none-label {
background: url(../images/align-none.png) no-repeat center left;
@@ -94,16 +81,6 @@ tr.image-size div.image-size-item {
margin: 0;
}
tr.image-size label {
display: inline;
margin: 0 0 0 1em;
}
.pinkynail {
max-width: 40px;
max-height: 40px;
}
#library-form .progress,
#gallery-form .progress,
#flash-upload-ui,
@@ -118,13 +95,6 @@ tr.image-size label {
max-height: 128px;
}
.media-item .pinkynail {
float: left;
margin: 2px;
height: 32px;
max-width: 40px;
}
thead.media-item-info tr {
background-color: transparent;
}