]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Make folder listing sortable
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index ff1dc84c02f9a2c09c3b52f84d4e04e3d270bee9..98bf1b1693cafe4647d22c14dce064b01096181c 100644 (file)
@@ -39,10 +39,6 @@ pre {
     cursor: pointer;
 }
 
-th {
-    vertical-align: middle !important;
-}
-
 .main {
     margin-bottom: 40px;
 }
@@ -65,7 +61,8 @@ footer:hover {
     opacity: 1;
 }
 
-th {
+td {
+    vertical-align: middle !important;
     overflow: hidden;
 }
 
@@ -77,3 +74,11 @@ th {
 tr:hover .entry-toolbar {
     opacity: 1;
 }
+
+table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
+    content: " \25B4\25BE"
+}
+
+th {
+    cursor: pointer;
+}