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 { div.awesomplete {
display: inline-block; display: inline-block;
position: relative; position: relative;
width: 100%;
} }
div.awesomplete > input { div.awesomplete > input {

View file

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