The following code needs to be inserted into the style.css for the Boston Drupalcon Site:

#mission .box {min-width:200px;} 
#mission .box p, #mission .box h3 {margin-right:0px;}
#user-login-form { height: 60px; text-align: center;}
#user-login-form div { float: left; margin-right: 4px;}
#user-login-form div.item-list { display: none; } 
#user-login-form #edit-submit { float: left; margin-top: 30px;}
#fp_loginreg .messages { margin-left: 0; }
#fp_becomesponsor a { margin-left: 2em; }
.view-content-fp-attendees-block .item-list ul li {list-style-type: none; }
.group-keynote-speaker-img-grou {width:110px;float:right;margin: 0px 10px 10px 0;} 
.panel-separator {clear:both;}
#mission-slideshow { margin-left: .5em; float: right;}

This is the code from http://boston2008.drupalcon.org/admin/panels/panel-page/front_page/edit/.... It should be erased from there when it is inserted into the style file.

Comments

jlmeredith’s picture

Please remove the following style declaration from: http://boston2008.drupalcon.org/sites/all/themes/bluebeach/css/boston200...

Found starting at line 7

#mission .box p, #mission .box h3 {
margin-right: 300px;
}

killes@www.drop.org’s picture

Status: Active » Fixed
Amazon’s picture

Only local images are allowed.

There's still some work to be done to fix it. It looks fine in mozilla, but not in webkit.

merlinofchaos’s picture

I can't dup what kkaeffer sees above in webkit (I'm using Safari 3).

Here are my comments:

1) In the Learn More box, the title is not centered, but it is in other blocks. This should be consistent.
2) The padding on the <ul> (it looks like it may actually be on div.content) in the Learn more box (and other boxes with the rounded corners) leaves a bunch of extra whitespace that is inconsistent with other boxes.
3) The padding in the mission area and the blue 'normal' blocks is not consistent with each other. I find this jarring. I think the mission area padding is good; which means for this page, we should increase the padding in the 'blocks' to match. This is particularly problematic in combination with padding on <ul> lists because they end up padded too much in comparison.
4) Because there is no title, there is an extra blank space at the top. This is, I think, because normally the sidebars are a little higher than the content so that the title fits. This might be slightly difficult to address properly, but I think the 'title' space needs to be reduced on this page. Except CSS might make it difficult to do this, so it may require an edit to page.tpl.php to accomplish it.
5) The 'view all foo sessions' should be right aligned to be consistent with other 'more' links on the same page.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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