Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
JSSortableTableBase to the max
Browse files Browse the repository at this point in the history
Will put it into an own package soon.
  • Loading branch information
moschlar committed May 12, 2012
1 parent a844123 commit f5215ff
Show file tree
Hide file tree
Showing 7 changed files with 1,101 additions and 8 deletions.
21 changes: 18 additions & 3 deletions sauce/public/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ a.edit_link {
background-color: #eee;
}

.crud_table .grid th {
.crud_table .grid thead tr {
background: url("/images/menubg.png") no-repeat scroll -20px top
transparent;
color: #fff;
}
.crud_table .grid th {
color: #fff;
font-weight: normal;
text-transform: capitalize;
}
Expand Down Expand Up @@ -143,4 +145,17 @@ ul.booleanradiobuttonlist li {
border: 0;
margin-top: 0px;
margin-bottom: 10px;
}
}

.crud_table table thead tr .header {
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
.crud_table table thead tr .headerSortUp {
background-image: url("/images/asc.gif");
}
.crud_table table thead tr .headerSortDown {
background-image: url("/images/desc.gif");
}

Binary file added sauce/public/images/asc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sauce/public/images/desc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f5215ff

Please sign in to comment.