diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-05 02:09:47 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-05 02:09:47 +1000 |
commit | e1e56936c971bee54f58664df3aa58796a71ead4 (patch) | |
tree | 4ab314c62f98317271d0351fac96f32f9029f499 /view/theme/redbasic | |
parent | 33a8d845c12a9a6394a5fb8fa8edd851126e19e2 (diff) | |
download | volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.gz volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.tar.bz2 volse-hubzilla-e1e56936c971bee54f58664df3aa58796a71ead4.zip |
add help to some permissions dialogs
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4dd3488e5..48d93025b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -940,10 +940,19 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { font-family: FontAwesome, sans-serif, arial, freesans; } +#aclModal .modal-body { + padding-top: 10px; +} + #acl-dialog-description { font-size: 90%; color: #888; + padding-bottom: 4px; +} +#acl-dialog-description b { + color: black; } + #acl-showlimited-description { font-size: 90%; color: #888; @@ -1026,6 +1035,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { } #acl-radiowrapper-showall { + margin-top: 20px; margin-bottom: 20px; } #acl-radiowrapper-showlimited { |