You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
660 B
38 lines
660 B
.lookup-description{
|
|
position: relative;
|
|
margin: 10px 0 0 0;
|
|
padding: 10px 19px 14px;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 8px 8px 0px 0px;
|
|
border-bottom: 0px solid black;
|
|
}
|
|
|
|
.lookup-description > p{
|
|
margin-bottom: 16px;
|
|
width: 100%;
|
|
}
|
|
|
|
.lookup-link{
|
|
padding: 8px;
|
|
background-color: #fcfcfc;
|
|
border: 1px solid #e1e1e8;
|
|
border-radius: 0px 0px 8px 8px;
|
|
margin: 0 0 30px 0;
|
|
}
|
|
|
|
#element1{
|
|
background-color: #eee;
|
|
}
|
|
|
|
.lookup-link > a{
|
|
margin-left: 8px;
|
|
}
|
|
|
|
#warning-message{
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.panel-body.html{
|
|
background-color: #eee;
|
|
} |