aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-11-07 17:25:40 -0800
committerFriendika <info@friendika.com>2011-11-07 17:25:40 -0800
commit99a548d4ac195b08fd3928a95d560a6242e28142 (patch)
tree0fdea1e672f8931ca2ca2557ad5758e4ba1e89b5 /view
parent327105a4ea722e746cae0caa2731ec13435fadc7 (diff)
downloadvolse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.tar.gz
volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.tar.bz2
volse-hubzilla-99a548d4ac195b08fd3928a95d560a6242e28142.zip
fix friend suggest link in testbubble
Diffstat (limited to 'view')
-rw-r--r--view/theme/testbubble/style.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css
index 91920e84d..4b66d16c5 100644
--- a/view/theme/testbubble/style.css
+++ b/view/theme/testbubble/style.css
@@ -2021,6 +2021,7 @@ margin-left: 0px;
background-color:#b20202;
}
+
#side-invite-link:active {
background-color: #b20202;
position:relative;
@@ -2031,6 +2032,46 @@ margin-left: 0px;
color: #efefef;
}
+#side-suggest-link {
+ width: 180px;
+ padding: 10px;
+ margin: auto;
+ margin-bottom: 20px;
+ -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+ -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+ box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+ background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+ background-color:#bdbdbd;
+ -moz-border-radius:5px;
+ -webkit-border-radius:5px;
+ border-radius:5px;
+ padding: 5px 10px 5px 10px;
+ color: #efefef;
+ font-size: 1.2em;
+ text-align: center;
+}
+
+#side-suggest-link:hover {
+ color: #efefef;
+ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
+ background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b20202', endColorstr='#d60808');
+ background-color:#b20202;
+}
+
+
+#side-suggest-link:active {
+ background-color: #b20202;
+ position:relative;
+ top:1px;
+}
+
+#side-suggest-link a {
+ color: #efefef;
+}
+
#invite-message, #invite-recipients, #invite-recipient-text {
padding: 10px;
}