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

37 lines
539 B
CSS
Executable File

#display_cont{
width: 900px;
height: 700px;
border: 1px solid black;
}
.partial_match_column_title{
width: 100px;
font-size:12px;
font-family: arial;
}
#noMatchTable{
margin-top: 0px;
}
.regularCont{
border: 1px solid black;
margin-top: 10px;
}
.innerCont{
padding: 0px 7px 7px 7px;
}
.titleBar{
font-weight:bold;
background-color: #EEF5FB;
color: #000;
padding: 3px;
margin-bottom: 10px;
}
.alreadyExist{
border:1px solid #DD7777;
background: #FFCCCC;
padding: 5px;
text-align:center;
font-weight:bold;
font-size: 13px;
}