Changeset 27009
- Timestamp:
- 01/22/2014 07:00:11 PM (11 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-includes/css/admin-bar.css
r26965 r27009 1038 1038 } 1039 1039 1040 #wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper {1041 right: 0;1042 left: auto;1043 }1044 1045 1040 .network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account { 1046 1041 margin-right: 0; 1042 } 1043 1044 /* Realign arrows on taller responsive submenus */ 1045 1046 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { 1047 top: 10px; 1048 left: 0; 1047 1049 } 1048 1050 } … … 1098 1100 display: none; 1099 1101 } 1100 } 1102 1103 /* Make submenus full-width at this size */ 1104 1105 #wpadminbar .ab-top-menu > .menupop li > .ab-sub-wrapper { 1106 position: static; 1107 -webkit-box-shadow: none; 1108 box-shadow: none; 1109 } 1110 }
Note: See TracChangeset
for help on using the changeset viewer.