Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Merge 64568af into 7cd8e04
Browse files Browse the repository at this point in the history
  • Loading branch information
gemfarmer committed Apr 4, 2016
2 parents 7cd8e04 + 64568af commit bc67d12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions forecast-admin/forecast/static/admin/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ table thead th.sorted .sortoptions a {
}

table thead th.sorted .sortoptions a.sortremove {
background-position: 0 -69px;
background-position: 0 -73px;
background-size: 7px;
}

Expand All @@ -787,13 +787,13 @@ table thead th.sorted .sortoptions a.sortremove:after {
}

table thead th.sorted .sortoptions a.ascending {
background-position: 0px -91px;
background-size: 7px;
background-position: 0px -83px;
background-size: 6px;
}

table thead th.sorted .sortoptions a.descending {
top: 1px;
background-position: 0px -81px;
background-position: 0px -87px;
background-size: 7px;
}

Expand Down
6 changes: 3 additions & 3 deletions forecast-admin/forecast/static/admin/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}

.selector-remove {
background: url(../img/svg/selector-icons.svg) 0 -66px no-repeat;
background: url(../img/svg/selector-icons.svg) 0 -64px no-repeat;
cursor: default;
}

Expand Down Expand Up @@ -151,12 +151,12 @@ a.selector-chooseall {
}

a.active.selector-chooseall {
background-position: 100% -172px;
background-position: 100% -177px;
cursor: pointer;
}

a.selector-clearall {
background: url(../img/svg/selector-icons.svg) 0 -128px no-repeat;
background: url(../img/svg/selector-icons.svg) 0 -129px no-repeat;
cursor: default;
}

Expand Down

0 comments on commit bc67d12

Please sign in to comment.