web/static/ldt/css/ldt.css
author wakimd
Tue, 16 Nov 2010 14:15:07 +0100
changeset 9 22ab430e9b64
permissions -rw-r--r--
Corrections on models and general structure
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
#addldtform
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
    font-size: 16px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
    background: #ffffff scroll repeat 0 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
    border: 1px solid #666666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
    text-align: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
    width: 700px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
#addldtform .title
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
    color: #666666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
    font-weight:bold !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
    font-size:16px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
    position: relative;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
    padding:8px 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
#addldtform .title .closebutton
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
    text-decoration: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
    color:#666666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    27
#addldtform .form-row
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    28
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    29
    border-bottom: 1px solid #eeeeee;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
    font-size: 15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
    padding: 8px 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
#addldtform label
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
    padding: 3px 8px 0 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
    width:8em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
    color: #333333 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
    font-weight: bold !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
#addldtform input
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    43
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    44
    font-size: 15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    45
    font-weight: normal;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
    padding:2px 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    47
    vertical-align: middle;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    48
    margin : 2px 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    49
    background-color: #ffffff;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    50
    border: 1px solid #cccccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    51
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    52
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    53
#addldtform  .checkbox
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    54
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    55
    padding: 6px 3px 3px 30px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    56
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    57
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    58
#addldtform .submit-row input
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    59
{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    60
    color:black;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    61
    border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    62
    background:#dddddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    63
    padding: 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    64
    margin:0 10px 10px 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    65
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    66
/*
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    67
#ldtlist{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    68
    width:60%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    69
    overflow:auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    70
    padding:1em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    71
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    72
*/
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    73
#ldtlist table {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    74
    border-collapse: collapse;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    75
    border-color: #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    76
    width:100%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    77
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    78
#ldtlist table caption{
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    79
    color:black;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    80
    font-size:15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    81
    font-weight:bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    82
    padding:5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    83
    text-align:left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    84
    text-transform:uppercase;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    85
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    86
#ldtlist td, th {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    87
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    88
    line-height: 13px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    89
    border-bottom: 1px solid #eee;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    90
    vertical-align: top;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    91
    padding: 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    92
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    93
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    94
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    95
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    96
#ldtlist table thead {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    97
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    98
    padding: 2px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    99
    font-size: 13px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   100
    background: #e1e1e1 url(../../admin/img/admin/nav-bg.gif) top left repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   101
    border-left: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   102
    border-bottom: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   103
    white-space: nowrap;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   104
    vertical-align: middle;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   105
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   106
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   107
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   108
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   109
#ldtlist table tbody td {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   110
    border-left: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   111
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   112
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   113
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   114
#ldtlist table tbody td:first-child {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   115
    border-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   116
    border-right: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   117
    text-align: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   118
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   119
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   120
#ldtlist table tfoot {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   121
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   122
}