Ticket #7967: media.css.patch
| File media.css.patch, 2.2 KB (added by , 17 years ago) |
|---|
-
media.css
29 29 text-align: right; 30 30 } 31 31 32 .media-upload-form label, .media-upload-form legend { 33 display:block; 32 .media-upload-form label, 33 .media-upload-form legend { 34 display: block; 34 35 font-weight: bold; 35 36 font-size: 13px; 36 37 margin-bottom: 0.5em; 37 38 margin: 0 0 0.5em 0; 38 39 } 39 40 40 th { position: relative; } 41 th { 42 position: relative; 43 } 41 44 42 45 .media-upload-form label.form-help, td.help { 43 46 font-style: italic; … … 80 83 background: url(../images/align-right.png) no-repeat center left; 81 84 } 82 85 83 #flash-upload-ui, .insert-gallery {84 display: none;85 }86 87 86 tr.image-size td { 88 87 width: 460px; 89 88 } … … 142 141 border-right-style: solid; 143 142 } 144 143 145 #library-form .progress, #gallery-form .progress { 144 #library-form .progress, 145 #gallery-form .progress, 146 #flash-upload-ui, 147 .insert-gallery, 148 .describe.startopen, 149 .describe.startclosed { 146 150 display: none; 147 151 } 148 152 … … 162 166 background-color: transparent; 163 167 } 164 168 165 thead.media-item-info th, thead.media-item-info td { 169 thead.media-item-info th, 170 thead.media-item-info td { 166 171 border: none; 167 172 margin: 0; 168 173 } … … 171 176 border: 8px solid #fff; 172 177 } 173 178 174 .describe.startopen, .describe.startclosed {175 display: none;176 }177 178 179 abbr.required { 179 180 text-decoration: none; 180 181 border: none; … … 192 193 width: 132px; 193 194 } 194 195 195 .describe input[type="text"], .describe textarea { 196 .describe input[type="text"], 197 .describe textarea { 196 198 width: 460px; 197 199 } 198 200 199 .describe-toggle-on, .describe-toggle-off { 201 .describe-toggle-on, 202 .describe-toggle-off { 200 203 display: block; 201 204 line-height: 36px; 202 205 float: right; … … 208 211 } 209 212 210 213 .hidden { 211 height: 0 px;212 width: 0 px;214 height: 0; 215 width: 0; 213 216 overflow: hidden; 214 217 border: none; 215 218 } … … 224 227 padding: 1em 0; 225 228 } 226 229 227 #media-upload p.help, #media-upload label.help { 230 #media-upload p.help, 231 #media-upload label.help { 228 232 font-style: italic; 229 233 font-weight: normal; 230 234 } … … 325 329 background-color: #fff; 326 330 border: 1px solid #aaa; 327 331 opacity: 0.6; 332 -moz-opacity: 0.6; 333 -khtml-opacity: 0.6; 328 334 filter: alpha(opacity=60); 329 335 } 330 336