awesome.css restored. width bug fixed.

This commit is contained in:
nicolasm 2015-06-24 00:35:13 -03:00 committed by nodiscc
parent d257f25c96
commit 41145f7050
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@
div.awesomplete {
display: inline-block;
position: relative;
width: 100%;
}
div.awesomplete > input {

View File

@ -221,6 +221,10 @@ h1 {
margin-left:24px;
}
.tagfilter div.awesomplete {
width: 15%;
}
.tagfilter #tagfilter_value {
display: inline;
}
@ -374,6 +378,7 @@ h1 {
}
#editlinkform label {
cursor: pointer;
color: #ffffff;
}