mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
32 lines
478 B
CSS
32 lines
478 B
CSS
![]() |
#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;
|
||
|
}
|