diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 7badfca6c16..e84b6615d90 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -328,6 +328,17 @@ input[type="submit"].enabled { top: 30%; width: 100%; } +#emptycontent h2 { + font-size: 22px; + margin-bottom: 10px; +} +#emptycontent [class^="icon-"], +#emptycontent [class*=" icon-"] { + background-size: 64px; + height: 64px; + width: 64px; + margin: 0 auto 15px; +} /* LOG IN & INSTALLATION ------------------------------------------------------------ */ |