Ticket #28086: dashboard-rtl.css.patch
File dashboard-rtl.css.patch, 655 bytes (added by , 11 years ago) |
---|
-
wp-admin/css/dashboard-rtl.css
162 162 position: absolute; 163 163 top: 5px; 164 164 left: 10px; 165 padding:20px 3px 0 15px;165 margin:20px 3px 0 15px; 166 166 font-size: 13px; 167 167 text-decoration: none; 168 168 line-height: 1; … … 170 170 171 171 #welcome-panel.welcome-panel .welcome-panel-close::before { 172 172 position: absolute; 173 right: - 18px;174 margin-top: -2px;173 right: -20px; 174 margin-top: 0px; 175 175 -webkit-transition: all .1s ease-in-out; 176 176 transition: all .1s ease-in-out; 177 177 }