This commit is contained in:
Jeff Bryner 2018-10-16 13:47:14 -07:00
Родитель 15ebd051e5
Коммит fe127783a7
2 изменённых файлов: 12 добавлений и 5 удалений

Просмотреть файл

@ -8,16 +8,19 @@ Copyright (c) 2014 Mozilla Corporation
<template name="veristags">
<style>
.veristagform{
float:right;
padding-left: 20px;
padding-right: 20px;
padding: 10px;
font-size: 95%;
background: #999;
color: #fff;
}
.veristagform .dropdown {
margin: 10px 0;
}
.tag{
cursor: pointer;
text-align: left;
word-wrap: break-word;
}
li {
cursor: pointer;
@ -29,8 +32,8 @@ li {
</style>
<form class="veristagform form-horizontal" role="form">
<div class="form-group">
<form class="veristagform" role="form">
<div>
<div class="nothing">
<input type="search" class="form-control search-query tagfilter" id="tagfilter" placeholder="tag filter">
</div>

Просмотреть файл

@ -303,6 +303,10 @@ circle:hover{
stroke: black;
}
.vtagholders {
padding-left: 1px;
padding-right: 0px;
}
#header:after {
content: "";