Changeset 1235
- Timestamp:
- 02/09/2015 07:18:26 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
r1156 r1235 78 78 ?> 79 79 </div> 80 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p> 80 81 </div> 81 82 <div class="theme-install-overlay"></div> 82 83 <div class="theme-overlay"></div> 83 84 <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>85 84 <span class="spinner"></span> 86 85 </div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css
r1228 r1235 101 101 102 102 .theme-browser .themes { 103 padding: 0; 104 } 105 .theme-browser .themes:not(:empty) { 103 106 font-size: 0; 107 padding: 0 0 100px; 104 108 } 105 109 .theme-browser .theme { … … 123 127 .theme-browser .theme .more-details:focus { 124 128 opacity: 1; 129 } 130 131 .theme-browser .no-themes { 132 margin: 100px 0 150px; 125 133 } 126 134
Note: See TracChangeset
for help on using the changeset viewer.