X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fweb2%2Fticket-search.css;fp=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fweb2%2Fticket-search.css;h=f5267fa32cfb4f700af19ae56b13d8d645632255;hb=33beebf4cb42eba3e1dd868ad5e0af102de961da;hp=49dc9ae377e2d86bcf9e10eef76aa7c590dc99f1;hpb=7ac86daf67b0a95153b736d5811f9050363f6553;p=freeside.git 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 %# %# %# (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;