re-style output bit
This commit is contained in:
@@ -28,6 +28,13 @@ input[type="color"] {
|
||||
input[type="color"][disabled] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
input[type="text"],
|
||||
button {
|
||||
width: 14em;
|
||||
margin: 1em;
|
||||
padding: 0.25em;
|
||||
font-size: 1em;
|
||||
}
|
||||
table {
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -78,3 +85,6 @@ input {
|
||||
margin: 0 auto;
|
||||
width: 256px;
|
||||
}
|
||||
#save {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -37,6 +37,13 @@ input[type="color"] {
|
||||
background: none;
|
||||
}
|
||||
|
||||
input[type="text"], button {
|
||||
width: 14em;
|
||||
margin: 1em;
|
||||
padding: 0.25em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -97,4 +104,8 @@ textarea, input {
|
||||
.centre;
|
||||
|
||||
width: 256px;
|
||||
}
|
||||
|
||||
#save {
|
||||
margin-top: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user