(refs #1340)Add dropdown filter

Because the large dropdown list makes  impossible to choose items below the screen.
This commit is contained in:
Naoki Takezoe
2016-11-08 21:19:37 +09:00
parent 8f1e460893
commit 4eb148f4a6
5 changed files with 36 additions and 13 deletions

View File

@@ -326,6 +326,12 @@ div.account-image {
margin-bottom: 8px;
}
.dropdown-filter-input {
border: solid 1px #ccc;
margin: 4px;
width: 96%;
}
ul.dropdown-menu {
padding: 2px 0;
}
@@ -338,7 +344,7 @@ ul.dropdown-menu li a {
padding: 2px 10px;
}
ul.dropdown-menu :last-child {
ul.dropdown-menu li:last-child {
border-bottom: none;
}
@@ -632,12 +638,6 @@ span.simplified-path {
line-height: 15px;
}
#branch-control-input {
border: solid 1px #ccc;
margin: 4px;
width: 96%;
}
.new-branch-name {
font-weight: bold;
font-size: 1.2em;