diff options
| author | hukl <contact@smyck.org> | 2009-06-10 23:21:39 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-06-10 23:21:39 +0200 |
| commit | 9c5108ffab6828562c5a976ddb92ac0ec459a9a3 (patch) | |
| tree | 267099b94b50395ed629460d26f4e5641619de08 /public/stylesheets/admin.css | |
| parent | 45e067f1108748067b727a53e7826cebbb429792 (diff) | |
added basic ajax search interface. lots of css / js improvements needed but it seems to work quite okay for now. more on that tomorrow
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 982a231..e077918 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -64,7 +64,7 @@ div.pagination span.current, div.pagination a:hover { | |||
| 64 | text-align: right; | 64 | text-align: right; |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | #navigation { | 67 | #navigation, #subnavigation { |
| 68 | margin-left: 0px; | 68 | margin-left: 0px; |
| 69 | float: left; | 69 | float: left; |
| 70 | } | 70 | } |
| @@ -100,6 +100,9 @@ div.pagination span.current, div.pagination a:hover { | |||
| 100 | background-color: #000000; | 100 | background-color: #000000; |
| 101 | } | 101 | } |
| 102 | 102 | ||
| 103 | #admin_search { | ||
| 104 | } | ||
| 105 | |||
| 103 | /* Nodes */ | 106 | /* Nodes */ |
| 104 | 107 | ||
| 105 | table#node_table { | 108 | table#node_table { |
