web/static/admin/css/rtl.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
body {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
    direction: rtl;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
/* LOGIN */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
.login .form-row {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
.login .form-row label {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
    padding-left: 0.5em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
    padding-right: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
    text-align: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
.login .submit-row {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
    clear: both;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
    padding: 1em 9.4em 0 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
/* GLOBAL */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
th {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
    text-align: right;
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
.module h2, .module caption {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
    text-align: right;
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
.addlink, .changelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    34
    padding-left: 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    35
    padding-right: 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    36
    background-position: 100% 0.2em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    37
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    38
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    39
.deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    40
    padding-left: 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    41
    padding-right: 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    42
    background-position: 100% 0.25em;
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
.object-tools {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    46
    float: left;
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
/* LAYOUT */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    50
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    51
#user-tools {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    52
    right: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    53
    left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    54
    text-align: left;
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
div.breadcrumbs {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    58
    text-align: right;
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
#content-main {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    62
    float: right;
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
#content-related {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    66
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    67
    margin-left: -19em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    68
    margin-right: auto;
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
.colMS {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    72
    margin-left: 20em !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    73
    margin-right: 10px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    74
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    75
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    76
/* dashboard styles */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    77
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    78
.dashboard .module table td a {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    79
    padding-left: .6em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    80
    padding-right: 12px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    81
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    82
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    83
/* changelists styles */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    84
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    85
.change-list .filtered {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    86
    background: white url(../img/admin/changelist-bg_rtl.gif) top left repeat-y !important;
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
.change-list .filtered table {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    90
    border-left: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    91
    border-right: 0px none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    92
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    93
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    94
#changelist-filter {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    95
    right: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    96
    left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    97
    border-left: 0px none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    98
    border-right: 1px solid #ddd;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    99
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   100
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   101
.change-list .filtered table, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   102
    margin-right: 0px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   103
    margin-left: 160px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   104
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   105
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   106
#changelist-filter li.selected {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   107
    border-left: 0px none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   108
    padding-left: 0px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   109
    margin-left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   110
    border-right: 5px solid #ccc;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   111
    padding-right: 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   112
    margin-right: -10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   113
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   114
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   115
.filtered .actions {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   116
    border-left:1px solid #DDDDDD;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   117
    margin-left:160px !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   118
    border-right: 0 none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   119
    margin-right:0 !important;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   120
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   121
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   122
/* FORMS */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   123
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   124
.aligned label {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   125
    padding: 0 0 3px 1em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   126
    float: right;
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
.submit-row {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   130
    text-align: left
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
.submit-row p.deletelink-box {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   134
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   135
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   136
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   137
.submit-row .deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   138
    background: url(../img/admin/icon_deletelink.gif) 0 50% no-repeat;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   139
    padding-right: 14px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   140
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   141
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   142
.vDateField, .vTimeField {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   143
    margin-left: 2px;
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
form ul.inline li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   147
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   148
    padding-right: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   149
    padding-left: 7px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   150
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   151
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   152
input[type=submit].default, .submit-row input.default {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   153
    float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   154
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   155
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   156
fieldset .field-box {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   157
    float: right;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   158
    margin-left: 20px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   159
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   160
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   161
.errorlist li {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   162
    background-position: 100% .3em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   163
    padding: 4px 25px 4px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   164
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   165
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   166
.errornote {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   167
    background-position: 100% .3em;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   168
    padding: 4px 25px 4px 5px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   169
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   170
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   171
/* WIDGETS */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   172
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   173
.calendarnav-previous {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   174
    top: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   175
    left: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   176
    right: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   177
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   178
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   179
.calendarnav-next {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   180
    top: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   181
    right: auto;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   182
    left: 0;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   183
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   184
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   185
.calendar caption, .calendarbox h2 {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   186
    text-align: center;
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
.selector {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   190
    float: right;
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
.selector .selector-filter {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   194
    text-align: right;
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
.inline-deletelink {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   198
    float: left;
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
/* MISC */
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   202
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   203
.inline-related h2, .inline-group h2 {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   204
    text-align: right
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   205
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   206
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   207
.inline-related h3 span.delete {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   208
    padding-right: 20px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   209
    padding-left: inherit;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   210
    left: 10px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   211
    right: inherit;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   212
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   213
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   214
.inline-related h3 span.delete label {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   215
    margin-left: inherit;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   216
    margin-right: 2px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
   217
}