diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-05-16 01:40:10 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:36:37 +0200 |
commit | 560ab2e91158fa57b12cb5f382dfd79cbbc1ffc4 (patch) | |
tree | 679e3b4989fed3aea1d62d97f69b0a878fb75bf9 /settings/css | |
parent | 247b305b79e16ef1e26b374a4efed7e44c241e91 (diff) | |
download | nextcloud-server-560ab2e91158fa57b12cb5f382dfd79cbbc1ffc4.tar.gz nextcloud-server-560ab2e91158fa57b12cb5f382dfd79cbbc1ffc4.zip |
one settings link, common template, styling
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 0d68a3b622d..4786af4733f 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -1296,3 +1296,11 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { margin-bottom: 12px; opacity: .7; } + +.settings-caption { + font-weight: bold; + line-height: 44px; + padding: 0 12px; + white-space: nowrap; + text-overflow: ellipsis; +} |