8/17/2010 12:33:38 PM
 rlangham Posts: 1
|
Hi, we just purchased your product after a good review and looking forward to moving ahead with it. One of the reasons we went with yours was seeing that you use CSS pretty heavily for most layout that involves colors, etc. For our project, we are needing to change some of the colors and look. Looks like most of this can be done by modifying the CSS. Though, I did find a few places that you still had a hardwired colors in the HTML. Curious for any future releases if you could change these to CSS. I am modifying the source, but for any updates in the future I am trying to avoid merge issues with the source.
In default.aspx, you have 3 places that the background color was defined as #ebebeb . In my changes, for the rptGroupsList, I added the following class values...
<HeaderTemplate> <table class="GroupsList" style="width:100%;" cellspacing="0" cellpadding="11"> </HeaderTemplate>
<ItemTemplate>
<tr class="GroupItem" > <td style="border:none;padding-top:15px" colspan="4"><h2><%# Eval("GroupName") %></h2></td> </tr> <asp:repeater id="rptForumsList" runat="server" EnableViewState="False"> <ItemTemplate> <tr class="ForumItem" >
For the WhatsGoingOn, I made changes ...
<table class="WhatsGoingOn" style="width:100%;" cellpadding="11" cellspacing="0"> <tr class="WhatsHeading" > <td colspan="2" style="border:none;"><h2><asp:Label ID="lblWhatsGoingOn" runat="server" meta:resourcekey="lblWhatsGoingOnResource1"... </tr>
<tr class="WhatsContent" > <td>
...
<tr id="trRecentHeader" class="RecentPosts" runat="server" enableviewstate="false"> <td style="border:none;"><br /><br /><h2><asp:Label ID="lblRecentPosts" runat="server" meta:resourcekey="lblRecentPostsResource1" ... </tr>
Thanks! edited by rlangham on 8/17/2010 <em>edited by rlangham on 8/17/2010</em>
|
|
0
• permalink
|
8/18/2010 3:02:08 AM
 jitbit Administrator Posts: 1306
|
Yep, thanks, we'll eliminate the hard-coded colors
|
|
0
• permalink
|
Powered by
Jitbit Forum 7.2.10.0
© 2006-2011 Jitbit Software