Changeset 26753
- Timestamp:
- 12/06/2013 11:15:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26750 r26753 7055 7055 font-weight: 700; 7056 7056 } 7057 7057 7058 /** 7058 7059 * Single Theme Mode … … 7064 7065 display: none; 7065 7066 } 7067 7066 7068 .single-theme .theme-overlay .theme-wrap { 7067 7069 clear: both; 7070 min-height: 330px; 7071 position: relative; 7072 left: auto; 7073 right: auto; 7074 top: auto; 7075 bottom: auto; 7076 } 7077 7078 .single-theme .theme-overlay .theme-about { 7079 padding: 30px 30px 70px; 7068 7080 position: static; 7069 7081 } 7070 .single-theme .theme-overlay .theme-about { 7071 padding: 30px; 7072 position: static; 7073 } 7082 7074 7083 .single-theme .theme-overlay .theme-actions { 7075 position: static;7084 position: absolute; 7076 7085 } 7077 7086 … … 7266 7275 .single-theme .current-label { 7267 7276 display: none; 7277 } 7278 .single-theme .theme-overlay .theme-actions { 7279 position: static; 7268 7280 } 7269 7281 }
Note: See TracChangeset
for help on using the changeset viewer.