You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/11/14 18:36:50 UTC

[29/43] git commit: [#6852] ticket:476 changed style of actions block to trim text

[#6852] ticket:476 changed style of actions block to trim text


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/4b1e60d2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/4b1e60d2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/4b1e60d2

Branch: refs/heads/cj/6836
Commit: 4b1e60d2ea0b8738ccf5bc9b4364abb99f1e0bdc
Parents: bf4195f
Author: Yaroslav Sokolovsky <ya...@gmail.com>
Authored: Fri Nov 8 15:45:50 2013 +0200
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Wed Nov 13 19:21:58 2013 +0000

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/4b1e60d2/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 3c132ad..4cee523 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2002,9 +2002,14 @@ nav .ico {
 .pad h2.dark small {
   text-transform: none;
   position: absolute;
-  right: 5px;
+  right: 0px;
   top: 5px;
+  padding-right: 5px;
   text-align: center;
+  background-color: #555555;
+  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #666666), color-stop(100%, #555555));
+  background-image: -moz-linear-gradient(top, #666666 0%, #555555 100%);
+  background-image: linear-gradient(top, #666666 0%, #555555 100%);
 }
 .pad h2.dark small a {
   margin: 0 10px;
@@ -2074,6 +2079,7 @@ nav .ico {
 .pad h2.title {
   font-weight: normal;
   margin-bottom: 1.5em;
+  white-space: nowrap;
 }
 .pad .paginate {
   margin: 0 0 0 20px;