web/wp-admin/css/media-rtl.dev.css
changeset 194 32102edaa81b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
       
     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 }