diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 12:49:52 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-11 12:49:52 +0100 |
commit | 40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d (patch) | |
tree | eee9979426a70581954cb471e789d281553bafd0 /settings/css | |
parent | 47341eb4bd3209f5c1f837fc5b864e2cbf3123bc (diff) | |
download | nextcloud-server-40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d.tar.gz nextcloud-server-40d8a2531dcb5de1aeb5008f9907e1f2cf9aac2d.zip |
move CSS to correct location, move and format php
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index a767ba41655..d18a2657c87 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -5,7 +5,15 @@ select#languageinput, select#timezone { width:15em; } input#openid, input#webdav { width:20em; } + /* PERSONAL */ + +/* Sync clients */ +.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; } +.clientsbox center { margin-top:10px; } + #passworderror { display:none; } #passwordchanged { display:none; } #displaynameerror { display:none; } @@ -76,7 +84,3 @@ 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; } - |