OSDN Git Service

Update 10 Apps for kaf v2 [0.2.1]
[kit/kit.git] / app / ntflist / ntflist.css
1 .winc-ntflist{
2   width: 400px;
3   max-height: 600px;
4 }
5 .ntflist-a{
6   font-size: 12px;
7   border: 1px solid dodgerblue;
8   color: dodgerblue;
9   border-radius: 4px;
10   margin-right: 4px;
11   padding: 0 4px;
12 }
13 .ntflist-b{
14   font-weight: 700;
15 }
16 .ntflist-c{
17   display: block;
18 }
19 .ntflist-d:before{
20   content: "送信元:";
21 }
22 .ntflist-e:before{
23   content: "送信日時:";
24 }