Update main.css
This commit is contained in:
parent
2bdd74117f
commit
71589efe4c
1 changed files with 3 additions and 12 deletions
|
@ -36,8 +36,7 @@ body {
|
|||
height: 20%;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
div {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
@ -46,8 +45,6 @@ li {
|
|||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
.list {
|
||||
|
@ -59,8 +56,6 @@ li {
|
|||
.buttons {
|
||||
padding-left: 0;
|
||||
display: inline-block;
|
||||
float: center;
|
||||
margin: 0
|
||||
}
|
||||
|
||||
.allages {
|
||||
|
@ -127,9 +122,9 @@ li {
|
|||
.note {
|
||||
width: 95%;
|
||||
}
|
||||
li {
|
||||
list-style: none;
|
||||
div {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
.button {
|
||||
width: 60%;
|
||||
|
@ -139,13 +134,10 @@ li {
|
|||
display: -ms-inline-grid;
|
||||
display: inline-grid;
|
||||
padding-left: 0;
|
||||
margin: 0
|
||||
}
|
||||
.buttons {
|
||||
display: -ms-inline-block;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin: 0
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
@ -185,7 +177,6 @@ li {
|
|||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
width: 50%;
|
||||
height: 10%;
|
||||
}
|
||||
.buttons {
|
||||
padding-left: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue