Skip to content

Commit

Permalink
Replace tabs by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ervilis committed Dec 30, 2014
1 parent 9bcec99 commit 9170802
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions djamin/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ thead th.sorted {
}

thead th.sorted .text {
padding-right: 42px;
padding-right: 42px;
}

table thead th .text span {
Expand Down Expand Up @@ -454,9 +454,9 @@ form .module {
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
background-image: url(../img/nav-bg.gif);
background-position: bottom;
opacity: 0.4;
background-image: url(../img/nav-bg.gif);
background-position: bottom;
opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
Expand All @@ -471,7 +471,7 @@ form .module {
}

.button[disabled].default, input[type=submit][disabled].default, input[type=button][disabled].default {
opacity: 0.3;
opacity: 0.3;
}


Expand Down Expand Up @@ -590,7 +590,7 @@ ul.errorlist {
}

.errorlist li a {
color: white;
color: white;
text-decoration: underline;
}

Expand Down
4 changes: 2 additions & 2 deletions djamin/static/admin/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ table thead th.sorted .sortoptions {
}

thead th.sorted .text {
padding-right: 0;
padding-left: 42px;
padding-right: 0;
padding-left: 42px;
}

/* dashboard styles */
Expand Down

0 comments on commit 9170802

Please sign in to comment.