diff options
| author | Maxime Dénès | 2017-08-16 09:51:16 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-08-16 09:51:16 +0200 |
| commit | 4b92a109d0d8e1f04e259f56d82b5d15b3c79134 (patch) | |
| tree | d08cf96208a2aa572cb354cb3f5f8cb4c8edf01b /doc/common/styles/html/coqremote/modules/user/user.css | |
| parent | e1264c9f0d50bf8ca09fa7388101daa0b4c29635 (diff) | |
| parent | 82fe61d1ec6969be6dc32ae3006faf99c8eedd55 (diff) | |
Merge PR #831: Port ssreflect user manual to Coq's latex/hevea style
Diffstat (limited to 'doc/common/styles/html/coqremote/modules/user/user.css')
| -rw-r--r-- | doc/common/styles/html/coqremote/modules/user/user.css | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/doc/common/styles/html/coqremote/modules/user/user.css b/doc/common/styles/html/coqremote/modules/user/user.css new file mode 100644 index 0000000000..7b2163e3d3 --- /dev/null +++ b/doc/common/styles/html/coqremote/modules/user/user.css @@ -0,0 +1,58 @@ + +#permissions td.module { + font-weight: bold; +} +#permissions td.permission { + padding-left: 1.5em; /* LTR */ +} +#access-rules .access-type, #access-rules .rule-type { + margin-right: 1em; /* LTR */ + float: left; /* LTR */ +} +#access-rules .access-type .form-item, #access-rules .rule-type .form-item { + margin-top: 0; +} +#access-rules .mask { + clear: both; +} +#user-login-form { + text-align: center; +} +#user-admin-filter ul { + list-style-type: none; + padding: 0; + margin: 0; + width: 100%; +} +#user-admin-buttons { + float: left; /* LTR */ + margin-left: 0.5em; /* LTR */ + clear: right; /* LTR */ +} +#user-admin-settings fieldset .description { + font-size: 0.85em; + padding-bottom: .5em; +} + +/* Generated by user.module but used by profile.module: */ +.profile { + clear: both; + margin: 1em 0; +} +.profile .picture { + float: right; /* LTR */ + margin: 0 1em 1em 0; /* LTR */ +} +.profile h3 { + border-bottom: 1px solid #ccc; +} +.profile dl { + margin: 0 0 1.5em 0; +} +.profile dt { + margin: 0 0 0.2em 0; + font-weight: bold; +} +.profile dd { + margin: 0 0 1em 0; +} |
