Skip to content
Snippets Groups Projects
location.css 1.09 KiB
Newer Older
.editloc_container {
    margin-top: 10%;
    height: 50%;
}
.subheader {
    height: 15%;
}
.title {
    float: left;
}
.title h1 {
    text-align: left;
    margin: 0;
}
.display_loc_frame {
    width: 100%;
    min-height: 30%;
}
table {
    border-collapse: collapse;
    font-size: 1.2em;
    table-layout: fixed;
    width: 100%;
}

table, td, th {
    border: 1px solid black;
}
th {
    text-align:center;
}
tr th:nth-child(1) {
    width:10%;
    text-align:right;
}
tr th:nth-child(2) {
    width:65%;
}
tr th:nth-child(3) {
    width:25%;
}
tr td:nth-child(1),td:nth-child(2) {
    padding-left: 2%;
}
tr th:nth-child(3) {

}
.edit_button {
    color: #82d800;
    float: left;
    margin-left: 15%;
}
.delete_button {
.add_loc_frame {
    height: 30%;
}
.add_loc_frame h2 {
    text-align: left;
    margin: 0;
}
.add_loc_frame input[type="text"] {
    width: 80%;
    margin-right: 5%;
}
.back {
    width: 39px;
    text-align: center;
    padding: 3px;
    font-size: 0.8em;
    float: left;
}
.add {
    width: 50px;
}