Changeset 9370
- Timestamp:
- 10/27/2008 08:55:25 PM (17 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 9 edited
-
colors-fresh-rtl.css (modified) (1 diff)
-
dashboard.css (modified) (3 diffs)
-
global-rtl.css (modified) (1 diff)
-
install-rtl.css (modified) (2 diffs)
-
install.css (modified) (5 diffs)
-
login-rtl.css (modified) (1 diff)
-
media-rtl.css (modified) (2 diffs)
-
media.css (modified) (17 diffs)
-
theme-editor.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-fresh-rtl.css
r9262 r9370 3 3 border-left-color: #99d; 4 4 } 5 .post-com-count { 6 } 5 7 6 #adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins { 8 7 background-image: url(../images/comment-stalk-rtl.gif); 9 background-position: right bottom;8 background-position: right bottom; 10 9 } 10 11 11 #footer { 12 background-position: 99% 10px;12 background-position: 99% 10px; 13 13 } 14 14 15 .plugins .togl { 15 16 border-right-color: transparent; 16 17 border-left-color: #ccc; 17 18 } 19 18 20 #upload-menu li.current { 19 border-right-color: transparent;21 border-right-color: transparent; 20 22 border-left-color: #448abd; 21 23 } -
trunk/wp-admin/css/dashboard.css
r9219 r9370 11 11 border-width: 1px; 12 12 padding: 2px 3px; 13 border-color: # CCCCCC;13 border-color: #ccc; 14 14 } 15 15 16 16 form .input-text-wrap input { 17 border: 0ptnone;17 border: none; 18 18 outline-color: -moz-use-text-color; 19 19 outline-style: none; 20 20 outline-width: medium; 21 padding: 0 pt;21 padding: 0; 22 22 width: 99%; 23 23 border-style: solid; 24 color: #333 333;24 color: #333; 25 25 } 26 26 … … 29 29 border-width: 1px; 30 30 padding: 2px; 31 border-color: # CCCCCC;31 border-color: #ccc; 32 32 } 33 33 … … 138 138 } 139 139 140 .rss-widget a.rsswidget { 141 font-size: 14px; 142 } 143 140 .rss-widget a.rsswidget, 144 141 .rss-widget span.rss-date { 145 142 font-size: 14px; -
trunk/wp-admin/css/global-rtl.css
r8632 r9370 1 body, td {1 body, td, textarea, input, select { 2 2 font-family: Tahoma; 3 3 } 4 textarea, input, select { 5 font-family: Tahoma; 4 5 h1, h2, h3 { 6 font-family: arial; 6 7 } 7 h1, h2, h3 { 8 font-family:arial; 9 } 8 10 9 .widefat td { 11 10 padding: 7px 10px 9px 15px; 12 11 } 12 13 13 .widefat th { 14 14 padding: 9px 10px 6px 15px; 15 15 text-align: right; 16 16 } 17 17 18 .widefat th input { 18 19 margin: 0 8px 0 0; 19 20 } 21 20 22 .widefat .check-column { 21 23 text-align: left; 22 24 } 25 23 26 .wrap h2 { 24 font-family: arial;27 font-family: arial; 25 28 margin: 5px -4px 0 0; 26 padding-right: 0;29 padding-right: 0; 27 30 padding-left: 280px; 28 31 } 32 29 33 .wrap h2.long-header { 30 34 padding-left: 0; -
trunk/wp-admin/css/install-rtl.css
r8632 r9370 2 2 font-family: Tahoma; 3 3 } 4 4 5 /* Half the page disapears on IE6 */ 5 6 * html body { … … 9 10 margin-right: 350px; 10 11 } 12 11 13 ul, ol { 12 14 padding: 5px 22px 5px 5px; 13 15 } 14 .step, th { 15 text-align:right; 16 17 .step, th, .form-table th { 18 text-align: right; 16 19 } 20 17 21 .submit input, .button, .button-secondary { 18 22 font-family: Tahoma; 19 margin-right: 0;23 margin-right: 0; 20 24 } 21 .form-table th { 22 text-align:right; 23 } 25 24 26 h1 { 25 font-family: arial;27 font-family: arial; 26 28 margin: 5px -4px 0 0; 27 29 } -
trunk/wp-admin/css/install.css
r8309 r9370 18 18 a:hover { color: #d54e21; } 19 19 20 21 20 h1 { 22 font-size: 18px; 23 margin-bottom: 0; 21 border-bottom: 1px solid #dadada; 22 clear: both; 23 color: #666; 24 font: 24px Georgia, "Times New Roman", Times, serif; 25 margin: 5px 0 0 -4px; 26 padding: 0; 27 padding-bottom: 7px; 24 28 } 25 29 … … 32 36 } 33 37 34 code { 35 font-size: 13px; 36 } 38 code { font-size: 13px; } 37 39 38 40 ul, ol { padding: 5px 5px 5px 22px; } 39 41 40 #logo { margin: 6px 0 14px 0 px; border-bottom: none;}42 #logo { margin: 6px 0 14px 0; border-bottom: none;} 41 43 42 44 .step { … … 44 46 } 45 47 46 .step input { 47 font-size: 18px; 48 } 49 50 a.button { 48 .step input, a.button { 51 49 font-size: 18px; 52 50 } … … 118 116 } 119 117 120 h1 { 121 border-bottom: 1px solid #dadada; 122 clear: both; 123 color: #666666; 124 font: 24px Georgia, "Times New Roman", Times, serif; 125 margin: 5px 0 0 -4px; 126 padding: 0; 127 padding-bottom: 7px; 128 } 129 130 #error-page { 131 margin-top: 50px; 132 } 118 #error-page { margin-top: 50px; } 133 119 134 120 #error-page p { … … 138 124 } 139 125 140 #error-page code { 141 font-size: 15px; 142 } 126 #error-page code { font-size: 15px; } -
trunk/wp-admin/css/login-rtl.css
r8632 r9370 1 body {1 body , #login form .submit input { 2 2 font-family: Tahoma; 3 3 } 4 4 5 form { 5 6 margin-left:0; 6 7 margin-right: 8px; 7 8 } 8 form .forgetmenot { 9 float:right; 9 10 form .forgetmenot { float: right; } 11 12 form .submit { float: left; } 13 14 #backtoblog a { 15 left: auto; 16 right: 15px; 10 17 } 11 #login form .submit input { 12 font-family: Tahoma; 13 } 14 form .submit { 15 float:left; 16 } 17 #backtoblog a { 18 left:auto; 19 right:15px; 20 } 18 21 19 #login_error, .message { 22 20 margin: 0 8px 16px 0; 23 21 } 24 #nav { 25 margin:0 8px 0 0; 26 } 22 23 #nav { margin: 0 8px 0 0; } 24 27 25 #user_pass, #user_login, #user_email { 28 margin-right: 0;26 margin-right: 0; 29 27 margin-left: 6px; 30 28 } 31 h1 a { 32 text-decoration:none; 33 } 29 30 h1 a { text-decoration: none; } 31 34 32 /* ltr input */ 35 33 #user_login, #user_pass { 36 direction: ltr;34 direction: ltr; 37 35 } -
trunk/wp-admin/css/media-rtl.css
r8632 r9370 1 1 body#media-upload ul#sidemenu { 2 left: auto;3 right: 0;2 left: auto; 3 right: 0; 4 4 width: 620px; 5 5 } 6 6 7 #search-filter { 7 text-align: left;8 text-align: left; 8 9 } 10 9 11 .align .field label { 10 12 padding: 0 28px 0 0; 11 13 margin: 0 0 0 1em; 12 14 } 13 .image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label { 14 background-position:center right; 15 16 .image-align-none-label, .image-align-left-label, 17 .image-align-center-label, .image-align-right-label { 18 background-position: center right; 15 19 } 20 16 21 tr.image-size label { 17 22 margin: 0 0 0 1em; 18 23 } 24 19 25 .filename.original { 20 26 float: right; 21 27 } 28 22 29 .crunching { 23 30 text-align: left; 24 margin-right: 0;31 margin-right: 0; 25 32 margin-left: 5px; 26 33 } 34 27 35 button.dismiss { 28 right: auto;29 left: 5px;36 right: auto; 37 left: 5px; 30 38 } 39 31 40 .file-error { 32 41 margin: 0 50px 5px 0; 33 42 } 43 34 44 .progress { 35 left: auto;36 right: 0;45 left: auto; 46 right: 0; 37 47 } 48 38 49 .bar { 39 border-right-width: 0;50 border-right-width: 0; 40 51 border-left-width: 3px; 41 52 border-left-style: solid; 42 53 } 54 43 55 .media-item .pinkynail { 44 float: right;56 float: right; 45 57 } 58 46 59 .describe-toggle-on, .describe-toggle-off { 47 60 float: left; 48 margin-right: 0;61 margin-right: 0; 49 62 margin-left: 20px; 50 63 } 64 51 65 /* Specific to Uploader */ 52 66 … … 54 68 margin: 0 0 1em 1em; 55 69 } 70 56 71 .filename { 57 72 float: right; 58 margin-left: 0;73 margin-left: 0; 59 74 margin-right: 10px; 60 75 } 76 61 77 #media-upload .describe th.label { 62 text-align: right;78 text-align: right; 63 79 } 80 64 81 .menu_order { 65 float: left;82 float: left; 66 83 } -
trunk/wp-admin/css/media.css
r8612 r9370 64 64 margin: 0 1em 0 0; 65 65 } 66 66 67 .image-align-none-label { 67 68 background: url(../images/align-none.png) no-repeat center left; … … 87 88 width: 460px; 88 89 } 90 89 91 tr.image-size div.image-size-item { 90 92 float: left; … … 92 94 margin: 0; 93 95 } 96 94 97 tr.image-size label { 95 98 display: inline; 96 99 margin: 0 0 0 1em; 97 100 } 101 98 102 .pinkynail { 99 103 max-width: 40px; … … 104 108 float: left; 105 109 } 110 106 111 .crunching { 107 112 display: block; … … 110 115 margin-right: 5px; 111 116 } 117 112 118 button.dismiss { 113 119 position: absolute; … … 116 122 z-index: 4; 117 123 } 124 118 125 .file-error { 119 126 margin: 0 0 5px 50px; … … 123 130 .progress { 124 131 position: absolute; 125 top: 0 px;126 left: 0 px;132 top: 0; 133 left: 0; 127 134 width: 623px; 128 135 height: 36px; 129 136 } 137 130 138 .bar { 131 width: 0 px;139 width: 0; 132 140 height: 100%; 133 141 border-right-width: 3px; … … 143 151 max-height: 128px; 144 152 } 153 145 154 .media-item .pinkynail { 146 155 float: left; … … 153 162 background-color: transparent; 154 163 } 164 155 165 thead.media-item-info th, thead.media-item-info td { 156 166 border: none; … … 165 175 display: none; 166 176 } 177 167 178 abbr.required { 168 179 text-decoration: none; 169 180 border: none; 170 181 } 182 171 183 .describe label { 172 184 display: inline; 173 185 } 186 174 187 .describe td { 175 188 vertical-align: middle; 176 189 } 190 177 191 .describe td.A1 { 178 192 width: 132px; 179 193 } 194 180 195 .describe input[type="text"], .describe textarea { 181 196 width: 460px; 182 197 } 198 183 199 .describe-toggle-on, .describe-toggle-off { 184 200 display: block; … … 187 203 margin-right: 20px; 188 204 } 205 189 206 .describe-toggle-off { 190 207 display: none; 191 }192 193 .clickmask {194 208 } 195 209 … … 215 229 font-weight: normal; 216 230 } 231 217 232 #media-upload tr.image-size td.field { 218 233 text-align: center; 219 234 } 235 220 236 #media-upload #media-items { 221 237 border-width: 1px; … … 244 260 max-width: 430px; 245 261 } 262 246 263 #media-upload .describe { 247 264 border-top-width: 1px; … … 252 269 cursor: default; 253 270 } 271 254 272 #media-upload .describe th.label { 255 273 padding-top: .5em; 256 274 text-align: left; 257 275 } 276 258 277 #media-upload tr.align td.field { 259 278 text-align: center; 260 279 } 280 261 281 #media-upload tr.image-size { 262 282 margin-bottom: 1em; … … 273 293 274 294 #filter .tablenav select { 275 border-style: solid;276 border-width: 1px;277 padding: 2px;278 vertical-align: top;295 border-style: solid; 296 border-width: 1px; 297 padding: 2px; 298 vertical-align: top; 279 299 } 280 300 … … 296 316 297 317 .menu_order_input { 298 border: 1px solid # DDDDDD;318 border: 1px solid #ddd; 299 319 font-size: 10px; 300 320 padding: 1px; … … 310 330 311 331 #media-upload th.order-head { 312 width: 25%;313 text-align: center;332 width: 25%; 333 text-align: center; 314 334 } 315 335 -
trunk/wp-admin/css/theme-editor.css
r7304 r9370 24 24 25 25 #templateside h4 { 26 margin-bottom: 0 px;26 margin-bottom: 0; 27 27 } 28 28 … … 34 34 35 35 #templateside ol li, #templateside ul li { 36 margin: 1px 0 px;36 margin: 1px 0; 37 37 } 38 38 … … 59 59 div.bordertitle h2 { 60 60 border: none; 61 padding-bottom: 0 px;61 padding-bottom: 0; 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.