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 {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.awesomplete > input {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue