Comments

ac’s picture

Status: Active » Needs review
ac’s picture

StatusFileSize
new4.47 KB

This has actually become a fairly large patch but the file is now very neat. Minor changes needed to eldir which are coming next.

ac’s picture

StatusFileSize
new1.77 KB
new4.49 KB

Attached a new patch for above and include the eldir patch instead of opening a new issue there.

adrian’s picture

Status: Needs review » Needs work

at the very least the block css still needs to be there in hosting (ie: blocks floated left and right).

it's an important part of providing a usable system out of the box regardless of theme

http://skitch.com/vertice/nrj1k/mytest.dev-t

versus

http://skitch.com/vertice/nrj1c/mytest.dev-t

ac’s picture

I don't think not floating stuff stops it being usable. I agree its not as pretty but that is why aegir has eldir. Floating stuff makes creating your own theme harder and may cause potential problems with other themes due to the nature of floats. If you wrapped the task list and the platform/site info in a classed div then we could float stuff with more confidence:

<div class="hosting-info-wrapper clear-block">
<div class="hosting-site-info" />
<div class="hosting-task-list" />
</div>
ac’s picture

StatusFileSize
new4.7 KB

modified for latest HEAD

ac’s picture

Status: Needs work » Fixed

commited

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.