myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2586] trunk: Make sure the 3 boxes the group inf


From: noreply
Subject: [myexperiment-hackers] [2586] trunk: Make sure the 3 boxes the group info box are aligned.
Date: Wed, 13 Apr 2011 12:31:26 -0400 (EDT)

Revision
2586
Author
dtm
Date
2011-04-13 12:31:26 -0400 (Wed, 13 Apr 2011)

Log Message

Make sure the 3 boxes the group info box are aligned.

Modified Paths

Diff

Modified: trunk/app/views/networks/_table.rhtml (2585 => 2586)


--- trunk/app/views/networks/_table.rhtml	2011-04-11 15:16:40 UTC (rev 2585)
+++ trunk/app/views/networks/_table.rhtml	2011-04-13 16:31:26 UTC (rev 2586)
@@ -25,13 +25,15 @@
 							<b>Created: </b><%=datetime network.created_at, true -%>
 						</p>
 						
-						<div class="desc" style="font-size: 85%;">
+						<div class="desc">
+							<div style="font-size: 85%;">
 							<% if network.description and network.description.length > 0 -%>
 								<% desc = truncate(strip_html(network.description), 400) -%>
 								<%= query ? highlight_all(desc, query) : desc -%>
 							<% else -%>
 								<span class="none_text">No description</span>
 							<% end -%>
+							</div>
 						</div>
 						
 						<p class="standout" style="margin-top: 0.4em;">

Modified: trunk/public/stylesheets/styles.css (2585 => 2586)


--- trunk/public/stylesheets/styles.css	2011-04-11 15:16:40 UTC (rev 2585)
+++ trunk/public/stylesheets/styles.css	2011-04-13 16:31:26 UTC (rev 2586)
@@ -893,13 +893,14 @@
 table.alt_table .standout {
 	border: 1px dotted #999999;
 	margin: 0.2em 0;
-	padding: 0.5em 0.6em;
+	padding: 0.4em 0.6em;
 	background-color: #FFFFCC;
 	text-align: left;
 	line-height: 1;
 	font-size: 93%;
 	font-weight: bold;
 	color: #333333;
+	width: 360px;
 }
 
 table.alt_table tr td.contributable {

reply via email to

[Prev in Thread] Current Thread [Next in Thread]