Changeset 21399
- Timestamp:
- 08/01/2012 10:50:52 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.dev.css
r21313 r21399 4024 4024 4025 4025 .imgedit-crop { 4026 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -9px -31px;4026 background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px; 4027 4027 margin: 0 8px 0 0; 4028 4028 } … … 4037 4037 4038 4038 .imgedit-rleft { 4039 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -46px -31px;4039 background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px; 4040 4040 margin: 0 3px; 4041 4041 } … … 4050 4050 4051 4051 .imgedit-rright { 4052 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -77px -31px;4052 background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px; 4053 4053 margin: 0 8px 0 3px; 4054 4054 } … … 4063 4063 4064 4064 .imgedit-flipv { 4065 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -115px -31px;4065 background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px; 4066 4066 margin: 0 3px; 4067 4067 } … … 4076 4076 4077 4077 .imgedit-fliph { 4078 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -147px -31px;4078 background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px; 4079 4079 margin: 0 8px 0 3px; 4080 4080 } … … 4089 4089 4090 4090 .imgedit-undo { 4091 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -184px -31px;4091 background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px; 4092 4092 margin: 0 3px; 4093 4093 } … … 4102 4102 4103 4103 .imgedit-redo { 4104 background: transparent url( ../images/imgedit-icons.png) no-repeat scroll -215px -31px;4104 background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px; 4105 4105 margin: 0 8px 0 3px; 4106 4106 } … … 4179 4179 } 4180 4180 4181 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 4182 .imgedit-crop, 4183 .imgedit-rleft, 4184 .imgedit-rright, 4185 .imgedit-flipv, 4186 .imgedit-fliph, 4187 .imgedit-undo, 4188 .imgedit-redo { 4189 background-image: url('../images/imgedit-icons-2x.png'); 4190 background-size: 260px 64px; 4191 } 4192 } 4181 4193 4182 4194 /*------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.