Add search bar and test entry item
This commit is contained in:
parent
b497ec46f2
commit
6912567122
5 changed files with 804 additions and 52 deletions
12
style.css
12
style.css
|
|
@ -12,6 +12,14 @@ body, html{
|
|||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#search-bar {
|
||||
padding-top: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.list {
|
||||
background-color: #EFEFEF !important;
|
||||
}
|
||||
.list > div:first-child{
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
|
@ -25,9 +33,13 @@ body, html{
|
|||
.right{
|
||||
float: right;
|
||||
}
|
||||
#entry-list{
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
#entry-selector{
|
||||
border-right: solid 1px #d9d9d9;
|
||||
min-width: 250px;
|
||||
max-width: 390px !important;
|
||||
}
|
||||
#library-nav{
|
||||
border-right: solid 1px #d9d9d9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue