diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-21 23:27:30 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-21 23:27:30 +0200 |
commit | ba524e1a72a7c32268c8748ccaadb9b24ae4803b (patch) | |
tree | 035cadae788dd1a9aa9f52010ae9cbf1ac4f0e53 /view/theme/redbasic/css | |
parent | c52682c68f6c74ed8dee611c502b927f43afcc96 (diff) | |
download | volse-hubzilla-ba524e1a72a7c32268c8748ccaadb9b24ae4803b.tar.gz volse-hubzilla-ba524e1a72a7c32268c8748ccaadb9b24ae4803b.tar.bz2 volse-hubzilla-ba524e1a72a7c32268c8748ccaadb9b24ae4803b.zip |
move .lockview to style.css and a typo
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ece73d213..eebd1566e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1509,7 +1509,7 @@ margin-right: 50px; } a .drop-icons { - color: $toolicon_colour;; + color: $toolicon_colour; font-size: 1.2em; text-decoration: none; } @@ -1518,6 +1518,10 @@ a .drop-icons:hover { color: #FF0000; } +.lockview { + cursor: pointer; +} + .permission-inherited { float: left; margin-right: 10px; |