myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2378] trunk: fixed tags overlapping each other i


From: noreply
Subject: [myexperiment-hackers] [2378] trunk: fixed tags overlapping each other in suggestion box
Date: Thu, 15 Apr 2010 12:17:36 -0400 (EDT)

Revision
2378
Author
dgc
Date
2010-04-15 12:17:35 -0400 (Thu, 15 Apr 2010)

Log Message

fixed tags overlapping each other in suggestion box

Modified Paths

Diff

Modified: trunk/app/views/workflows/tag_suggestions.rhtml (2377 => 2378)


--- trunk/app/views/workflows/tag_suggestions.rhtml	2010-04-15 14:39:48 UTC (rev 2377)
+++ trunk/app/views/workflows/tag_suggestions.rhtml	2010-04-15 16:17:35 UTC (rev 2378)
@@ -7,7 +7,7 @@
 <p>The following tag suggestions are based on the content of your workflow.
 Click on each tag that you wish to use.<p>
 
-<div class="box_simple" style="font-size: 93%; text-align: left; margin: 2em;">
+<div class="tag_suggestion_box">
   <div id="suggestions"></div>
 </div>
 

Modified: trunk/public/stylesheets/styles.css (2377 => 2378)


--- trunk/public/stylesheets/styles.css	2010-04-15 14:39:48 UTC (rev 2377)
+++ trunk/public/stylesheets/styles.css	2010-04-15 16:17:35 UTC (rev 2378)
@@ -1946,6 +1946,15 @@
 	vertical-align: middle;
 }
 
+.tag_suggestion_box {
+	padding: 0.5em 0.8em;
+	border: 1px dotted #999999;
+  font-size: 93%;
+  text-align: left;
+  margin: 2em;
+  line-height: 20px;
+}
+
 .unselected_tag_suggestion {
   border: 1px SOLID white;
   padding-left: 4px;

reply via email to

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