web/wp-admin/css/media-rtl.css
changeset 204 09a1c134465b
parent 194 32102edaa81b
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     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}
     1 body#media-upload ul#sidemenu {
       
     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 23px 0 0;
       
    11 	margin: 0 3px 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 label {
       
    17 	margin: 0 5px 0 0;
       
    18 }
       
    19 .file-error {
       
    20 	margin: 0 50px 5px 0;
       
    21 }
       
    22 .progress {
       
    23 	left: auto;
       
    24 	right: 0;
       
    25 }
       
    26 .describe td {
       
    27 	padding: 0 0 0 5px;
       
    28 }
       
    29 
       
    30 /* Specific to Uploader */
       
    31 #media-upload .describe th.label {
       
    32 	text-align: right;
       
    33 }
       
    34 .menu_order {
       
    35 	float: left;
       
    36 }
       
    37 .media-upload-form label.form-help, td.help, #media-upload p.help, #media-upload label.help {
       
    38 	font-family: Tahoma, Arial;
       
    39 }
       
    40 #gallery-settings #basic th.label {
       
    41 	padding: 5px 0 5px 5px;
       
    42 }
       
    43 #gallery-settings .title, h3.media-title {
       
    44 	font-family: Tahoma, Arial;
       
    45 }
       
    46 #gallery-settings .describe th.label {
       
    47 	text-align: right;
       
    48 }
       
    49 #gallery-settings label,
       
    50 #gallery-settings legend {
       
    51 	margin-right: 0;
       
    52 	margin-left: 15px;
       
    53 }
       
    54 #gallery-settings .align .field label {
       
    55 	margin: 0 3px 0 1em;
       
    56 }
       
    57 #sort-buttons {
       
    58 	margin: 3px 0 -8px 25px;
       
    59 	text-align: left;
       
    60 }
       
    61 
       
    62 #sort-buttons #asc,
       
    63 #sort-buttons #showall {
       
    64 	padding-left: 0;
       
    65 	padding-right: 5px;
       
    66 }
       
    67 
       
    68 #sort-buttons span {
       
    69 	margin-right: 0;
       
    70 	margin-left: 25px;
       
    71 }