324 | | } |
325 | | No newline at end of file |
| 331 | } |
| 332 | |
| 333 | /* WPH - TinyMCE */ |
| 334 | |
| 335 | #media-items th.label { |
| 336 | width: 120px; |
| 337 | } |
| 338 | #media-items th.label .alignleft { |
| 339 | width: 100px; |
| 340 | } |
| 341 | |
| 342 | #media-items th.label .alignright { |
| 343 | width: 16px; |
| 344 | height: 16px; |
| 345 | } |
| 346 | |
| 347 | /* LTRs some url- and code-only form fields */ |
| 348 | input#href, input#src, input#class_name { |
| 349 | direction: ltr; |
| 350 | text-align: left; |
| 351 | } |
| 352 | |
| 353 | #sidemenu a { |
| 354 | float: right; |
| 355 | } |
| 356 | |
| 357 | thead.media-item-info { |
| 358 | float: left; |
| 359 | margin-bottom: 18px; |
| 360 | width: 100%; |
| 361 | } |
| 362 | |
| 363 | thead.media-item-info td { |
| 364 | width: 100%; |
| 365 | text-align: left; |
| 366 | } |
| 367 | |
| 368 | thead.media-item-info td.A1B1 { |
| 369 | width: 150px; |
| 370 | } |
| 371 | |
| 372 | #gallery-form table.widefat th { |
| 373 | float: left; |
| 374 | width: 74%; |
| 375 | text-align: center; |
| 376 | } |
| 377 | |
| 378 | #gallery-form table.widefat th.order-head { |
| 379 | width: 18%; |
| 380 | } |
| 381 | |
| 382 | #media-upload tr.align td.field, #media-upload tr.image-size td.field { |
| 383 | text-align: right !important; |
| 384 | } |
| 385 | |
| 386 | #media-upload tr.align td.field { |
| 387 | float:right; |
| 388 | margin-right:-15px; |
| 389 | } |
| 390 | |
| 391 | tr.image-size label { |
| 392 | display:inline; |
| 393 | margin:0 0 0 1em !important; |
| 394 | } |
| 395 | |
| 396 | #library-form { |
| 397 | float: right; |
| 398 | } |
| 399 | |
| 400 | #filter .subsubsub { |
| 401 | direction: rtl; |
| 402 | text-align: right; |
| 403 | } |
| 404 | |
| 405 | #media-upload form#filter { |
| 406 | margin-right: -20px; |
| 407 | } |