misc/botlog_pas/history: botlog.css

File botlog.css, 1.8 KB (added by Tetsuya Michikawa, 7 days ago)
Line 
1body {margin:0px;
2 padding:0px;
3 font-size:90%;
4}
5
6.tableHeader {
7 padding-left:20px;
8 padding-right:20px;
9 min-width:80px;
10 text-align: center;
11}
12
13select {
14 margin-bottom:1px;
15}
16
17/* 日付å…
18¥åŠ›ãƒœãƒƒã‚¯ã‚¹ */
19.logdatepicker {
20 width: 100px;
21}
22
23/* 添付画像リスト */
24.jq_img_log {
25 width: 350px;
26 min-height: 80px;
27 max-height: 160px;
28 overflow: auto;
29 background-color: #b0b0b0;
30 opacity:1.0;
31}
32
33.jq_img_log_list {
34 width:280px;
35 height:40px;
36}
37
38#botlogList th {
39 min-width: 100px;
40}
41
42/* 添付画像リスト選択時 */
43img[class*="logImgChecked"] {
44 background-color: #000;
45 opacity:0.3;
46}
47
48/* ログ表示内
49イメージ */
50#botlogList img {
51 max-width: 100%;
52 padding: 5px;
53 object-fit: contain;
54}
55
56/* ログ表示内
57 TD tag */
58#botlogList td {
59 padding: 5px;
60 border: 1px solid #000;
61}
62
63#botlogList th {
64 padding-left: 10px;
65 padding-right: 10px;
66 border: 1px solid #000;
67}
68
69.log_mode_auto {
70/* background-color: lightblue*/
71}
72
73.log_mode_trbl_warn {
74 background-color: yellow !important;
75 -webkit-print-color-adjust: exact;
76}
77
78.log_mode_trbl_alm {
79 background-color: lightsalmon !important;
80 -webkit-print-color-adjust: exact;
81}
82
83.log_mode_trbl_crit {
84 background-color: red !important;
85 -webkit-print-color-adjust: exact;
86 color: white !important;
87}
88
89input {
90 vertical-align: 0;
91}
92
93#search td {
94 padding-left: 5px;
95 padding-right: 5px;
96 border: 1px solid #000;
97}
98
99.subHead {
100 font-size: 50% !important;
101 color: #08c !important;
102}
103
104.subHead:hover {
105 text-decoration:underline;
106}
107
108#imgList_child {
109 height:auto !important;
110}
111
112/* comboboxのリストがdialog上では上が見えなくなるので、topの位置を強制設定 */
113.ddcommon .ddChild {
114 top:-50px !important;
115}