diff examples/common/default/default.css @ 557:591838015ac3

Put inaccessible mark on such attached file icon.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 13 Apr 2019 19:00:56 +0900
parents 4a33f5424767
children b86a82ffe407
line wrap: on
line diff
--- a/examples/common/default/default.css	Sat Apr 13 18:28:20 2019 +0900
+++ b/examples/common/default/default.css	Sat Apr 13 19:00:56 2019 +0900
@@ -147,6 +147,9 @@
 div.noprofimg tr.profimg:hover, div.noprofimg tr.profimg:active {
     visibility: visible; display: table-row;}
 
+/* Used for overlapping image */
+img.overlap {position: absolute; top: 40px; left: 50px; z-index: 2;}
+
 /* Used in user's home page */
 p.profimg {float: left; max-width: 50%; max-height: 400px;
 	   overflow: hidden; margin: 0 1em 1ex;
@@ -294,7 +297,7 @@
 		   rgba(242,240,240,0.7);
     position: relative;
 }
-div.search div.fr {position: relative;}
+div.search div.fr, *.relative {position: relative;}
 div.search p.help, textarea + p.help {display: none;}
 div.search input:focus + p.help,
 textarea:focus + p.help {

yatex.org