implement deleting capsuls
This commit is contained in:
@ -23,21 +23,15 @@ a {
|
||||
text-shadow: 1px 1px 0px #000c;
|
||||
}
|
||||
|
||||
a.no-shadow {
|
||||
text-shadow: initial;
|
||||
}
|
||||
|
||||
a:hover, a:active, a:visited {
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
.nav-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.nav-row a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.nav-row:last-child {
|
||||
justify-content: center;
|
||||
}
|
||||
.nav-row:last-child a {
|
||||
.nav-links a {
|
||||
margin: 0 1em;
|
||||
}
|
||||
|
||||
@ -88,6 +82,9 @@ main {
|
||||
justify-content: space-around;
|
||||
width: 100%;
|
||||
}
|
||||
.center {
|
||||
align-items: center;
|
||||
}
|
||||
.wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@ -104,10 +101,19 @@ main {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.justify-space-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
label.align {
|
||||
@ -170,6 +176,14 @@ input[type=submit], select {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=submit].form-submit-link {
|
||||
border: none;
|
||||
background-color: initial;
|
||||
color: #6CF;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
|
Reference in New Issue
Block a user