Changeset 18189 for branches/comu-ver2/html/user_data
- Timestamp:
- 2009/07/14 16:55:40 (17 years ago)
- Location:
- branches/comu-ver2/html/user_data/packages/default
- Files:
-
- 3 edited
-
css/admin_contents.css (modified) (2 diffs)
-
css/main.css (modified) (1 diff)
-
js/layout_design.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/user_data/packages/default/css/admin_contents.css
r18179 r18189 371 371 width: 140px; 372 372 } 373 #TopNavi div.sort,#BottomNavi div.sort{ 374 width:95%; 375 margin: 5px auto 5px; 376 377 } 378 379 373 380 .placeholder { border:1px dashed #AAA; } 374 381 … … 395 402 height: 100px; 396 403 } 404 #TopNavi,#BottomNavi{ 405 width:95%; 406 min-height: 60px; 407 height:auto !important; 408 vertical-align: top; 409 text-align: center; 410 } 411 397 412 #design-layout-body td#layout-main {vertical-align: middle;} 398 413 -
branches/comu-ver2/html/user_data/packages/default/css/main.css
r18033 r18189 220 220 } 221 221 222 /* 上下のブロックエリア 223 ----------------------------------------------- */ 224 div#topcolumn{ 225 clear:both; 226 margin-bottom:12px; 227 margin-top:12px; 228 } 229 div#bottomcolumn{ 230 clear: both; 231 margin-bottom:12px; 232 margin-top:12px; 233 } 234 222 235 /* リストをボタンのような外観に 223 236 ----------------------------------------------- */ -
branches/comu-ver2/html/user_data/packages/default/js/layout_design.js
r17417 r18189 39 39 40 40 $(document).ready(function(){ 41 var els = ['#MainHead', '#MainFoot', '#LeftNavi', '#RightNavi', '#Unused'];41 var els = ['#MainHead', '#MainFoot', '#LeftNavi', '#RightNavi','#TopNavi','#BottomNavi', '#Unused']; 42 42 var $els = $(els.toString()); 43 43
Note: See TracChangeset
for help on using the changeset viewer.
