# HG changeset patch # User Aras Pranckevicius # Date 1326144502 -7200 # Node ID 496cfa1025e7e7047b8ec75e7a561206f2ac9666 # Parent 0398b830ccac8ef52dde34e8976d2106f1dc2398 changelog: styling "show more" expander diff -r 0398b830ccac -r 496cfa1025e7 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Mon Jan 09 22:58:53 2012 +0200 +++ b/rhodecode/public/css/style.css Mon Jan 09 23:28:22 2012 +0200 @@ -1133,24 +1133,27 @@ padding: 5px 0; white-space: pre-wrap; } -#content div.box div.expand{ -position:absolute; -width:inherit; -height:14px; -font-size:14px; -text-align:left; -cursor: pointer; -font-family: monospace; -color:#003367; -/* -background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1))); -background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1)); -background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1)); -background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1)); -background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1)); -background:linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,1)); -*/ -display: none; +#content div.box div.expand { + width: 110%; + height:14px; + font-size:10px; + text-align:right; + cursor: pointer; + color:#666; + + background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1))); + background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); + background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); + background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); + background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); + background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); + + display: none; +} +#content div.box div.expand .expandtext { + background-color: #ffffff; + padding: 2px; + border-radius: 2px; } #content div.box div.message a { diff -r 0398b830ccac -r 496cfa1025e7 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Mon Jan 09 22:58:53 2012 +0200 +++ b/rhodecode/templates/changelog/changelog.html Mon Jan 09 23:28:22 2012 +0200 @@ -60,7 +60,7 @@
${h.urlify_commit(h.wrap_paragraphs(cs.message),c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
-
↓ ${_('show more')} ↓
+
↓ ${_('show more')} ↓