Changeset 26756
- Timestamp:
- 12/06/2013 11:46:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26753 r26756 2345 2345 } 2346 2346 2347 # dashboard-widgets.columns-1 .postbox-container {2347 #wpbody-content #dashboard-widgets.columns-1 .postbox-container { 2348 2348 width: 100%; 2349 2349 } 2350 2350 2351 # dashboard-widgets.columns-2 .postbox-container {2351 #wpbody-content #dashboard-widgets.columns-2 .postbox-container { 2352 2352 width: 49.5%; 2353 2353 } 2354 2354 2355 # dashboard-widgets.columns-2 #postbox-container-2,2356 # dashboard-widgets.columns-2 #postbox-container-3,2357 # dashboard-widgets.columns-2 #postbox-container-4 {2355 #wpbody-content #dashboard-widgets.columns-2 #postbox-container-2, 2356 #wpbody-content #dashboard-widgets.columns-2 #postbox-container-3, 2357 #wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 { 2358 2358 float: right; 2359 2359 width: 50.5%; 2360 2360 } 2361 2361 2362 # dashboard-widgets.columns-3 .postbox-container {2362 #wpbody-content #dashboard-widgets.columns-3 .postbox-container { 2363 2363 width: 33.5%; 2364 2364 } 2365 2365 2366 # dashboard-widgets.columns-3 #postbox-container-1 {2366 #wpbody-content #dashboard-widgets.columns-3 #postbox-container-1 { 2367 2367 width: 33%; 2368 2368 } 2369 2369 2370 # dashboard-widgets.columns-3 #postbox-container-3,2371 # dashboard-widgets.columns-3 #postbox-container-4 {2370 #wpbody-content #dashboard-widgets.columns-3 #postbox-container-3, 2371 #wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 { 2372 2372 float: right; 2373 2373 } 2374 2374 2375 # dashboard-widgets.columns-4 .postbox-container {2375 #wpbody-content #dashboard-widgets.columns-4 .postbox-container { 2376 2376 width: 25%; 2377 2377 }
Note: See TracChangeset
for help on using the changeset viewer.