mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
31
html/css/email.css
Executable file
31
html/css/email.css
Executable file
@ -0,0 +1,31 @@
|
||||
#emailPopUp{
|
||||
border:1px solid black;
|
||||
width: 170px;
|
||||
height: 80px;
|
||||
background-color: #4AA7BE;
|
||||
z-index: 400;
|
||||
padding: 5px;
|
||||
}
|
||||
.emailButton{
|
||||
border: 1px solid black;
|
||||
background-color: #3333FF;
|
||||
font-size:12px;
|
||||
font-family: arial;
|
||||
color: #fff;
|
||||
}
|
||||
#email_pop_inner{
|
||||
width: 160px;
|
||||
height: 70px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
#tech_name_span{
|
||||
font-weight:bold;
|
||||
}
|
||||
#close_butt_ajax{
|
||||
margin-top: 5px;
|
||||
margin-left: 70px;
|
||||
}
|
||||
.tech_email_error{
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
Reference in New Issue
Block a user