summaryrefslogtreecommitdiff
path: root/static/admin/css/rtl.css
diff options
context:
space:
mode:
authorprashantsinalkar2019-11-28 11:44:18 +0530
committerprashantsinalkar2019-11-28 11:44:18 +0530
commit06653abddb801782ef2fc9c7bd2ea097fd4c61c6 (patch)
tree31083a2fa059262370e3fb0825ce3e5c2cd0c4f2 /static/admin/css/rtl.css
parentc43a784c26da8fba39b4d017c1c596587a6255a6 (diff)
downloadpyfoss-06653abddb801782ef2fc9c7bd2ea097fd4c61c6.tar.gz
pyfoss-06653abddb801782ef2fc9c7bd2ea097fd4c61c6.tar.bz2
pyfoss-06653abddb801782ef2fc9c7bd2ea097fd4c61c6.zip
added static files in app
Diffstat (limited to 'static/admin/css/rtl.css')
-rw-r--r--static/admin/css/rtl.css250
1 files changed, 0 insertions, 250 deletions
diff --git a/static/admin/css/rtl.css b/static/admin/css/rtl.css
deleted file mode 100644
index ba9f1b5..0000000
--- a/static/admin/css/rtl.css
+++ /dev/null
@@ -1,250 +0,0 @@
-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;
-}
-
-.addlink, .changelink {
- padding-left: 0px;
- padding-right: 12px;
- background-position: 100% 0.2em;
-}
-
-.deletelink {
- padding-left: 0px;
- padding-right: 12px;
- background-position: 100% 0.25em;
-}
-
-.object-tools {
- float: left;
-}
-
-thead th:first-child,
-tfoot td:first-child {
- border-left: 1px solid #ddd !important;
-}
-
-/* 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: -19em;
- margin-right: auto;
-}
-
-.colMS {
- margin-left: 20em !important;
- margin-right: 10px !important;
-}
-
-/* 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: 12px;
-}
-
-/* changelists styles */
-
-.change-list .filtered {
- background: white url(../img/changelist-bg_rtl.gif) top left repeat-y !important;
-}
-
-.change-list .filtered table {
- border-left: 1px solid #ddd;
- border-right: 0px none;
-}
-
-#changelist-filter {
- right: auto;
- left: 0;
- border-left: 0px none;
- border-right: 1px solid #ddd;
-}
-
-.change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
- margin-right: 0px !important;
- margin-left: 160px !important;
-}
-
-#changelist-filter li.selected {
- border-left: 0px none;
- padding-left: 0px;
- margin-left: 0;
- border-right: 5px solid #ccc;
- padding-right: 5px;
- margin-right: -10px;
-}
-
-.filtered .actions {
- border-left:1px solid #DDDDDD;
- margin-left:160px !important;
- border-right: 0 none;
- margin-right:0 !important;
-}
-
-#changelist table tbody td:first-child, #changelist table tbody th:first-child {
- border-right: 0;
- border-left: 1px solid #ddd;
-}
-
-/* FORMS */
-
-.aligned label {
- padding: 0 0 3px 1em;
- float: right;
-}
-
-.submit-row {
- text-align: left
-}
-
-.submit-row p.deletelink-box {
- float: right;
-}
-
-.submit-row .deletelink {
- background: url(../img/icon_deletelink.gif) 0 50% no-repeat;
- padding-right: 14px;
-}
-
-.vDateField, .vTimeField {
- margin-left: 2px;
-}
-
-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% .3em;
- padding: 4px 25px 4px 5px;
-}
-
-.errornote {
- background-position: 100% .3em;
- padding: 4px 25px 4px 5px;
-}
-
-/* WIDGETS */
-
-.calendarnav-previous {
- top: 0;
- left: auto;
- right: 0;
-}
-
-.calendarnav-next {
- top: 0;
- right: auto;
- left: 0;
-}
-
-.calendar caption, .calendarbox h2 {
- text-align: center;
-}
-
-.selector {
- float: right;
-}
-
-.selector .selector-filter {
- text-align: right;
-}
-
-.inline-deletelink {
- float: left;
-}
-
-/* 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;
-} \ No newline at end of file