web/static/admin/css/changelists.css
author wakimd
Tue, 16 Nov 2010 15:35:12 +0100
changeset 10 000f3ca19eaa
parent 9 22ab430e9b64
permissions -rw-r--r--
Added 404 templates + some views corrections
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
/* CHANGELISTS */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
#changelist {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
    position: relative;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
    width: 100%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
#changelist table {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
    width: 100%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
.change-list .filtered table {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
    border-right: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
.change-list .filtered {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
    min-height: 400px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
.change-list .filtered {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
    background: white url(../img/admin/changelist-bg.gif) top right repeat-y !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
.change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
    margin-right: 160px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
    width: auto !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    27
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    28
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    29
.change-list .filtered table tbody th {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
    padding-right: 1em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
#changelist .toplinks {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
    border-bottom: 1px solid #ccc !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
#changelist .paginator {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
    border-top: 1px solid #eee;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
    border-bottom: 1px solid #eee;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
    background: white url(../img/admin/nav-bg.gif) 0 180% repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
    overflow: hidden;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    43
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    44
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    45
.change-list .filtered .paginator {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
    border-right: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    47
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    48
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    49
/* CHANGELIST TABLES */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    50
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    51
#changelist table thead th {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    52
    white-space: nowrap;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    53
    vertical-align: middle;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    54
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    55
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    56
#changelist table thead th.action-checkbox-column {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    57
    width: 1.5em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    58
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    59
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    60
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    61
#changelist table tbody td {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    62
    border-left: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    63
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    64
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    65
#changelist table tbody td:first-child {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    66
    border-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    67
    border-right: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    68
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    69
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    70
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    71
#changelist table tfoot {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    72
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    73
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    74
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    75
/* TOOLBAR */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    76
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    77
#changelist #toolbar {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    78
    padding: 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    79
    border-bottom: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    80
    background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    81
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    82
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    83
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    84
#changelist #toolbar form input {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    85
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    86
    padding: 1px 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    87
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    88
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    89
#changelist #toolbar form #searchbar {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    90
    padding: 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    91
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    92
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    93
#changelist #changelist-search img {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    94
    vertical-align: middle;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    95
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    96
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    97
/* FILTER COLUMN */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    98
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    99
#changelist-filter {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   100
    position: absolute;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   101
    top: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   102
    right: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   103
    z-index: 1000;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   104
    width: 160px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   105
    border-left: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   106
    background: #efefef;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   107
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   108
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   109
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   110
#changelist-filter h2 {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   111
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   112
    padding: 2px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   113
    border-bottom: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   114
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   115
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   116
#changelist-filter h3 {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   117
    font-size: 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   118
    margin-bottom: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   119
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   120
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   121
#changelist-filter ul {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   122
    padding-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   123
    margin-left: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   124
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   125
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   126
#changelist-filter li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   127
    list-style-type: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   128
    margin-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   129
    padding-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   130
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   131
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   132
#changelist-filter a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   133
    color: #999;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   134
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   135
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   136
#changelist-filter a:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   137
    color: #036;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   138
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   139
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   140
#changelist-filter li.selected {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   141
    border-left: 5px solid #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   142
    padding-left: 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   143
    margin-left: -10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   144
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   145
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   146
#changelist-filter li.selected a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   147
    color: #5b80b2 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   148
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   149
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   150
/* DATE DRILLDOWN */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   151
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   152
.change-list ul.toplinks {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   153
    display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   154
    background: white url(../img/admin/nav-bg-reverse.gif) 0 -10px repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   155
    border-top: 1px solid white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   156
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   157
    padding: 0 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   158
    margin: 0 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   159
    width: 100%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   160
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   161
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   162
.change-list ul.toplinks li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   163
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   164
    width: 9em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   165
    padding: 3px 6px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   166
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   167
    list-style-type: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   168
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   169
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   170
.change-list ul.toplinks .date-back a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   171
    color: #999;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   172
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   173
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   174
.change-list ul.toplinks .date-back a:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   175
    color: #036;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   176
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   177
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   178
/* PAGINATOR */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   179
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   180
.paginator {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   181
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   182
    padding-top: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   183
    padding-bottom: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   184
    line-height: 22px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   185
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   186
    border-top: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   187
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   188
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   189
.paginator a:link, .paginator a:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   190
    padding: 2px 6px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   191
    border: solid 1px #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   192
    background: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   193
    text-decoration: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   194
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   195
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   196
.paginator a.showall {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   197
    padding: 0 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   198
    border: none !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   199
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   200
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   201
.paginator a.showall:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   202
    color: #036 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   203
    background: transparent !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   204
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   205
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   206
.paginator .end {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   207
    border-width: 2px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   208
    margin-right: 6px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   209
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   210
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   211
.paginator .this-page {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   212
    padding: 2px 6px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   213
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   214
    font-size: 13px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   215
    vertical-align: top;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   216
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   217
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   218
.paginator a:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   219
    color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   220
    background: #5b80b2;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   221
    border-color: #036;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   222
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   223
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   224
/* ACTIONS */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   225
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   226
.filtered .actions {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   227
    margin-right: 160px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   228
    border-right: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   229
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   230
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   231
#changelist table input {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   232
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   233
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   234
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   235
#changelist table tbody tr.selected {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   236
    background-color: #FFFFCC;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   237
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   238
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   239
#changelist .actions {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   240
    color: #999;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   241
    padding: 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   242
    border-top: 1px solid #fff;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   243
    border-bottom: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   244
    background: white url(../img/admin/nav-bg-reverse.gif) 0 -10px repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   245
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   246
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   247
#changelist .actions.selected {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   248
    background: #fffccf;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   249
    border-top: 1px solid #fffee8;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   250
    border-bottom: 1px solid #edecd6;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   251
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   252
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   253
#changelist .actions span.all,
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   254
#changelist .actions span.action-counter,
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   255
#changelist .actions span.clear,
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   256
#changelist .actions span.question {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   257
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   258
    margin: 0 0.5em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   259
    display: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   260
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   261
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   262
#changelist .actions:last-child {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   263
    border-bottom: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   264
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   265
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   266
#changelist .actions select {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   267
    border: 1px solid #aaa;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   268
    margin-left: 0.5em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   269
    padding: 1px 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   270
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   271
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   272
#changelist .actions label {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   273
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   274
    margin-left: 0.5em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   275
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   276
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   277
#changelist #action-toggle {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   278
    display: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   279
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   280
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   281
#changelist .actions .button {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   282
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   283
    padding: 1px 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   284
}