diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-02-09 09:13:11 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-02-09 09:13:11 +0100 |
commit | 9bd45b26a5db6d97ee58586aed50c12c8a34d8f9 (patch) | |
tree | 2ed61c9d664346e4ae914fdbef565dc12dd99344 /settings/css | |
parent | f097fade01aaf8942a02accc4c9ad1873cf08ef6 (diff) | |
download | nextcloud-server-9bd45b26a5db6d97ee58586aed50c12c8a34d8f9.tar.gz nextcloud-server-9bd45b26a5db6d97ee58586aed50c12c8a34d8f9.zip |
add the buttons for the clients to the personal page.
Useful and prettier
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 9dd17daaeb7..a767ba41655 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -75,3 +75,8 @@ table.shareAPI td { padding-bottom: 0.8em; } /* HELP */ .pressed {background-color:#DDD;} + +.clientsbox { margin:12px; text-align:center; } +.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; } +.clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; } + |