Changeset 26660
- Timestamp:
- 12/05/2013 04:56:48 AM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26656 r26660 7163 7163 width: 50%; 7164 7164 } 7165 .single-theme .theme-wrap { 7166 padding: 10px; 7167 } 7165 7168 } 7166 7169 … … 7241 7244 text-indent: 0; 7242 7245 margin-left: -40px; 7246 } 7247 7248 .single-theme .theme-wrap { 7249 margin: 0 -12px 0 -10px; 7250 padding: 10px; 7251 } 7252 .single-theme .theme-overlay .theme-about { 7253 padding: 10px; 7254 overflow: visible; 7255 } 7256 .single-theme .current-label { 7257 display: none; 7243 7258 } 7244 7259 } -
trunk/src/wp-admin/js/theme.js
r26652 r26660 268 268 269 269 event = event || window.event; 270 271 // Prevent collapsing detailed view when there is only one theme available 272 if ( themes.data.themes.length === 1 ) { 273 return; 274 } 270 275 271 276 // Detect if the click is inside the overlay
Note: See TracChangeset
for help on using the changeset viewer.