Minor CSS improvements
This commit is contained in:
parent
27d094c19e
commit
56e2ac96e6
@ -15,10 +15,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0 auto;
|
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
margin-bottom: 30px;
|
margin: 0 auto 30px;
|
||||||
max-width: 780px;
|
max-width: 780px;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
@ -176,7 +175,6 @@ input[type="text"] {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
@ -264,7 +262,7 @@ textarea.form-error {
|
|||||||
#grouplist input[type="checkbox"] + span, #grouplist input[type="text"] {
|
#grouplist input[type="checkbox"] + span, #grouplist input[type="text"] {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#grouplist input[type="checkbox"]:checked + span {
|
#grouplist input[type="checkbox"]:checked + span {
|
||||||
@ -276,7 +274,7 @@ ul#grouplist {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul#grouplist li {
|
ul#grouplist li {
|
||||||
margin-left: 0px;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* alerts */
|
/* alerts */
|
||||||
@ -321,14 +319,11 @@ ul#grouplist li {
|
|||||||
/* buttons */
|
/* buttons */
|
||||||
.btn, #grouplist span {
|
.btn, #grouplist span {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
appearance: none;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #333;
|
color: #333;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background: #efefef;
|
background: #efefef;
|
||||||
padding: 5px;
|
padding: 5px 15px;
|
||||||
padding-left: 15px;
|
|
||||||
padding-right: 15px;
|
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@ -541,8 +536,7 @@ nav .active a {
|
|||||||
.items h2 {
|
.items h2 {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0 0 2px;
|
||||||
padding-bottom: 2px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -821,7 +815,7 @@ iframe {
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
box-shadow: 2px 0px 5px 0 #ccc;
|
box-shadow: 2px 0 5px 0 #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#help-layer .panel {
|
#help-layer .panel {
|
||||||
@ -845,8 +839,7 @@ iframe {
|
|||||||
|
|
||||||
#login {
|
#login {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
margin: 0 auto;
|
margin: 15% auto 0;
|
||||||
margin-top: 15%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#login form {
|
#login form {
|
||||||
@ -855,8 +848,7 @@ iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#database-selector h4 {
|
#database-selector h4 {
|
||||||
margin: 0;
|
margin: 0 0 10px;
|
||||||
margin-bottom: 10px;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user