﻿
/*
    プロトタイプを開発していた頃に定義していたCSS。
    互換性のために残しているが、将来的には置き換える
*/

textarea.details
{
    height: 300px;
    font-size: 12px;
}

td.editor,th.editor
{
    vertical-align: middle !important;
    text-align: center;
    padding: 8px;
}

.table_header, .table-header
{
    background-color: #5d8fa9;
    color: white;
}

.data-panel
{
    background-color: #fafbfa;
    color: #446677;
    border: 1px solid #448899
}

.data-panel-header
{
    background-color: #56b5b7;
    color: #f3fefe;
    border-bottom: 1px solid #448899;
    font-weight: bold;
    padding: 7px;
    padding-left: 18px;
}

pre {
    font-family: inherit;
    padding: 15px;
}