forked from Icycoide/searxng
fix little style errors
This commit is contained in:
parent
e8b74c9e09
commit
3b31c60f07
4 changed files with 23 additions and 6 deletions
|
@ -32,7 +32,7 @@ body, #container {
|
|||
|
||||
.row {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
margin: 20px auto;
|
||||
text-align: justify;
|
||||
|
||||
h1 {
|
||||
|
@ -530,7 +530,7 @@ tr {
|
|||
.checkbox_container {
|
||||
display: block;
|
||||
width: 100%;
|
||||
float: left;
|
||||
//float: left;
|
||||
|
||||
label {
|
||||
border-bottom: 0;
|
||||
|
@ -554,3 +554,17 @@ tr {
|
|||
margin-right: 4px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.preferences_back {
|
||||
background: none repeat scroll 0 0 @color-settings-return-background;
|
||||
border: 0 none;
|
||||
.rounded-corners;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
margin: 2px 4px;
|
||||
padding: 4px 6px;
|
||||
|
||||
a {
|
||||
color: @color-settings-return-font;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue