Merge pull request #8891 from owncloud/design-emptycontent

fix size and unbold empty content message
This commit is contained in:
jbtbnl 2014-06-05 16:04:04 +02:00
commit bb60e850dd
1 changed files with 1 additions and 2 deletions

View File

@ -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;