Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / less / mailbox.less
1 /*
2  * Page: Mailbox
3  * -------------
4  */
5 .mailbox-messages {
6   > .table {
7     margin: 0;
8   }
9 }
10
11 .mailbox-controls {
12   padding: 5px;
13   &.with-border {
14     border-bottom: 1px solid @box-border-color;
15   }
16 }
17
18 .mailbox-read-info {
19   border-bottom: 1px solid @box-border-color;
20   padding: 10px;
21   h3 {
22     font-size: 20px;
23     margin: 0;
24   }
25   h5 {
26     margin: 0;
27     padding: 5px 0 0 0;
28   }
29 }
30
31 .mailbox-read-time {
32   color: #999;
33   font-size: 13px;
34 }
35
36 .mailbox-read-message {
37   padding: 10px;
38 }
39
40 .mailbox-attachments {
41   &:extend(.list-unstyled);
42   li {
43     float: left;
44     width: 200px;
45     border: 1px solid #eee;
46     margin-bottom: 10px;
47     margin-right: 10px;
48   }
49 }
50
51 .mailbox-attachment-name {
52   font-weight: bold;
53   color: #666;
54 }
55
56 .mailbox-attachment-icon,
57 .mailbox-attachment-info,
58 .mailbox-attachment-size {
59   display: block;
60 }
61
62 .mailbox-attachment-info {
63   padding: 10px;
64   background: #f4f4f4;
65 }
66
67 .mailbox-attachment-size {
68   color: #999;
69   font-size: 12px;
70 }
71
72 .mailbox-attachment-icon {
73   text-align: center;
74   font-size: 65px;
75   color: #666;
76   padding: 20px 10px;
77   &.has-img {
78     padding: 0;
79     > img {
80       max-width: 100%;
81       height: auto;
82     }
83   }
84 }
85
86 .mailbox-attachment-close {
87   &:extend(.close);
88 }