aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-21 23:27:30 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-21 23:27:30 +0200
commitba524e1a72a7c32268c8748ccaadb9b24ae4803b (patch)
tree035cadae788dd1a9aa9f52010ae9cbf1ac4f0e53 /view/theme/redbasic
parentc52682c68f6c74ed8dee611c502b927f43afcc96 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/css/style.css6
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;