diff options
| author | hukl <contact@smyck.org> | 2009-09-08 16:35:22 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-08 16:35:22 +0200 |
| commit | b981d83e5e005817a67b11ccf92dd65bb506bcd4 (patch) | |
| tree | 046778c6ef694178b12acf28837aa63d6b0a7493 /public/stylesheets/admin.css | |
| parent | 03bde9fb42235af7147d6312e2cf6d928111dee1 (diff) | |
new interface for adding nodes. still needs a bit radio button magick
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index f7ef868..9fa503b 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -276,6 +276,14 @@ textarea#page_abstract { | |||
| 276 | margin-left: -125px; | 276 | margin-left: -125px; |
| 277 | } | 277 | } |
| 278 | 278 | ||
| 279 | #new_node { | ||
| 280 | margin-left: -118px; | ||
| 281 | } | ||
| 282 | |||
| 283 | #new_node input[type=text] { | ||
| 284 | width: 350px; | ||
| 285 | } | ||
| 286 | |||
| 279 | tr {} | 287 | tr {} |
| 280 | 288 | ||
| 281 | td { | 289 | td { |
