This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 057be5ee7603103cc20cfc1338effeeaa185f159 (commit)
from 410ef94f07971506f0eef5626a92c33425881dfb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=057be5ee7603103cc20cfc1338effeeaa185f159
commit 057be5ee7603103cc20cfc1338effeeaa185f159
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed Oct 26 17:08:50 2016 +0200
Add table.sortable and table.id_sortable
diff --git a/src/www/themes/css/fusionforge.css
b/src/www/themes/css/fusionforge.css
index 1777e13..8743a8b 100644
--- a/src/www/themes/css/fusionforge.css
+++ b/src/www/themes/css/fusionforge.css
@@ -1022,7 +1022,62 @@ table.boxed th, table.bordered th {
background-color: #d8d8d8;
}
+table.sortable th.header,
+table.sortable th.headerSortUp,
+table.sortable th.headerSortDown {
+ cursor: pointer;
+}
+
+table.sortable th.header span {
+ background-image: url(../../images/sort_none.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right: 20px;
+}
+
+table.sortable th.headerSortUp span {
+ background-image: url(../../images/sort_up.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right: 20px;
+}
+
+table.sortable th.headerSortDown span {
+ background-image: url(../../images/sort_down.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right: 20px;
+}
+
+table.id_sortable th.header,
+table.id_sortable th.headerSortUp,
+table.id_sortable th.headerSortDown {
+ cursor: pointer;
+}
+
+table.id_sortable th.header span {
+ background-image: url(../../images/sort_none.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right: 20px;
+}
+
+table.id_sortable th.headerSortUp span {
+ background-image: url(../../images/sort_up.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right: 20px;
+}
+
+table.id_sortable th.headerSortDown span {
+ background-image: url(../../images/sort_down.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right: 20px;
+}
+
/* overwrite some css for splitter to avoid overlap with jquery modal panel */
.vsplitter {
z-index: 100 !important;
}
+
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/css/fusionforge.css | 55 ++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits