2023-04-01 05:37:55 +00:00
|
|
|
zoterosearch {
|
|
|
|
#search-box > hbox, #search-box > groupbox {
|
2024-06-10 20:38:33 +00:00
|
|
|
margin: 0 6px;
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
groupbox {
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
2023-08-24 15:14:59 +00:00
|
|
|
|
|
|
|
& > #conditions {
|
|
|
|
-moz-appearance: groupbox;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
caption {
|
|
|
|
font: inherit;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
label:first-child:not(tooltip label), checkbox:first-child {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
checkbox {
|
|
|
|
margin-right: .5em;
|
|
|
|
}
|
|
|
|
|
2023-08-24 15:14:59 +00:00
|
|
|
input {
|
|
|
|
margin-block: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-condition {
|
2024-04-10 15:27:32 +00:00
|
|
|
flex: 1;
|
2023-08-24 15:14:59 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.valuefield, .valuemenu, .value-date-age {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
2024-06-10 20:38:33 +00:00
|
|
|
|
|
|
|
#joinModeMenu {
|
2024-06-12 04:32:08 +00:00
|
|
|
min-width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#conditionsmenu {
|
2024-07-12 04:55:49 +00:00
|
|
|
width: 15em;
|
2024-06-10 20:38:33 +00:00
|
|
|
}
|
2023-08-24 15:14:59 +00:00
|
|
|
|
2024-07-12 04:55:49 +00:00
|
|
|
#operatorsmenu, #valuemenu, #valuefield, .search-in-the-last {
|
|
|
|
width: 12em;
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#condition-tooltips tooltip
|
|
|
|
{
|
|
|
|
background: red !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#condition-tooltips hbox > label
|
|
|
|
{
|
2024-01-12 22:45:01 +00:00
|
|
|
font-weight: 600;
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbarbutton-text
|
|
|
|
{
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#textbox-button {
|
|
|
|
cursor: default;
|
|
|
|
appearance: none;
|
2024-02-01 09:35:04 +00:00
|
|
|
justify-self: start;
|
|
|
|
margin-inline-start: 12px;
|
2023-04-01 05:37:55 +00:00
|
|
|
align-self: center;
|
2024-02-07 19:51:25 +00:00
|
|
|
|
|
|
|
&:hover, &:active, &[open] {
|
|
|
|
background: none;
|
|
|
|
}
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
|
2024-02-01 09:35:04 +00:00
|
|
|
zoterosearchtextbox[hasOptions="true"] #search-textbox {
|
|
|
|
padding-inline-start: 20px;
|
|
|
|
}
|
|
|
|
|
2023-08-24 15:14:59 +00:00
|
|
|
.search-in-the-last {
|
2024-04-10 15:27:32 +00:00
|
|
|
flex: 1;
|
2023-08-24 15:14:59 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.input {
|
|
|
|
min-width: 3em;
|
|
|
|
flex: 1;
|
|
|
|
}
|
2023-04-01 05:37:55 +00:00
|
|
|
}
|
|
|
|
}
|