summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 0b7e630..5fe88f1 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -10,7 +10,7 @@ a {
10table {} 10table {}
11 11
12table#node_table { 12table#node_table {
13 width: 800px; 13 width: 1000px;
14} 14}
15 15
16tr.odd { 16tr.odd {
@@ -22,7 +22,7 @@ th {
22} 22}
23 23
24th.title { 24th.title {
25 width: 450px; 25 width: 400px;
26} 26}
27 27
28th.path { 28th.path {
@@ -30,7 +30,11 @@ th.path {
30} 30}
31 31
32th.actions { 32th.actions {
33 width: 150px; 33 width: 180px;
34}
35
36th.editor {
37 width: 120px;
34} 38}
35 39
36td { 40td {