OSDN Git Service

force word breaking on message
authorishikawa <ishikawa@180c8125-5b33-4295-ad04-72a68a15b4cc>
Sat, 4 Jul 2009 03:20:09 +0000 (03:20 +0000)
committerishikawa <ishikawa@180c8125-5b33-4295-ad04-72a68a15b4cc>
Sat, 4 Jul 2009 03:20:09 +0000 (03:20 +0000)
ChangeLog
lib/public/iui-keitairc.css

index a353096..e00cb48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * lib/public-iui-keitairc.css: add -webkit-user-select: auto
          to body to be able to cut & copy (ticket: #17581)
+       * lib/public-iui-keitairc.css: \e$BFC$K\e(BURL\e$B$K$=$&$$$&8=>]$,B?$$$,!"1QC1\e(B
+         \e$B8lE*$J6h@Z$j$,$J$$D9$$C18l$,$O$_=P$7$F!"2#%9%/%m!<%k$G$-$k>uBV$,\e(B
+         \e$BH/@8$9$k$3$H$,$"$k$N$KBP=h$7$?\e(B(\e$B$3$l$,$*$-$A$c$&$H!"=D%9%/%m!<%k\e(B
+         \e$B$5$;$F$k$H$U$i$U$i:81&$K%V%l$FHs>o$K]5F+$7$$\e(B)
+         li.message \e$B$H\e(B li.messegenew \e$B$K\e(B word-break: break-all\e$B$r@_Dj$7$FL5\e(B
+         \e$BM}$d$j@^$jJV$9$h$&$K$7$?\e(B(\e$B<c43MpK=$@$1$I\e(B)
 
 2009-06-30  ISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
 
index 194ad51..cf5cc66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: iui-keitairc.css,v 1.5 2009-07-04 02:15:00 ishikawa Exp $
+ * $Id: iui-keitairc.css,v 1.6 2009-07-04 03:20:09 ishikawa Exp $
  * $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/public/iui-keitairc.css,v $
  */
 
@@ -11,6 +11,7 @@ body > ul > li.message {
     padding: 4px 0 4px 10px;
     font-size: 16px;
     font-weight: normal;
+    word-break: break-all;
 }
 
 body > ul > li.messagenew {
@@ -18,6 +19,7 @@ body > ul > li.messagenew {
     font-size: 16px;
     font-weight: normal;
     background: #aaccff;
+    word-break: break-all;
 }
 
 body > ul > li.group {