Changeset 7163
- Timestamp:
- May 13, 2008, 2:58:31 PM (15 years ago)
- Location:
- OpenPNE/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/public_html/xhtml_style.php
r7158 r7163 2011 2011 2012 2012 /*============================================================================== 2013 * biz TodoList2014 *----------------------------------------------------------------------------*/ 2015 #Body .biz TodoList {2013 * bizSideTodoList 2014 *----------------------------------------------------------------------------*/ 2015 #Body .bizSideTodoList { 2016 2016 width: 220px; 2017 2017 margin: 10px 5px; 2018 2018 border: 1px solid #<?php echo $colors[1]; ?>; 2019 2019 } 2020 #Body .biz TodoList td {2020 #Body .bizSideTodoList td { 2021 2021 border-width: 1px 0 0; 2022 2022 } 2023 .biz TodoList .block {2024 padding: 5px; 2025 } 2026 .biz TodoList textarea {2023 .bizSideTodoList .block { 2024 padding: 5px; 2025 } 2026 .bizSideTodoList textarea { 2027 2027 width: 99%; 2028 2028 } 2029 .biz TodoList tr.someone {2029 .bizSideTodoList tr.someone { 2030 2030 background: #<?php echo $colors[7]; ?>; 2031 2031 } 2032 .biz TodoList tr.checked {2032 .bizSideTodoList tr.checked { 2033 2033 color: #999999; 2034 2034 } 2035 .biz TodoList td.state {2035 .bizSideTodoList td.state { 2036 2036 width: 35px; 2037 2037 } 2038 .biz TodoList td.operation {2038 .bizSideTodoList td.operation { 2039 2039 width: 16px; 2040 2040 } -
OpenPNE/trunk/webapp_biz/modules/biz/templates/inc_biz_todo.tpl
r6735 r7163 1 <div class="parts biz TodoList">1 <div class="parts bizSideTodoList"> 2 2 <div class="partsHeading"><h3>Todo一覧</h3></div> 3 3
Note: See TracChangeset
for help on using the changeset viewer.