Merge pull request #8891 from owncloud/design-emptycontent
fix size and unbold empty content message
This commit is contained in:
commit
bb60e850dd
1 changed files with 1 additions and 2 deletions
|
@ -283,8 +283,7 @@ input[type="submit"].enabled {
|
|||
}
|
||||
|
||||
#emptycontent {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #888;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue