Skip to content

Commit

Permalink
For #133, Renamed search class
Browse files Browse the repository at this point in the history
  • Loading branch information
a85 committed Jun 21, 2013
1 parent ed4d1a6 commit 0bb7584
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chrome/css/styles.css
Expand Up @@ -364,7 +364,7 @@ li .right {
#history-items .request-actions {
margin-left: 287px; }

#history-items-search {
#sidebar-search-container {
position: absolute;
left: 0;
bottom: 0;
Expand All @@ -373,7 +373,7 @@ li .right {
padding: 6px;
z-index: 20; }

#history-items-search .form-search {
#sidebar-search-container .form-search {
margin-bottom: 0; }

#sidebar-search {
Expand Down
4 changes: 2 additions & 2 deletions chrome/css/styles.scss
Expand Up @@ -438,7 +438,7 @@ li .right {
margin-left: 287px;
}

#history-items-search {
#sidebar-search-container {
position: absolute;
left: 0;
bottom: 0;
Expand All @@ -448,7 +448,7 @@ li .right {
z-index: 20;
}

#history-items-search .form-search {
#sidebar-search-container .form-search {
margin-bottom: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion chrome/html/requester/sidebar.html
Expand Up @@ -43,7 +43,7 @@
</div>
<div id="sidebar-filler"></div>
</div>
<div id="history-items-search">
<div id="sidebar-search-container">
<form class="form-search">
<input id="sidebar-search" type="text" class="input-medium search-query" placeholder="Type to search...">
</form>
Expand Down

0 comments on commit 0bb7584

Please sign in to comment.