X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=98bf1b1693cafe4647d22c14dce064b01096181c;hb=8a3d0eee58f915ed0319cf219e03cfba98426cf3;hp=ff1dc84c02f9a2c09c3b52f84d4e04e3d270bee9;hpb=c03cdd301e41e4400f2dd0006f97405782c4726a;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index ff1dc84..98bf1b1 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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; +}