Merge branch 'master' of https://github.com/jgoodman/Freeside
[freeside.git] / rt / share / html / NoAuth / css / aileron / ticket-search.css
1 %# BEGIN BPS TAGGED BLOCK {{{
2 %#
3 %# COPYRIGHT:
4 %#
5 %# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
6 %#                                          <sales@bestpractical.com>
7 %#
8 %# (Except where explicitly superseded by other copyright notices)
9 %#
10 %#
11 %# LICENSE:
12 %#
13 %# This work is made available to you under the terms of Version 2 of
14 %# the GNU General Public License. A copy of that license should have
15 %# been provided with this software, but in any event can be snarfed
16 %# from www.gnu.org.
17 %#
18 %# This work is distributed in the hope that it will be useful, but
19 %# WITHOUT ANY WARRANTY; without even the implied warranty of
20 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21 %# General Public License for more details.
22 %#
23 %# You should have received a copy of the GNU General Public License
24 %# along with this program; if not, write to the Free Software
25 %# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26 %# 02110-1301 or visit their web page on the internet at
27 %# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
28 %#
29 %#
30 %# CONTRIBUTION SUBMISSION POLICY:
31 %#
32 %# (The following paragraph is not intended to limit the rights granted
33 %# to you to modify and distribute this software under the terms of
34 %# the GNU General Public License and is only of importance to you if
35 %# you choose to contribute your changes and enhancements to the
36 %# community by submitting them to Best Practical Solutions, LLC.)
37 %#
38 %# By intentionally submitting any modifications, corrections or
39 %# derivatives to this work, or any other work intended for use with
40 %# Request Tracker, to Best Practical Solutions, LLC, you confirm that
41 %# you are the copyright holder for those contributions and you grant
42 %# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
43 %# royalty-free, perpetual, license to use, copy, create derivative
44 %# works based on those contributions, and sublicense and distribute
45 %# those contributions and any derivatives thereof.
46 %#
47 %# END BPS TAGGED BLOCK }}}
48 #comp-Search-Build #body {
49     position: relative;
50 }
51
52 #pick-criteria select {
53     width: 8em;
54 }
55
56 #pick-criteria tr {
57     height: 1.5em;
58 }
59
60 #pick-criteria td.label {
61     font: message-box;
62     padding-right: 0.5em;
63     width: 11em;
64 }
65
66 #pick-criteria td.label select {
67   width: 8.5em;
68   text-align: right;
69 }
70
71 #pick-criteria td.operator {
72  padding-right: 0.5em;
73  text-align: left;
74  vertical-align: bottom;
75  width: 7em;
76 }
77
78 #pick-criteria td.operator select {
79  text-align: right;
80 }
81
82 #pick-criteria td.value input,
83 #pick-criteria td.value select {
84  width: 11em;
85 }
86
87 #pick-criteria td.value #ValueOfDate {
88  width: 11em;
89 }
90
91
92 #pick-criteria td.value #ValueOfTime {
93  width: 4em;
94
95 }
96
97 #pick-criteria td.value #ValueOfTime-TimeUnits{
98  width: 5.5em;
99 }
100
101 #pick-criteria td.value {
102  padding-right: 0.5em;
103  text-align: left;
104  font: message-box;
105 }
106
107 #editquery, #editsearches{
108   position: absolute;
109   margin-top: 0.2em;
110   right: 1em;
111   left: 60%;
112   top: 1em;
113 /*  margin-top: -1em; */
114 }
115
116 #editquery {
117    top: 1.3em;
118 }
119
120
121 #editsearches {
122   top: 24em;
123 }
124
125
126 #pick-criteria {
127  width: 58%;
128  padding-top: 0em;
129  margin-top: 0em;
130 }
131
132 #pick-criteria .titlebox-content {
133  overflow-x: auto;
134 }
135
136 #BuildQuery .submit {
137  width: 58%;
138 }
139
140
141 #sorting.titlebox {
142  width: 55%;
143  padding-right: 1em;
144 }
145
146 #display-options .submit {
147  width: 100%;
148 }
149
150
151
152 .search-result-views {
153  position: absolute;
154  top: 0;
155  right: 0;
156  margin-top: -2px;
157  margin-right: 0em;
158  padding: 0.25em;
159  padding-left: 0.5em;
160  padding-right: 0.5em;
161  background-color: #ccc;
162  border-left: 1px solid #999;
163  border-bottom: 1px solid #999;
164  -moz-border-radius-bottomleft: 0.5em;
165  -webkit-border-bottom-left-radius: 0.5em;
166  border-radius: 0 0 0 0.5em;
167 }
168
169
170
171 .search-result-views li {
172
173  display: inline;
174 }
175
176 .search-result-views li:after  {
177  content: " \00b7 ";
178 }
179
180 .search-result-views li:last-child:after  {
181  content: "";
182
183 }
184
185 .edit-saved-searches .label {
186     display: inline-block;
187     width: 10em;
188 }
189
190 span#display-options {
191     display: block;
192     padding-top: 2em;
193     margin-top: 2em;
194     border-top: 1px solid #ccc;
195     clear: both;
196 }
197
198 span#display-options .titlebox#sorting {
199     float: left;
200     width: auto;
201     margin-right: 2em;
202     min-width: 35%;
203 }
204
205 span#display-options .titlebox#columns {
206     float: left;
207 }
208
209 span#display-options .titlebox#columns table.edit-columns td {
210     padding: 0.5em;
211 }
212
213 span#display-options .titlebox#columns table.edit-columns div.row {
214     width: 9em;
215 }
216 span#display-options .titlebox#columns table.edit-columns span.label {
217     width: 2em;
218 }
219
220 span#display-options .titlebox#columns table.edit-columns span.value input,
221 span#display-options .titlebox#columns table.edit-columns span.value select {
222     width: 7em;
223     padding: 0;
224 }
225
226 span#display-options .titlebox#columns table.edit-columns span.value {
227     display: inline-block;
228     width:7em;
229 }
230
231 #BuildQuery #formatbuttons.submit{
232     width: 85%;
233 }
234
235 .refresh {
236     float: left;
237 }
238
239 /* Force some widget to fit at max parent box */
240 #HomeRefreshInterval, #SavedSearchLoad, #SavedSearchOwner {
241     max-width: 100%;
242 }