diff examples/common/default/default.css @ 322:18be0c210dc8

First implementation of icon display in blog_replies.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 20 Oct 2016 17:20:58 +0859
parents 9735dd6c7bff
children b5185c66aacc
line wrap: on
line diff
--- a/examples/common/default/default.css	Mon Oct 17 09:54:21 2016 +0859
+++ b/examples/common/default/default.css	Thu Oct 20 17:20:58 2016 +0859
@@ -79,11 +79,15 @@
     border: 1px solid black; border-collapse: collapse;
     white-space: pre-wrap;
 }
+table.blog_replies p.proficon {
+    float: right; margin: 0 1ex 0 0;
+}
 table.blog_replies+p.update_link {margin-top: 0; margin-bottom: 14em;}
 .blog_replies td.repl {
     vertical-align: top; min-width: 30em; height: 3em;
     max-width: 50em;
 }
+.blog_replies td:first-child {width: 14em;}
 .blog_replies iframe {
     width: 400px; height: 300px; max-width: 50em; max-height: 20em;
     padding: 0; border: 0;
@@ -106,6 +110,7 @@
 div.noprofimg tr.profimg:hover, div.noprofimg tr.profimg:active {
     visibility: visible; display: table-row;}
 
+/* Used in user's home page */
 p.profimg {float: left; max-width: 50%; max-height: 400px;
 	   overflow: hidden; margin: 0 1em 1ex;
 	   padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px

yatex.org