~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to django/contrib/admin/media/css/rtl.css

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    margin-right: -10px;
113
113
}
114
114
 
 
115
.filtered .actions {
 
116
    border-left:1px solid #DDDDDD;
 
117
    margin-left:160px !important;
 
118
    border-right: 0 none;
 
119
    margin-right:0 !important;
 
120
}
 
121
 
115
122
/* FORMS */
116
123
 
117
124
.aligned label {
187
194
    text-align: right;
188
195
}
189
196
 
 
197
.inline-deletelink {
 
198
    float: left;
 
199
}
 
200
 
190
201
/* MISC */
191
202
 
192
 
.inline-related h2 {
 
203
.inline-related h2, .inline-group h2 {
193
204
    text-align: right
194
205
}
195
206