Changeset 26281
- Timestamp:
- 11/20/2013 02:40:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26277 r26281 10044 10044 min-width: 280px !important; 10045 10045 } 10046 10046 10047 .widget.ui-sortable-helper { 10047 10048 border: 1px solid #DEDEDE; … … 10051 10052 z-index: 2000; 10052 10053 } 10054 10053 10055 .widget-placeholder { 10054 10056 border: 1px solid #dedede; 10055 border-bottom: none; 10056 margin: 0 auto; 10057 height: 43px; 10057 margin: auto auto -1px; 10058 height: 50px; 10058 10059 width: 100%; 10059 10060 background: #eee; … … 10063 10064 box-sizing: border-box; 10064 10065 } 10065 10066 10066 10067 10067 /* Widget Sidebars */ … … 10262 10262 div#widgets-left .inactive-sidebar .widget-placeholder { 10263 10263 border: 1px solid #ccc; 10264 margin: 0 auto 10px auto;10265 height: 43px;10264 margin: 10px 0 0; 10265 height: 50px; 10266 10266 width: 100%; 10267 10267 border-radius: 3px; 10268 background: # aaa;10268 background: #e7e7e7; 10269 10269 box-shadow: inset 0 1px 2px rgba(0,0,0,0.05); 10270 10270 -webkit-box-sizing: border-box; … … 10334 10334 div#widgets-right .widgets-sortables { 10335 10335 padding: 0 8px; 10336 margin-bottom: 8px;10336 margin-bottom: 9px; 10337 10337 position: relative; 10338 min-height: 50px; 10338 10339 } 10339 10340 … … 10345 10346 left: 8px; 10346 10347 right: 8px; 10347 bottom: 1px;10348 height: 4 0px;10348 bottom: 0; 10349 height: 47px; 10349 10350 border: 1px dashed #dedede; 10350 border-radius: 3px;10351 10351 line-height: 40px; 10352 10352 font-weight: 600;
Note: See TracChangeset
for help on using the changeset viewer.