blob: 4fb9f3bccc0af256d85b5b0ee37f2120483dbe65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.show_emails p{
font-size: smaller;
}
.show_emails table{
padding: 10px;
border-collapse: collapse;
font-size: smaller;
}
.show_emails table th, .show_emails table td{
background-color: white;
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;
}
|