You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/05/15 10:51:27 UTC

allura git commit: [#7876] ticket:766 Add css for list display mode of projects macro

Repository: allura
Updated Branches:
  refs/heads/ib/7876 [created] 3d3eaffd9


[#7876] ticket:766 Add css for list display mode of projects macro


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

Branch: refs/heads/ib/7876
Commit: 3d3eaffd982ea739514fd3159fd8d00dbf38ec62
Parents: 31189d4
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu May 14 09:52:47 2015 +0000
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu May 14 09:52:47 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/allura/blob/3d3eaffd/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 01f6c8e..df0b932 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2484,6 +2484,49 @@ div.attachment_thumb .file_type span {
   margin: 0 0 0 -7px;
   padding: 0;
 }
+.list.card {
+  width: 740px;
+  display: inline;
+  float: left;
+  overflow: hidden;
+  *zoom: 1;
+  margin: 0 10px;
+  border-radius: 0 0 0 0;
+  border-width: 0px;
+  background: none 0 0 #fff;
+  border-bottom: 1px solid #ccc;
+  box-shadow: none;
+  height: 60px;
+  padding: 5px;
+}
+.list.card h2 {
+  font-size: 1em;
+  position: absolute;
+  top: 5px;
+  line-height: 0;
+  width: 460px;
+}
+.list.card.proj_icon h2 { left: 55px; }
+.list.card.proj_icon p.desc { left: 56px; }
+.list.card p.desc {
+  font-size: 0.85em;
+  height: 1.15em !important;
+  position: absolute;
+  top: 30px;
+  width: 460px;
+}
+.list.card .sfdl {
+  position: absolute;
+  right: 20px;
+  top: 14px;
+}
+.list.card .feature {
+  padding: 2em 3.6em .4em 2.7em;
+}
+.list.card .box.notch {
+  background-image: -webkit-gradient(linear, 67% 435%, 100% 0%, color-stop(0.9, rgb(255,255,255)), color-stop(0.9, #555));
+  background-image: -moz-linear-gradient(100% 25% 230deg,#555, rgb(255,255,255), rgb(255,255,255) 1%);
+}
 
 /* Discussion */
 #comment .row {