Ticket #28086: dashboard.css.patch
File dashboard.css.patch, 643 bytes (added by , 11 years ago) |
---|
-
wp-admin/css/dashboard.css
162 162 position: absolute; 163 163 top: 5px; 164 164 right: 10px; 165 padding: 20px 15px 0 3px;165 margin: 20px 15px 0 3px; 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 left: - 18px;174 margin-top: -2px;173 left: -20px; 174 margin-top: 0px; 175 175 -webkit-transition: all .1s ease-in-out; 176 176 transition: all .1s ease-in-out; 177 177 }