Changeset 2498
- Timestamp:
- 06/03/08 23:28:50 (21 months ago)
- Location:
- branches/release-39
- Files:
-
- 2 modified
-
lib/MT/CMS/Tools.pm (modified) (1 diff)
-
mt-static/css/structure.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/lib/MT/CMS/Tools.pm
r1906 r2498 1430 1430 } 1431 1431 $param->{name} = $q->param('current_file'); 1432 $param->{screen_id} = "adjust-sitepath"; 1432 1433 $app->load_tmpl( 'dialog/adjust_sitepath.tmpl', $param ); 1433 1434 } -
branches/release-39/mt-static/css/structure.css
r2485 r2498 1700 1700 .edit-folder #main-content .field .field-content, 1701 1701 .edit-category #main-content .field .field-content, 1702 #main-content .field-left-label .field-content { 1702 #adjust-sitepath .field-left-label .field-content, 1703 #main-content .field-left-label .field-content { 1703 1704 margin-left: 130px; 1704 1705 } … … 4580 4581 background-color: #fafafa; 4581 4582 height: 258px; 4582 width: 7 38px;4583 width: 718px; 4583 4584 } 4584 4585 .dialog .import-process {
