You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/08/14 16:29:43 UTC

[4/8] allura git commit: [#7948] ticket:840 Fix comments' css for full screen to work

[#7948] ticket:840 Fix comments' css for full screen to work


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

Branch: refs/heads/master
Commit: 29cab8a50eee6d8b18de32678efc2febac8ded66
Parents: 063ccbc
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Aug 13 12:36:41 2015 +0300
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri Aug 14 14:29:15 2015 +0000

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/29cab8a5/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 5a6339c..f06bbc7 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2525,7 +2525,6 @@ div.attachment_thumb .file_type span {
   -khtml-border-radius: 5px;
   border-radius: 5px;
   position: relative;
-  z-index: 1;
   float: right;
   clear: right;
   min-width: inherit;
@@ -2607,7 +2606,6 @@ div.attachment_thumb .file_type span {
 }
 
 #comment ul ul .row {
-  border: 3px solid #ebebeb;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
@@ -2616,7 +2614,6 @@ div.attachment_thumb .file_type span {
   -moz-border-radius-bottomleft: 5px;
   margin: -3px 0 0 0;
   position: relative;
-  z-index: 0;
 }
 
 #comment ul .column.grid_8 {