ここの情報は古いです。ご理解頂いた上でお取り扱いください。

Changeset 7163


Ignore:
Timestamp:
May 13, 2008, 2:58:31 PM (15 years ago)
Author:
ogawa
Message:

#2202:bizSideTodoListにパーツ名を変更

Location:
OpenPNE/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • OpenPNE/trunk/public_html/xhtml_style.php

    r7158 r7163  
    20112011
    20122012/*==============================================================================
    2013  * bizTodoList
    2014  *----------------------------------------------------------------------------*/
    2015 #Body .bizTodoList {
     2013 * bizSideTodoList
     2014 *----------------------------------------------------------------------------*/
     2015#Body .bizSideTodoList {
    20162016        width: 220px;
    20172017        margin: 10px 5px;
    20182018        border: 1px solid #<?php echo $colors[1]; ?>;
    20192019}
    2020 #Body .bizTodoList td {
     2020#Body .bizSideTodoList td {
    20212021        border-width: 1px 0 0;
    20222022}
    2023 .bizTodoList .block {
    2024         padding: 5px;
    2025 }
    2026 .bizTodoList textarea {
     2023.bizSideTodoList .block {
     2024        padding: 5px;
     2025}
     2026.bizSideTodoList textarea {
    20272027        width: 99%;
    20282028}
    2029 .bizTodoList tr.someone {
     2029.bizSideTodoList tr.someone {
    20302030        background: #<?php echo $colors[7]; ?>;
    20312031}
    2032 .bizTodoList tr.checked {
     2032.bizSideTodoList tr.checked {
    20332033        color: #999999;
    20342034}
    2035 .bizTodoList td.state {
     2035.bizSideTodoList td.state {
    20362036        width: 35px;
    20372037}
    2038 .bizTodoList td.operation {
     2038.bizSideTodoList td.operation {
    20392039        width: 16px;
    20402040}
  • OpenPNE/trunk/webapp_biz/modules/biz/templates/inc_biz_todo.tpl

    r6735 r7163  
    1 <div class="parts bizTodoList">
     1<div class="parts bizSideTodoList">
    22<div class="partsHeading"><h3>Todo一覧</h3></div>
    33
Note: See TracChangeset for help on using the changeset viewer.