Files
portal-legacy/html/css/email.css
Chris Sewell cf140a2e97 initial commit
2012-11-28 03:55:08 -05:00

32 lines
478 B
CSS
Executable File

#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;
}