camp fixes; cookie box
This commit is contained in:
@@ -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