update the css a bit
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
body {
|
||||
/* width: 25em;*/
|
||||
font-family: "Open Sans Light",sans-serif;
|
||||
font-size: 0.9em;
|
||||
font-weight: 300
|
||||
@@ -14,9 +13,8 @@ section.scheme-options {
|
||||
#clear-button,
|
||||
section.scheme-options input,
|
||||
section.scheme-options>select {
|
||||
/* float: right*/
|
||||
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
margin-top: 1em
|
||||
@@ -34,23 +32,21 @@ html {
|
||||
width: 100%
|
||||
}
|
||||
a {
|
||||
margin: 10px;
|
||||
/* display: inline-block*/
|
||||
margin: 10px
|
||||
}
|
||||
.panel {
|
||||
margin: 5px
|
||||
}
|
||||
span.identity {
|
||||
width: 100px;
|
||||
/* display: inline-block;*/
|
||||
margin-left: 1em
|
||||
}
|
||||
.identity-options {
|
||||
display: none
|
||||
}
|
||||
input {
|
||||
/* display: inline*/
|
||||
|
||||
}
|
||||
div {
|
||||
width: 100% !important;
|
||||
}
|
||||
width: 100%!important
|
||||
}
|
||||
@@ -3,7 +3,7 @@ li {
|
||||
margin-left: 0
|
||||
}
|
||||
ul {
|
||||
width: 100%;
|
||||
width: 100%
|
||||
}
|
||||
button {
|
||||
width: 50%;
|
||||
@@ -14,4 +14,4 @@ button {
|
||||
}
|
||||
.button-list {
|
||||
display: inline
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user