123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- body {
- direction: rtl;
- }
- /* LOGIN */
- .login .form-row {
- float: right;
- }
- .login .form-row label {
- float: right;
- padding-left: 0.5em;
- padding-right: 0;
- text-align: left;
- }
- .login .submit-row {
- clear: both;
- padding: 1em 9.4em 0 0;
- }
- /* GLOBAL */
- th {
- text-align: right;
- }
- .module h2, .module caption {
- text-align: right;
- }
- .module ul, .module ol {
- margin-left: 0;
- margin-right: 1.5em;
- }
- .addlink, .changelink {
- padding-left: 0;
- padding-right: 16px;
- background-position: 100% 1px;
- }
- .deletelink {
- padding-left: 0;
- padding-right: 16px;
- background-position: 100% 1px;
- }
- .object-tools {
- float: left;
- }
- thead th:first-child,
- tfoot td:first-child {
- border-left: none;
- }
- /* LAYOUT */
- #user-tools {
- right: auto;
- left: 0;
- text-align: left;
- }
- div.breadcrumbs {
- text-align: right;
- }
- #content-main {
- float: right;
- }
- #content-related {
- float: left;
- margin-left: -300px;
- margin-right: auto;
- }
- .colMS {
- margin-left: 300px;
- margin-right: 0;
- }
- /* SORTABLE TABLES */
- table thead th.sorted .sortoptions {
- float: left;
- }
- thead th.sorted .text {
- padding-right: 0;
- padding-left: 42px;
- }
- /* dashboard styles */
- .dashboard .module table td a {
- padding-left: .6em;
- padding-right: 16px;
- }
- /* changelists styles */
- .change-list .filtered table {
- border-left: none;
- border-right: 0px none;
- }
- #changelist-filter {
- right: auto;
- left: 0;
- border-left: none;
- border-right: none;
- }
- .change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
- margin-right: 0;
- margin-left: 280px;
- }
- #changelist-filter li.selected {
- border-left: none;
- padding-left: 10px;
- margin-left: 0;
- border-right: 5px solid #eaeaea;
- padding-right: 10px;
- margin-right: -15px;
- }
- .filtered .actions {
- margin-left: 280px;
- margin-right: 0;
- }
- #changelist table tbody td:first-child, #changelist table tbody th:first-child {
- border-right: none;
- border-left: none;
- }
- /* FORMS */
- .aligned label {
- padding: 0 0 3px 1em;
- float: right;
- }
- .submit-row {
- text-align: left
- }
- .submit-row p.deletelink-box {
- float: right;
- }
- .submit-row input.default {
- margin-left: 0;
- }
- .vDateField, .vTimeField {
- margin-left: 2px;
- }
- .aligned .form-row input {
- margin-left: 5px;
- }
- form .aligned p.help, form .aligned div.help {
- clear: right;
- }
- form ul.inline li {
- float: right;
- padding-right: 0;
- padding-left: 7px;
- }
- input[type=submit].default, .submit-row input.default {
- float: left;
- }
- fieldset .field-box {
- float: right;
- margin-left: 20px;
- margin-right: 0;
- }
- .errorlist li {
- background-position: 100% 12px;
- padding: 0;
- }
- .errornote {
- background-position: 100% 12px;
- padding: 10px 12px;
- }
- /* WIDGETS */
- .calendarnav-previous {
- top: 0;
- left: auto;
- right: 10px;
- }
- .calendarnav-next {
- top: 0;
- right: auto;
- left: 10px;
- }
- .calendar caption, .calendarbox h2 {
- text-align: center;
- }
- .selector {
- float: right;
- }
- .selector .selector-filter {
- text-align: right;
- }
- .inline-deletelink {
- float: left;
- }
- form .form-row p.datetime {
- overflow: hidden;
- }
- .related-widget-wrapper {
- float: right;
- }
- /* MISC */
- .inline-related h2, .inline-group h2 {
- text-align: right
- }
- .inline-related h3 span.delete {
- padding-right: 20px;
- padding-left: inherit;
- left: 10px;
- right: inherit;
- float:left;
- }
- .inline-related h3 span.delete label {
- margin-left: inherit;
- margin-right: 2px;
- }
- /* IE7 specific bug fixes */
- div.colM {
- position: relative;
- }
- .submit-row input {
- float: left;
- }
|