mirror of https://github.com/kiwix/kiwix-tools.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
364 B
31 lines
364 B
#toolbar {
|
|
position: fixed;
|
|
padding: 4px 15px 5px 15px;
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
left:0;
|
|
right:0;
|
|
top: 10px;
|
|
z-index:100;
|
|
}
|
|
|
|
#home {
|
|
margin: 0px;
|
|
float: left;
|
|
}
|
|
|
|
#library {
|
|
margin: 0px;
|
|
float: left;
|
|
}
|
|
|
|
#searchbox {
|
|
margin: 0px;
|
|
float: right;
|
|
}
|
|
|
|
#search {
|
|
margin: 0px;
|
|
float: right;
|
|
}
|