Modernize part10
This commit is contained in:
@@ -91,6 +91,15 @@ button:focus, input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.stars-error {
|
||||
background-color: #FF9632;
|
||||
font-size: 16px;
|
||||
padding: 10px;
|
||||
margin-right: 24px;
|
||||
border-radius: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #FF9632;
|
||||
padding: 20px;
|
||||
@@ -103,21 +112,22 @@ button:focus, input:focus {
|
||||
.search-input {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 42%;
|
||||
}
|
||||
|
||||
.search-options {
|
||||
position: relative;
|
||||
float: right;
|
||||
width: 50%;
|
||||
width: 58%;
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.search-option {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 30%;
|
||||
margin-left: 16px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -137,3 +147,17 @@ button:focus, input:focus {
|
||||
display: block;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
th:hover {
|
||||
color: rgb(96, 181, 204);
|
||||
}
|
||||
|
||||
th, td {
|
||||
font-size: 18px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user