aboutsummaryrefslogtreecommitdiff
path: root/public/css/show_emails.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/show_emails.css')
-rw-r--r--public/css/show_emails.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/public/css/show_emails.css b/public/css/show_emails.css
new file mode 100644
index 0000000..4fb9f3b
--- /dev/null
+++ b/public/css/show_emails.css
@@ -0,0 +1,24 @@
1.show_emails p{
2 font-size: smaller;
3}
4.show_emails table{
5
6 padding: 10px;
7 border-collapse: collapse;
8 font-size: smaller;
9}
10.show_emails table th, .show_emails table td{
11 background-color: white;
12 border: 1px black solid;
13}
14.show_emails table td{
15 vertical-align: top;
16 text-align: center;
17}
18.show_emails table .email_delete_button{
19 /*background-color: initial;*/
20 /*border: none;*/
21}
22.show_emails .action_icon{
23 width: 20px;
24} \ No newline at end of file