web/static/admin/css/widgets.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
/* SELECTOR (FILTER INTERFACE) */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
.selector {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
    width: 580px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
    float: left;
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
.selector select {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
    width: 270px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
    height: 17.2em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
.selector-available, .selector-chosen {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
    width: 270px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
    margin-bottom: 5px;
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
.selector-available h2, .selector-chosen h2 {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
    border: 1px solid #ccc;
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
.selector .selector-available h2 {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
    background: white url(../img/admin/nav-bg.gif) bottom left repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
    color: #666;
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
.selector .selector-filter {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
    background: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
    border: 1px solid #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
    border-width: 0 1px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
    padding: 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
    color: #999;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
    font-size: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
    text-align: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
.selector .selector-chosen .selector-filter {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
    padding: 4px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    43
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    44
.selector .selector-available input {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    45
    width: 230px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    47
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    48
.selector ul.selector-chooser {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    49
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    50
    width: 22px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    51
    height: 50px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    52
    background: url(../img/admin/chooser-bg.gif) top center no-repeat;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    53
    margin: 8em 3px 0 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    54
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    55
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    56
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    57
.selector-chooser li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    58
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    59
    padding: 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    60
    list-style-type: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    61
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    62
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    63
.selector select {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    64
    margin-bottom: 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    65
    margin-top: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    66
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    67
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    68
.selector-add, .selector-remove {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    69
    width: 16px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    70
    height: 16px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    71
    display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    72
    text-indent: -3000px;
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
.selector-add {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    76
    background: url(../img/admin/selector-add.gif) top center no-repeat;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    77
    margin-bottom: 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    78
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    79
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    80
.selector-remove {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    81
    background: url(../img/admin/selector-remove.gif) top center no-repeat;
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
a.selector-chooseall, a.selector-clearall {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    85
    display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    86
    width: 6em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    87
    text-align: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    88
    margin-left: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    89
    margin-right: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    90
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    91
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    92
    padding: 3px 0 3px 18px;
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
a.selector-chooseall:hover, a.selector-clearall:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    96
    color: #036;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    97
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    98
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    99
a.selector-chooseall {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   100
    width: 7em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   101
    background: url(../img/admin/selector-addall.gif) left center no-repeat;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   102
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   103
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   104
a.selector-clearall {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   105
    background: url(../img/admin/selector-removeall.gif) left center no-repeat;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   106
}
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
/* STACKED SELECTORS */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   110
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   111
.stacked {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   112
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   113
    width: 500px;
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
.stacked select {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   117
    width: 480px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   118
    height: 10.1em;
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
.stacked .selector-available, .stacked .selector-chosen {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   122
    width: 480px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   123
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   124
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   125
.stacked .selector-available {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   126
    margin-bottom: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   127
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   128
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   129
.stacked .selector-available input {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   130
    width: 442px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   131
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   132
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   133
.stacked ul.selector-chooser {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   134
    height: 22px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   135
    width: 50px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   136
    margin: 0 0 3px 40%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   137
    background: url(../img/admin/chooser_stacked-bg.gif) top center no-repeat;
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
.stacked .selector-chooser li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   141
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   142
    padding: 3px 3px 3px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   143
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   144
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   145
.stacked .selector-chooseall, .stacked .selector-clearall {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   146
    display: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   147
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   148
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   149
.stacked .selector-add {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   150
    background-image: url(../img/admin/selector_stacked-add.gif);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   151
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   152
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   153
.stacked .selector-remove {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   154
    background-image: url(../img/admin/selector_stacked-remove.gif);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   155
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   156
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   157
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   158
/* DATE AND TIME */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   159
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   160
p.datetime {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   161
    line-height: 20px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   162
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   163
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   164
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   165
    font-size: 11px;
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
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   168
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   169
.datetime span {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   170
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   171
    color: #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   172
    font-weight: normal;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   173
    white-space: nowrap;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   174
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   175
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   176
table p.datetime {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   177
    font-size: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   178
    margin-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   179
    padding-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   180
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   181
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   182
/* FILE UPLOADS */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   183
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   184
p.file-upload {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   185
    line-height: 20px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   186
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   187
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   188
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   189
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   190
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   191
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   192
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   193
.file-upload a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   194
    font-weight: normal;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   195
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   196
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   197
.file-upload .deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   198
    margin-left: 5px;
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
/* CALENDARS & CLOCKS */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   202
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   203
.calendarbox, .clockbox {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   204
    margin: 5px auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   205
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   206
    width: 16em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   207
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   208
    background: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   209
    position: relative;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   210
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   211
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   212
.clockbox {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   213
    width: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   214
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   215
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   216
.calendar {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   217
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   218
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   219
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   220
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   221
.calendar table {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   222
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   223
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   224
    border-collapse: collapse;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   225
    background: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   226
    width: 99%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   227
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   228
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   229
.calendar caption, .calendarbox h2 {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   230
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   231
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   232
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   233
    border-top: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   234
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   235
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   236
.calendar th {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   237
    font-size: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   238
    color: #666;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   239
    padding: 2px 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   240
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   241
    background: #e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   242
    border-bottom: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   243
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   244
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   245
.calendar td {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   246
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   247
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   248
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   249
    border-top: 1px solid #eee;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   250
    border-bottom: none;
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
.calendar td.selected a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   254
    background: #C9DBED;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   255
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   256
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   257
.calendar td.nonday {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   258
    background: #efefef;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   259
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   260
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   261
.calendar td.today a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   262
    background: #ffc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   263
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   264
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   265
.calendar td a, .timelist a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   266
    display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   267
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   268
    padding: 4px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   269
    text-decoration: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   270
    color: #444;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   271
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   272
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   273
.calendar td a:hover, .timelist a:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   274
    background: #5b80b2;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   275
    color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   276
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   277
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   278
.calendar td a:active, .timelist a:active {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   279
    background: #036;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   280
    color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   281
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   282
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   283
.calendarnav {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   284
    font-size: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   285
    text-align: center;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   286
    color: #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   287
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   288
    padding: 1px 3px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   289
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   290
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   291
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   292
    color: #999;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   293
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   294
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   295
.calendar-shortcuts {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   296
    background: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   297
    font-size: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   298
    line-height: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   299
    border-top: 1px solid #eee;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   300
    padding: 3px 0 4px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   301
    color: #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   302
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   303
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   304
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   305
    display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   306
    position: absolute;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   307
    font-weight: bold;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   308
    font-size: 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   309
    background: #C9DBED url(../img/admin/default-bg.gif) bottom left repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   310
    padding: 1px 4px 2px 4px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   311
    color: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   312
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   313
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   314
.calendarnav-previous:hover, .calendarnav-next:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   315
    background: #036;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   316
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   317
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   318
.calendarnav-previous {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   319
    top: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   320
    left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   321
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   322
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   323
.calendarnav-next {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   324
    top: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   325
    right: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   326
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   327
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   328
.calendar-cancel {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   329
    margin: 0 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   330
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   331
    font-size: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   332
    background: #e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   333
    border-top: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   334
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   335
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   336
.calendar-cancel a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   337
    padding: 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   338
    color: #999;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   339
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   340
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   341
ul.timelist, .timelist li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   342
    list-style-type: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   343
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   344
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   345
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   346
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   347
.timelist a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   348
    padding: 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   349
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   350
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   351
/* INLINE ORDERER */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   352
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   353
ul.orderer {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   354
    position: relative;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   355
    padding: 0 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   356
    margin: 0 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   357
    list-style-type: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   358
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   359
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   360
ul.orderer li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   361
    list-style-type: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   362
    display: block;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   363
    padding: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   364
    margin: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   365
    border: 1px solid #bbb;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   366
    border-width: 0 1px 1px 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   367
    white-space: nowrap;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   368
    overflow: hidden;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   369
    background: #e2e2e2 url(../img/admin/nav-bg-grabber.gif) repeat-y;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   370
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   371
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   372
ul.orderer li:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   373
    cursor: move;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   374
    background-color: #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   375
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   376
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   377
ul.orderer li a.selector {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   378
    margin-left: 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   379
    overflow: hidden;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   380
    width: 83%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   381
    font-size: 10px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   382
    padding: 0.6em 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   383
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   384
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   385
ul.orderer li a:link, ul.orderer li a:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   386
    color: #333;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   387
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   388
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   389
ul.orderer li .inline-deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   390
    position: absolute;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   391
    right: 4px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   392
    margin-top: 0.6em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   393
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   394
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   395
ul.orderer li.selected {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   396
    background-color: #f8f8f8;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   397
    border-right-color: #f8f8f8;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   398
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   399
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   400
ul.orderer li.deleted {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   401
    background: #bbb url(../img/admin/deleted-overlay.gif);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   402
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   403
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   404
ul.orderer li.deleted a:link, ul.orderer li.deleted a:visited {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   405
    color: #888;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   406
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   407
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   408
ul.orderer li.deleted .inline-deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   409
    background-image: url(../img/admin/inline-restore.png);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   410
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   411
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   412
ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   413
    cursor: default;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   414
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   415
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   416
/* EDIT INLINE */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   417
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   418
.inline-deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   419
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   420
    text-indent: -9999px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   421
    background: transparent url(../img/admin/inline-delete.png) no-repeat;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   422
    width: 15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   423
    height: 15px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   424
    border: 0px none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   425
    outline: 0; /* Remove dotted border around link */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   426
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   427
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   428
.inline-deletelink:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   429
    background-position: -15px 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   430
    cursor: pointer;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   431
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   432
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   433
.editinline button.addlink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   434
    border: 0px none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   435
    color: #5b80b2;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   436
    font-size: 100%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   437
    cursor: pointer;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   438
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   439
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   440
.editinline button.addlink:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   441
    color: #036;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   442
    cursor: pointer;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   443
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   444
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   445
.editinline table .help {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   446
    text-align: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   447
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   448
    padding-left: 2em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   449
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   450
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   451
.editinline tfoot .addlink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   452
    white-space: nowrap;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   453
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   454
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   455
.editinline table thead th:last-child {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   456
    border-left: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   457
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   458
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   459
.editinline tr.deleted {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   460
    background: #ddd url(../img/admin/deleted-overlay.gif);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   461
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   462
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   463
.editinline tr.deleted .inline-deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   464
    background-image: url(../img/admin/inline-restore.png);
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   465
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   466
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   467
.editinline tr.deleted td:hover {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   468
    cursor: default;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   469
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   470
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   471
.editinline tr.deleted td:first-child {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   472
    background-image: none !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   473
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   474
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   475
/* EDIT INLINE - STACKED */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   476
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   477
.editinline-stacked {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   478
    min-width: 758px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   479
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   480
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   481
.editinline-stacked .inline-object {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   482
    margin-left: 210px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   483
    background: white;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   484
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   485
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   486
.editinline-stacked .inline-source {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   487
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   488
    width: 200px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   489
    background: #f8f8f8;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   490
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   491
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   492
.editinline-stacked .inline-splitter {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   493
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   494
    width: 9px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   495
    background: #f8f8f8 url(../img/admin/inline-splitter-bg.gif) 50% 50% no-repeat;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   496
    border-right: 1px solid #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   497
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   498
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   499
.editinline-stacked .controls {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   500
    clear: both;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   501
    background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   502
    padding: 3px 4px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   503
    font-size: 11px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   504
    border-top: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   505
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   506