camp fixes; cookie box
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
padding: 2px 0 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.button:active::before { padding: 1px 0 0; }
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -57,6 +57,10 @@ main #loading {
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -108,6 +112,11 @@ main #loading {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.success_msg {
|
||||
color: #00ff00;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
ul.topnav span {
|
||||
color: #f2f2f2;
|
||||
@@ -242,6 +251,7 @@ td.create a {
|
||||
font-size: 18px;
|
||||
font-family: Arial;
|
||||
border-left: 2px solid #aaa;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
.list .list_item:hover {
|
||||
@@ -513,11 +523,11 @@ table.log tr.delete:hover {
|
||||
}
|
||||
|
||||
.apply_table {
|
||||
width: 80%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
min-width: 800px;
|
||||
border-collapse: collapse;
|
||||
margin: 30px 0px 50px 20px;
|
||||
margin: 0px 0px 20px 0px;
|
||||
}
|
||||
|
||||
.smaller {
|
||||
@@ -548,7 +558,14 @@ table.log tr.delete:hover {
|
||||
}
|
||||
|
||||
h1.apply {
|
||||
margin-left: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.outer {
|
||||
overflow-x: scroll;
|
||||
width: 80%;
|
||||
display: block;
|
||||
margin: 30px auto 50px auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user