• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revisiondf14e4292ffece83b43b6e1838cbbe0a7371df0c (tree)
Time2010-10-02 00:11:03
AuthorJenny Steele <jsteele@geek...>
CommiterJenny Steele

Log Message

Fixed starter tools waterfall problem in ff

Change Summary

Incremental Difference

--- a/Allura/allura/ext/admin/templates/project_tools_starter.html
+++ b/Allura/allura/ext/admin/templates/project_tools_starter.html
@@ -9,11 +9,16 @@
99 <p>Please select some initial tools for your project.
1010 More may be added later through the "Tools" page.</p>
1111 <form method="POST" action="starter_mounts" id="starter_mounts">
12- <input type="checkbox" name="Tickets" checked="checked"/> Tickets<br/>
13- <input type="checkbox" name="Wiki" checked="checked"/> Wiki<br/>
14- <input type="checkbox" name="Discussion" checked="checked"/> Forums<br/>
15- <input type="checkbox" name="Git" checked="checked"/> Git<br/>
16- <input type="checkbox" name="SVN"/> SVN<br/>
12+ <input type="checkbox" name="Tickets" checked="checked"/> Tickets
13+ <div class="clear"></div>
14+ <input type="checkbox" name="Wiki" checked="checked"/> Wiki
15+ <div class="clear"></div>
16+ <input type="checkbox" name="Discussion" checked="checked"/> Forums
17+ <div class="clear"></div>
18+ <input type="checkbox" name="Git" checked="checked"/> Git
19+ <div class="clear"></div>
20+ <input type="checkbox" name="SVN"/> SVN
21+ <div class="clear"></div>
1722 <input type="submit" value="Save"/>
1823 </form>
1924 {% endblock %}
--- a/Allura/allura/templates/style.css
+++ b/Allura/allura/templates/style.css
@@ -1347,8 +1347,4 @@ h1.title .viewer:hover {
13471347 padding: 5px;
13481348 opacity: 0.85;
13491349 }
1350-#tooltip h3, #tooltip div { margin: 0; }
1351-
1352-#starter_mounts br{
1353- clear:both;
1354-}
\ No newline at end of file
1350+#tooltip h3, #tooltip div { margin: 0; }
\ No newline at end of file