aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/css/style.css')
-rw-r--r--frontend/css/style.css15
1 files changed, 10 insertions, 5 deletions
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 {
39 cursor: pointer; 39 cursor: pointer;
40} 40}
41 41
42th {
43 vertical-align: middle !important;
44}
45
46.main { 42.main {
47 margin-bottom: 40px; 43 margin-bottom: 40px;
48} 44}
@@ -65,7 +61,8 @@ footer:hover {
65 opacity: 1; 61 opacity: 1;
66} 62}
67 63
68th { 64td {
65 vertical-align: middle !important;
69 overflow: hidden; 66 overflow: hidden;
70} 67}
71 68
@@ -77,3 +74,11 @@ th {
77tr:hover .entry-toolbar { 74tr:hover .entry-toolbar {
78 opacity: 1; 75 opacity: 1;
79} 76}
77
78table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
79 content: " \25B4\25BE"
80}
81
82th {
83 cursor: pointer;
84}