
Specifically separating the messages from one another and maybe message title styling.
Any feedback/criticism is welcome.
Thanks in advance
Posted 02 June 2011 - 02:46 PM
This post has been edited by D.Mulroy: 02 June 2011 - 02:47 PM
Posted 02 June 2011 - 05:09 PM


#content
{
height: 550px;
}
#welcome
{
height: 100%;
padding: 10px;
text-align: center;
vertical-align: text-top;
width: 100%;
}
#welcometitle
{
text-align: center;
}
#slideout
{
background-color: #ffbebe;
height: 100px;
left: -580px;
position: absolute;
top: 200px;
width: 600px;
}
#slidecontent
{
/*background: #eee;*/
background: #f5f7ff; /*google buzz background color */
border: 1px solid black;
float: left;
height: 350px;
overflow: auto;
width: 578px;
}
#slidecontent h3, #slidecontent p
{
padding: 0px 10px;
}
#slidecontent fieldset
{
background: #fff;
margin: 0 auto;
width: 95%;
}
#clickme
{
background-color: #ff3333; /*dark red*/ /*background-color: #ffbebe;*/ /*light red*/ /*background-color: #66f345;*/ /*dark green*/
background-image: url('../App_Themes/Images/messages_10x100.png');
border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
float: right;
height: 100px;
position: relative;
width: 19px;
z-index: 1;
}
#clickme:hover
{
background-color: #ffbebe; /*light red*/ /*background-color: #ff3333;*/ /*dark red*/ /*background-color: #cefbc3;*/ /*light green*/
}
/* Message Styles
h3.messageTitle
{
font-size: 14pt;
margin-bottom:0;
}*/
span.messageInfo
{
font-size:9pt;
font-weight:bold;
padding: 0px 10px;
}
<div id="slideout">
<div id="slidecontent">
<br />
<asp:Repeater ID="messages" runat="server">
<ItemTemplate>
<fieldset>
<legend><%#WebUtilities.FormProtect(DataBinder.Eval(Container.DataItem, "Title"))%></legend>
<p><%#WebUtilities.FormProtect(DataBinder.Eval(Container.DataItem, "Body"))%></p>
<span class="messageInfo">
Posted by C.Fujii on <%# String.Format("{0:M/d/yyyy}", DataBinder.Eval(Container.DataItem, "EffectiveDate")) %>
</span>
</fieldset>
<br />
</ItemTemplate>
</asp:Repeater>
</div>
<div id="clickme"></div>
</div>
Posted 02 June 2011 - 06:45 PM
This post has been edited by D.Mulroy: 02 June 2011 - 07:03 PM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
