blob: 3f3c1d36cce001a80874b161e0069871a480e3a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.show_emails p{
font-size: smaller;
}
.show_emails table{
background-color: white;
/*padding: 10px;*/
border-collapse: collapse;
font-size: smaller;
}
.show_emails table th, .show_emails table td{
border: 1px black solid;
}
.show_emails table td{
vertical-align: top;
text-align: center;
}
.show_emails table .email_delete_button{
/*background-color: initial;*/
/*border: none;*/
}
.show_emails .action_icon{
width: 20px;
}
|