aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/default
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-17 03:10:19 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-17 03:10:19 -0700
commita50947a4bc3f779df8fa4e6777bc025fcefc8d21 (patch)
tree2196406c0c64494f5a4b604c695db6bbcd81897d /view/theme/default
parentc5031139ebb46ce4994d3bd62059ae4eaba71359 (diff)
downloadvolse-hubzilla-a50947a4bc3f779df8fa4e6777bc025fcefc8d21.tar.gz
volse-hubzilla-a50947a4bc3f779df8fa4e6777bc025fcefc8d21.tar.bz2
volse-hubzilla-a50947a4bc3f779df8fa4e6777bc025fcefc8d21.zip
like, dislike, activity streams, etc.
Diffstat (limited to 'view/theme/default')
-rw-r--r--view/theme/default/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 3f169905d..6176f84ff 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -8,6 +8,22 @@ a:hover {
color: #0000FF;
text-decoration: underline;
}
+
+.fakelink, .fakelink:visited {
+ color: #8888FF;
+ text-decoration: none;
+ cursor: pointer;
+ margin-top: 15px;
+ margin-bottom: 15px;
+}
+
+.fakelink:hover {
+ color: #0000FF;
+ text-decoration: underline;
+ cursor: pointer;
+}
+
+
img {
border: none;
}
@@ -649,6 +665,9 @@ input#dfrn-url {
font-size: 0.8em;
}
+.wall-item-like-buttons img {
+ cursor: pointer;
+}
.wall-item-delete-wrapper {
float: right;
margin-top: 20px;