awesome.css restored. width bug fixed.
This commit is contained in:
parent
d257f25c96
commit
41145f7050
2 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue