summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/web2/ticket-search.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/css/web2/ticket-search.css')
-rw-r--r--rt/share/html/NoAuth/css/web2/ticket-search.css67
1 files changed, 56 insertions, 11 deletions
diff --git a/rt/share/html/NoAuth/css/web2/ticket-search.css b/rt/share/html/NoAuth/css/web2/ticket-search.css
index 49dc9ae37..f5267fa32 100644
--- a/rt/share/html/NoAuth/css/web2/ticket-search.css
+++ b/rt/share/html/NoAuth/css/web2/ticket-search.css
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -63,11 +63,8 @@
width: 11em;
}
-#pick-criteria td.label * {
- width: 8.5em;
-}
-
#pick-criteria td.label select {
+ width: 8.5em;
text-align: right;
}
@@ -84,11 +81,11 @@
#pick-criteria td.value input,
#pick-criteria td.value select {
- width: 10em;
+ width: 11em;
}
#pick-criteria td.value #ValueOfDate {
- width: 6em;
+ width: 11em;
}
@@ -136,7 +133,7 @@
overflow-x: auto;
}
-#comp-Search-Build .submit {
+#BuildQuery .submit {
width: 58%;
}
@@ -146,9 +143,6 @@
padding-right: 1em;
}
-#comp-Search-Build #columns {
-}
-
#display-options .submit {
width: 100%;
}
@@ -169,6 +163,7 @@
border-bottom: 1px solid #999;
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
+ border-radius: 0 0 0 0.5em;
}
@@ -187,6 +182,56 @@
}
+.edit-saved-searches .label {
+ display: inline-block;
+ width: 10em;
+ font-weight: bold;
+}
+
+span#display-options {
+ display: block;
+ padding-top: 2em;
+ margin-top: 2em;
+ border-top: 1px solid #ccc;
+ clear: both;
+}
+
+span#display-options .titlebox#sorting {
+ float: left;
+ width: auto;
+ margin-right: 2em;
+ min-width: 35%;
+}
+
+span#display-options .titlebox#columns {
+ float: left;
+}
+
+span#display-options .titlebox#columns table.edit-columns td {
+ padding: 0.5em;
+}
+
+span#display-options .titlebox#columns table.edit-columns div.row {
+ width: 9em;
+}
+span#display-options .titlebox#columns table.edit-columns span.label {
+ width: 2em;
+}
+
+span#display-options .titlebox#columns table.edit-columns span.value input,
+span#display-options .titlebox#columns table.edit-columns span.value select {
+ width: 7em;
+ padding: 0;
+}
+
+span#display-options .titlebox#columns table.edit-columns span.value {
+ display: inline-block;
+ width:7em;
+}
+
+#BuildQuery #formatbuttons.submit{
+ width: 85%;
+}
.refresh {
float: left;