media.css and rtl.css cleanup, props Simek, fixes #7967

git-svn-id: http://svn.automattic.com/wordpress/trunk@9383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-10-28 10:13:24 +00:00
parent f52a90b586
commit eb035e3188
2 changed files with 212 additions and 117 deletions
+22 -18
View File
@@ -29,15 +29,18 @@ form {
text-align: right;
}
.media-upload-form label, .media-upload-form legend {
display:block;
.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; }
th {
position: relative;
}
.media-upload-form label.form-help, td.help {
font-style: italic;
@@ -80,10 +83,6 @@ th { position: relative; }
background: url(../images/align-right.png) no-repeat center left;
}
#flash-upload-ui, .insert-gallery {
display: none;
}
tr.image-size td {
width: 460px;
}
@@ -142,7 +141,12 @@ button.dismiss {
border-right-style: solid;
}
#library-form .progress, #gallery-form .progress {
#library-form .progress,
#gallery-form .progress,
#flash-upload-ui,
.insert-gallery,
.describe.startopen,
.describe.startclosed {
display: none;
}
@@ -162,7 +166,8 @@ thead.media-item-info tr {
background-color: transparent;
}
thead.media-item-info th, thead.media-item-info td {
thead.media-item-info th,
thead.media-item-info td {
border: none;
margin: 0;
}
@@ -171,10 +176,6 @@ thead.media-item-info th, thead.media-item-info td {
border: 8px solid #fff;
}
.describe.startopen, .describe.startclosed {
display: none;
}
abbr.required {
text-decoration: none;
border: none;
@@ -192,11 +193,13 @@ abbr.required {
width: 132px;
}
.describe input[type="text"], .describe textarea {
.describe input[type="text"],
.describe textarea {
width: 460px;
}
.describe-toggle-on, .describe-toggle-off {
.describe-toggle-on,
.describe-toggle-off {
display: block;
line-height: 36px;
float: right;
@@ -208,8 +211,8 @@ abbr.required {
}
.hidden {
height: 0px;
width: 0px;
height: 0;
width: 0;
overflow: hidden;
border: none;
}
@@ -224,7 +227,8 @@ abbr.required {
padding: 1em 0;
}
#media-upload p.help, #media-upload label.help {
#media-upload p.help,
#media-upload label.help {
font-style: italic;
font-weight: normal;
}