blob: d1c7f862aa42bcdf3e01eeb71f730ce62e3ca2ee [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001@charset "utf-8";
Nils Diewaldab4d3ca2015-04-17 01:48:43 +00002@import "../util";
Nils Diewalda944fab2015-04-08 21:02:04 +00003
Akronb917a7c2015-07-02 11:02:42 +02004
Akron179c8ac2015-06-30 19:30:50 +02005#resultinfo {
Nils Diewalda944fab2015-04-08 21:02:04 +00006 clear: both;
Akron179c8ac2015-06-30 19:30:50 +02007 text-align: right;
Akron656c5d92015-11-13 21:17:03 +01008 line-height: 1.5em;
9 min-height: 1.5em;
10 margin-top:.4em;
Akron179c8ac2015-06-30 19:30:50 +020011 font-size: 10pt;
Nils Diewalda944fab2015-04-08 21:02:04 +000012 p.found {
Akron179c8ac2015-06-30 19:30:50 +020013 display: inline;
Nils Diewalda944fab2015-04-08 21:02:04 +000014 padding: 0;
15 margin: 0;
16 text-align: right;
17 }
Akronbec4a6a2018-07-10 14:45:15 +020018}
Akronb917a7c2015-07-02 11:02:42 +020019
Akron2f979122018-07-25 17:00:23 +020020div.result.panel .view {
21 border: 1px solid $kwic-border;
22 background-color: $dark-orange;
23}
24
Akronbec4a6a2018-07-10 14:45:15 +020025// Specify result button group layout
Akron4d926f12018-07-16 15:30:25 +020026.result.button-group.button-panel {
27 width: auto;
Akronbec4a6a2018-07-10 14:45:15 +020028 vertical-align: bottom;
29 display: inline-block;
30 line-height: 1.3em;
31
32 > span {
Akron656c5d92015-11-13 21:17:03 +010033 line-height: 1.3em;
Akronbec4a6a2018-07-10 14:45:15 +020034 border-width: $result-border-size 0;
35 &:first-child {
36 border-left-width: $result-border-size;
Akronb917a7c2015-07-02 11:02:42 +020037 }
Akronbec4a6a2018-07-10 14:45:15 +020038 &:last-child {
39 border-right-width: $result-border-size;
Akron9a5b1e12016-12-06 18:18:23 +010040 }
Akronbec4a6a2018-07-10 14:45:15 +020041 }
42
43 // Define icons for result buttons
44 .button-icon {
45 &.align.left::after {
Akron179c8ac2015-06-30 19:30:50 +020046 content: $fa-left-align;
47 }
Akronbec4a6a2018-07-10 14:45:15 +020048 &.align.right::after {
Akron179c8ac2015-06-30 19:30:50 +020049 content: $fa-right-align;
50 }
Akronbec4a6a2018-07-10 14:45:15 +020051 &.show-kq::after {
Akron179c8ac2015-06-30 19:30:50 +020052 content: $fa-code;
53 }
54 }
Nils Diewalda944fab2015-04-08 21:02:04 +000055}
56
Akronbec4a6a2018-07-10 14:45:15 +020057
Akronb917a7c2015-07-02 11:02:42 +020058#resultinfo.found {
59 position: relative;
Akronbd36c712018-02-15 11:14:23 +010060 // z-index: 20;
Akronb917a7c2015-07-02 11:02:42 +020061 margin-bottom: 0px;
Akronbec4a6a2018-07-10 14:45:15 +020062
63 .button-group > span {
Akronb917a7c2015-07-02 11:02:42 +020064 margin-bottom: 0;
65 border-bottom-width: 0;
66 box-shadow: none;
67 &:first-child {
68 border-bottom-left-radius: 0;
69 }
70 &:last-child {
71 border-bottom-right-radius: 0;
Akronbec4a6a2018-07-10 14:45:15 +020072 }
Akronb917a7c2015-07-02 11:02:42 +020073 }
Akronbec4a6a2018-07-10 14:45:15 +020074
75 /*
Akron9a5b1e12016-12-06 18:18:23 +010076 div.result.left {
77 position: absolute;
78 left: 0;
79 bottom: 0;
80 }
Akronbec4a6a2018-07-10 14:45:15 +020081 */
Akronb917a7c2015-07-02 11:02:42 +020082}
83
Akronbec4a6a2018-07-10 14:45:15 +020084
85
Nils Diewalda944fab2015-04-08 21:02:04 +000086#total-results {
87 color: $total-results;
88 font-weight: bold;
89}
Akron656c5d92015-11-13 21:17:03 +010090
Nils Diewalda898dac2015-05-06 21:04:16 +000091#no-results {
92 margin: 0 auto;
93 text-align: center;
94 code {
Nils Diewalda898dac2015-05-06 21:04:16 +000095 font-weight: bold;
96 }
97}
Akronb917a7c2015-07-02 11:02:42 +020098