web/wp-admin/css/media-rtl.css
changeset 194 32102edaa81b
parent 136 bde1974c263b
child 204 09a1c134465b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
     1 body#media-upload ul#sidemenu {
     1 body#media-upload ul#sidemenu{left:auto;right:0}#search-filter{text-align:left}.align .field label{padding:0 23px 0 0;margin:0 3px 0 1em}.image-align-none-label,.image-align-left-label,.image-align-center-label,.image-align-right-label{background-position:center right}tr.image-size label{margin:0 5px 0 0}.file-error{margin:0 50px 5px 0}.progress{left:auto;right:0}.describe td{padding:0 0 0 5px}#media-upload .describe th.label{text-align:right}.menu_order{float:left}.media-upload-form label.form-help,td.help,#media-upload p.help,#media-upload label.help{font-family:Tahoma,Arial}#gallery-settings #basic th.label{padding:5px 0 5px 5px}#gallery-settings .title,h3.media-title{font-family:Tahoma,Arial}#gallery-settings .describe th.label{text-align:right}#gallery-settings label,#gallery-settings legend{margin-right:0;margin-left:15px}#gallery-settings .align .field label{margin:0 3px 0 1em}#sort-buttons{margin:3px 0 -8px 25px;text-align:left}#sort-buttons #asc,#sort-buttons #showall{padding-left:0;padding-right:5px}#sort-buttons span{margin-right:0;margin-left:25px}
     2 	left: auto;
       
     3 	right: 0;
       
     4 }
       
     5 #search-filter {
       
     6 	text-align: left;
       
     7 }
       
     8 /* specific to the image upload form */
       
     9 .align .field label {
       
    10 	padding: 0 28px 0 0;
       
    11 	margin: 0 0 0 1em;
       
    12 }
       
    13 .image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label {
       
    14 	background-position: center right;
       
    15 }
       
    16 tr.image-size div.image-size-item {
       
    17 	float: right;
       
    18 }
       
    19 tr.image-size label {
       
    20 	margin: 0 1em 0 0;
       
    21 }
       
    22 .filename.original {
       
    23 	float: right;
       
    24 }
       
    25 .crunching {
       
    26 	text-align: left;
       
    27 	margin-right: 0;
       
    28 	margin-left: 5px;
       
    29 }
       
    30 button.dismiss {
       
    31 	right: auto;
       
    32 	left: 5px;
       
    33 }
       
    34 .file-error {
       
    35 	margin: 0 50px 5px 0;
       
    36 }
       
    37 .progress {
       
    38 	left: auto;
       
    39 	right: 0;
       
    40 }
       
    41 .describe td {
       
    42 	padding: 0 0 0 5px;
       
    43 }
       
    44 .bar {
       
    45 	border-right-width: 0;
       
    46 	border-left-width: 3px;
       
    47 	border-right-style: none;
       
    48 	border-left-style: solid;
       
    49 }
       
    50 
       
    51 /* Specific to Uploader */
       
    52 #media-upload .media-upload-form p {
       
    53 	margin: 0 0 1em 1em;
       
    54 }
       
    55 .filename {
       
    56 	float: right;
       
    57 	margin-left: 0;
       
    58 	margin-right: 10px;
       
    59 }
       
    60 #media-upload .describe th.label {
       
    61 	text-align: right;
       
    62 }
       
    63 .menu_order {
       
    64 	float: left;
       
    65 }
       
    66 .media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help {
       
    67 	font-family: Tahoma, Arial;
       
    68 }
       
    69 #gallery-settings #basic th.label {
       
    70 	padding: 5px 0 5px 5px;
       
    71 }
       
    72 #gallery-settings .title, h3.media-title {
       
    73 	font-family: Tahoma, Arial;
       
    74 }
       
    75 #gallery-settings .describe th.label {
       
    76 	text-align: right;
       
    77 }
       
    78 #gallery-settings label,
       
    79 #gallery-settings legend {
       
    80 	margin-right: 0;
       
    81 	margin-left: 15px;
       
    82 }
       
    83 #gallery-settings .align .field label {
       
    84 	margin: 0 0 0 1.5em;
       
    85 }