Skip to content

Commit

Permalink
Continued work on search box mock-ups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam authored and Gautam committed Mar 28, 2012
1 parent ac974b8 commit b336aa5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions aristotle/apps/policies/assets/policies/css/app.css
@@ -1,5 +1,18 @@
#horizontalList ul
{
margin: 12px;
padding: 0;
}

#horizontalList ul li
{
display: inline;
padding-right: 20px;
color: green;
}

#horizontalList ul li a
{
color: green;
font-weight: bold;
}
16 changes: 8 additions & 8 deletions aristotle/templates/policies/app.html
Expand Up @@ -4,7 +4,7 @@
{% block more-css %}
<link rel="stylesheet/less" type="text/css" href="{{ STATIC_URL }}call_number/css/app.less" />
<link href="{{ STATIC_URL }}policies/css/app.css" rel="stylesheet" type="text/css" />
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js"></script>
{% endblock %}
Expand All @@ -28,7 +28,7 @@ <h2>Policies App</h2>
<div class="control-group">
<label class="control-label" for="searchIcon" style="font-size:18px">Find <strong><font color="green">Articles</font></strong></label>
<div class="controls">
<div class="input-prepend" style="float:left;">
<div class="input-prepend" style="float:left; width:248px;">
<span class="add-on"><i class="icon-search"></i></span>
<input id="searchIcon" type="text" placeholder="Search TIGER!">
</div>
Expand All @@ -38,19 +38,19 @@ <h2>Policies App</h2>
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li>Academic Search Complete</li>
<li>JSTOR</li>
<li>Google Scholar</li>
<li><a href="#">Academic Search Complete</a></li>
<li><a href="#">JSTOR</a></li>
<li><a href="#">Google Scholar</a></li>
</ul>
</div>
</div>
</div>
</form>
<div id="horizontalList">
<ul>
<li>&bull; Journals</li>
<li>&bull; Databases by Subject</li>
<li>&bull; Databases by Title</li>
<li>&bull; <a href="#">Journals</a></li>
<li>&bull; <a href="#">Databases by Subject</a></li>
<li>&bull; <a href ="#">Databases by Title</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit b336aa5

Please sign in to comment.