Changeset 2177
- Timestamp:
- 12/15/2009 08:24:11 AM (15 years ago)
- Location:
- trunk/bp-themes/bp-default/_inc/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/adminbar.css
r2172 r2177 1 body { 2 padding-top: 25px; 3 } 4 1 5 #wp-admin-bar { 2 6 position: fixed; … … 11 15 position: relative; 12 16 padding: 0; 13 width: 90%;17 width: 100%; 14 18 min-width: 960px; 15 19 max-width: 1250px; … … 38 42 list-style: none; 39 43 margin: 0; 44 padding: 0; 45 line-height: 100%; 40 46 } 41 47 … … 45 51 text-decoration: none; 46 52 color: #f0f0f0; 53 font-size: 11px; 47 54 } 48 55 #wp-admin-bar li.no-arrow a { -
trunk/bp-themes/bp-default/_inc/css/default.css
r2172 r2177 14 14 max-width: 1250px; 15 15 margin: 0 auto; 16 padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */ 16 17 } 17 18 body.activity-permalink { … … 72 73 } 73 74 75 /* > Admin Bar 76 -------------------------------------------------------------- */ 77 78 #wp-admin-bar .padder { 79 width: 90% !important; /* Line up the admin bar with the content body in this theme */ 80 } 81 74 82 /* > Header 75 83 -------------------------------------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.