camp fixes; cookie box
This commit is contained in:
@@ -21,7 +21,7 @@ main #main_content, main #loading {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#add_more_cct {
|
||||
#add_more_cct, #move_next {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
@@ -29,13 +29,16 @@ h1, p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.info p, .info h1{
|
||||
text-align: unset;
|
||||
}
|
||||
|
||||
form table {
|
||||
margin: 0px auto;
|
||||
border-collapse: collapse;
|
||||
border: 2px solid black;
|
||||
background: #e7d6d6;
|
||||
min-width: 400px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
form table td {
|
||||
@@ -65,29 +68,49 @@ h2 {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.apply_table {
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
min-width: 800px;
|
||||
border-collapse: collapse;
|
||||
margin: 30px auto 50px auto;
|
||||
.apply_table img:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.smaller {
|
||||
min-width: 588px;
|
||||
width: 50%;
|
||||
.reset img {
|
||||
width: 15px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.apply_table th {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
padding: 5px;
|
||||
.reset a {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.apply_table td {
|
||||
padding: 5px;
|
||||
.reset a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.apply_table tr:hover td{
|
||||
background: #eeeeee;
|
||||
.apply_table a, .apply_table a:link, .apply_table a:visited, .apply_table a:active {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.apply_table a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.accept_terms_box {
|
||||
width: 80%;
|
||||
border: 0;
|
||||
border-left: 2px solid black;
|
||||
margin: 30px auto 20px auto;
|
||||
}
|
||||
|
||||
#submit_apply {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.accept_terms_box a, .accept_terms_box a:link, .accept_terms_box a:visited, .accept_terms_box a:active {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.accept_terms_box a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user