CAMP part 1, registration, apply, new login screen, wide layout

This commit is contained in:
Ricsi
2017-06-08 18:35:09 +02:00
parent 7bd93e1730
commit f17adf4850
58 changed files with 4469 additions and 57 deletions

View File

@@ -35,9 +35,7 @@ main #main_content {
background-color: #fff;
padding: 30px 10px 10px 10px;
webkit-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
}
@@ -49,9 +47,7 @@ main #loading {
background-color: #fff;
padding: 30px 10px 10px 10px;
webkit-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.75);
z-index: 100;
@@ -77,6 +73,18 @@ main #loading {
float: right;
}
.float_left {
float: left;
}
.shuttle_block {
height: 25px;
}
.z10 {
z-index: 10;
}
.danger {
background-color: #ffdddd;
border-left: 6px solid #002E4C;
@@ -87,6 +95,19 @@ main #loading {
font-weight: bold;
}
.
.checkbox_label {
position: relative;
top: 3px;
left: 5px;
}
.error_msg {
color: #ff0000;
font-style: italic;
}
ul.topnav span {
color: #f2f2f2;
@@ -491,6 +512,45 @@ table.log tr.delete:hover {
filter: alpha(opacity=30); /* For IE8 and earlier */
}
.apply_table {
width: 80%;
text-align: center;
min-width: 800px;
border-collapse: collapse;
margin: 30px 0px 50px 20px;
}
.smaller {
min-width: 588px;
width: 50%;
}
.apply_table th {
background-color: #000;
color: #fff;
padding: 5px;
}
.apply_table td {
padding: 5px;
}
.apply_table tr:hover td{
background: #eeeeee;
}
.apply_table img {
width: 25px;
}
.pending {
float: right;
}
h1.apply {
margin-left: 20px;
}
@media (min-width: 680px) {
@@ -568,7 +628,7 @@ table.log tr.delete:hover {
}
main #main_content, main #loading {
width: 80%;
width: 100%;
margin: 0px auto;
}