diff options
| author | hukl <contact@smyck.org> | 2009-04-13 22:39:14 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-13 22:39:14 +0200 |
| commit | 7176edae9b93eb00e7982ec2d9a69f5b28633907 (patch) | |
| tree | 295f6fc1316280398620467eb5a76139a31d4913 | |
| parent | cb5667cf4a21d16583bb1856651f367a88fa74fd (diff) | |
little layout fix
| -rw-r--r-- | app/views/nodes/index.html.erb | 2 | ||||
| -rw-r--r-- | public/stylesheets/admin.css | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index b29b65d..5ffb0e5 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | <h1>Nodes</h1> | 4 | <h1>Nodes</h1> |
| 5 | 5 | ||
| 6 | <%= will_paginate @nodes %> | 6 | <%= will_paginate @nodes %> |
| 7 | <p> | ||
| 8 | <table id="node_table"> | 7 | <table id="node_table"> |
| 9 | <tr class="header"> | 8 | <tr class="header"> |
| 10 | <th class="node_id">ID</th> | 9 | <th class="node_id">ID</th> |
| @@ -35,6 +34,5 @@ | |||
| 35 | </tr> | 34 | </tr> |
| 36 | <% end %> | 35 | <% end %> |
| 37 | </table> | 36 | </table> |
| 38 | </p> | ||
| 39 | <%= will_paginate @nodes %> | 37 | <%= will_paginate @nodes %> |
| 40 | 38 | ||
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index c10205d..c3030d6 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -26,7 +26,8 @@ th { | |||
| 26 | /* Pagination */ | 26 | /* Pagination */ |
| 27 | 27 | ||
| 28 | div.pagination { | 28 | div.pagination { |
| 29 | letter-spacing: 1px; | 29 | padding-top: 5px; |
| 30 | padding-bottom: 15px; | ||
| 30 | } | 31 | } |
| 31 | 32 | ||
| 32 | div.pagination span.current, div.pagination a:hover { | 33 | div.pagination span.current, div.pagination a:hover { |
