blob: 77fbfd44b2580f4a833789aa36b94d0db7c5422e [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 }
Akron88d1ccc2018-08-14 17:22:05 +020051 &.align.center::after {
52 content: $fa-center-align;
53 }
Akronbec4a6a2018-07-10 14:45:15 +020054 &.show-kq::after {
Akron179c8ac2015-06-30 19:30:50 +020055 content: $fa-code;
56 }
57 }
Nils Diewalda944fab2015-04-08 21:02:04 +000058}
59
Akronbec4a6a2018-07-10 14:45:15 +020060
Akronb917a7c2015-07-02 11:02:42 +020061#resultinfo.found {
62 position: relative;
Akronbd36c712018-02-15 11:14:23 +010063 // z-index: 20;
Akronb917a7c2015-07-02 11:02:42 +020064 margin-bottom: 0px;
Akronbec4a6a2018-07-10 14:45:15 +020065
66 .button-group > span {
Akronb917a7c2015-07-02 11:02:42 +020067 margin-bottom: 0;
68 border-bottom-width: 0;
69 box-shadow: none;
70 &:first-child {
71 border-bottom-left-radius: 0;
72 }
73 &:last-child {
74 border-bottom-right-radius: 0;
Akronbec4a6a2018-07-10 14:45:15 +020075 }
Akronb917a7c2015-07-02 11:02:42 +020076 }
Akronbec4a6a2018-07-10 14:45:15 +020077
78 /*
Akron9a5b1e12016-12-06 18:18:23 +010079 div.result.left {
80 position: absolute;
81 left: 0;
82 bottom: 0;
83 }
Akronbec4a6a2018-07-10 14:45:15 +020084 */
Akronb917a7c2015-07-02 11:02:42 +020085}
86
Akronbec4a6a2018-07-10 14:45:15 +020087
88
Nils Diewalda944fab2015-04-08 21:02:04 +000089#total-results {
90 color: $total-results;
91 font-weight: bold;
92}
Akron656c5d92015-11-13 21:17:03 +010093
Akron8ea84292018-10-24 13:41:52 +020094.no-results {
Nils Diewalda898dac2015-05-06 21:04:16 +000095 margin: 0 auto;
96 text-align: center;
97 code {
Nils Diewalda898dac2015-05-06 21:04:16 +000098 font-weight: bold;
99 }
100}
Akronb917a7c2015-07-02 11:02:42 +0200101