aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/fancyred
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-12-20 19:14:23 +0000
committerThomas Willingham <founder@kakste.com>2012-12-20 19:14:23 +0000
commit6715c400be1c13dde04294e39de12667421b0382 (patch)
treec31425a5d3cdc5b5aa0da631dc00d995d7733e65 /view/theme/fancyred
parentc59cfc13a28f23d91766fd0bcde07b92333a21c4 (diff)
downloadvolse-hubzilla-6715c400be1c13dde04294e39de12667421b0382.tar.gz
volse-hubzilla-6715c400be1c13dde04294e39de12667421b0382.tar.bz2
volse-hubzilla-6715c400be1c13dde04294e39de12667421b0382.zip
Make showmore irritating.
Diffstat (limited to 'view/theme/fancyred')
-rw-r--r--view/theme/fancyred/css/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/view/theme/fancyred/css/style.css b/view/theme/fancyred/css/style.css
index 95c38f888..05f234492 100644
--- a/view/theme/fancyred/css/style.css
+++ b/view/theme/fancyred/css/style.css
@@ -1240,6 +1240,30 @@ input#dfrn-url {
box-shadow: none;
}
+a.divgrow-showmore {
+bottom: 0pt;
+left: 0pt;
+cursor: pointer;
+/*TODO make this work in not-Firefox */
+background-image: -moz-linear-gradient(center top, #ccc 0%, #000 95%);
+height: 30px;
+text-shadow: 0pt 0pt 7px #000;
+background-color: transparent;
+border-radius: 0pt 0pt 3px 3px;
+border-bottom: 2px solid #ff0;
+color: #ff0;
+font-size: 0.8em;
+line-height: 48px;
+text-align: center;
+right: 0pt;
+position: absolute;
+/*Stop it blocking wall-item-tools*/
+margin-bottom: 24px;
+/*Make it work with non-shiny posts */
+opacity: 0.6;
+
+}
+
.wall-item-title {
float: left;
font-weight: bold;