Improve css for tablets and fix minor bug
This commit is contained in:
@@ -156,6 +156,10 @@ th a:hover {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.column-35 {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.column-40 {
|
||||
width: 40%;
|
||||
}
|
||||
@@ -1153,6 +1157,7 @@ tr td.task-orange,
|
||||
border: 1px solid #ddd;
|
||||
color: #333;
|
||||
background-color: #fefefe;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.listing li {
|
||||
@@ -1345,6 +1350,15 @@ tr td.task-orange,
|
||||
td > input[type="text"] {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
.task-time-form label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.task-time-form input[type="submit"] {
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) and (orientation: landscape) {
|
||||
|
||||
Reference in New Issue
Block a user