Ponysearch/searx/static/themes/simple/src/less/preferences.less

130 lines
1.8 KiB
Text
Raw Normal View History

.column-reliability {
.engine-tooltip {
right: 12rem;
}
}
#tab-contentquery table td,
#tab-contentquery table th {
text-align: left !important;
height: 3rem;
}
2017-02-12 15:06:01 +01:00
#main_preferences {
form {
width: 100%;
2017-02-12 15:06:01 +01:00
}
fieldset {
margin: 8px;
2017-02-12 15:06:01 +01:00
border: none;
}
legend {
margin: 0;
padding: 5px 0 0 0;
display: block;
float: left;
2017-02-12 15:06:01 +01:00
width: 300px;
}
.value {
margin: 0;
padding: 0;
float: left;
2017-02-12 15:06:01 +01:00
width: 15em;
}
.description {
margin: 0;
padding: 5px 0 0 0;
float: left;
2017-02-12 15:06:01 +01:00
width: 50%;
color: darken(#dcdcdc, 30%);
font-size: 90%;
}
select {
width: 200px;
font-size: inherit !important;
}
table {
border-collapse: collapse;
}
table td {
text-align: center;
}
table.cookies {
width: auto;
th,
td {
text-align: left;
padding: 0.25em;
}
th:first-child,
td:first-child {
padding-right: 4em;
}
& > tbody > tr:nth-child(even) > th,
& > tbody > tr:nth-child(even) > td {
background-color: @color-settings-tr-hover;
}
}
.name,
.shortcut {
2017-02-12 15:06:01 +01:00
text-align: left;
}
.preferences_back {
background: none repeat scroll 0 0 @color-settings-return-background;
color: white;
border: 0 none;
.rounded-corners;
2017-02-12 15:06:01 +01:00
cursor: pointer;
display: inline-block;
margin: 2px 4px;
padding: 0.5em;
a {
display: block;
color: @color-settings-return-font;
}
a::first-letter {
text-transform: uppercase;
}
}
div.selectable_url {
pre {
width: 100%;
}
}
th.name {
.engine-tooltip {
margin-top: 1.8rem;
left: 20rem;
max-width: 40rem;
.engine-description {
margin-top: 0.5rem;
}
}
}
2017-02-12 15:06:01 +01:00
}
@media screen and (max-width: 80em) {
2017-02-12 15:06:01 +01:00
.preferences_back {
clear: both;
}
2017-02-12 15:06:01 +01:00
}