diff options
Diffstat (limited to 'rt/share/html/NoAuth/css')
68 files changed, 79 insertions, 8477 deletions
diff --git a/rt/share/html/NoAuth/css/aileron/base.css b/rt/share/html/NoAuth/css/aileron/AfterMenus index 2ed341e79..3bfb51a02 100644 --- a/rt/share/html/NoAuth/css/aileron/base.css +++ b/rt/share/html/NoAuth/css/aileron/AfterMenus @@ -45,18 +45,27 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -a { - color: #000; - text-decoration: none; -} +<script type="text/javascript"> +var initMenus = function() { + jQuery.fn.supersubs.defaults = { + maxWidth: 30, + extraWidth: 2 + }; + jQuery("#app-nav.toplevel").addClass('sf-menu sf-js-enabled sf-shadow').supersubs().superfish({ speed: 'fast' }); + jQuery("#page-menu.toplevel").addClass('sf-menu sf-js-enabled').supersubs().superfish({ dropShadows: false, speed: 'fast' }).supposition(); -a:visited { - color: #666; -} + var originalOffset = jQuery("#page-menu").offset().top; + var floatMenu = function () { + jQuery("#page-menu").toggleClass("pinned", jQuery(document).scrollTop() > originalOffset); + }; + floatMenu(); + jQuery(window).scroll(floatMenu); +}; -a:hover { - text-decoration: underline; -} - -textarea:focus, input:focus { background-color: #ffd; } +// If everything is loaded, init NOW. Otherwise, defer to DOM ready. +if (jQuery.fn.supersubs && jQuery.fn.superfish && jQuery.fn.supposition) + initMenus(); +else + jQuery(initMenus); +</script> diff --git a/rt/share/html/NoAuth/css/aileron/InHeader b/rt/share/html/NoAuth/css/aileron/InHeader index 4bdbe25ec..198eecb7d 100644 --- a/rt/share/html/NoAuth/css/aileron/InHeader +++ b/rt/share/html/NoAuth/css/aileron/InHeader @@ -46,19 +46,8 @@ %# %# END BPS TAGGED BLOCK }}} <!--[if lt IE 8]> -<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/aileron/msie.css" type="text/css" media="all" /> +<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/static/css/aileron/msie.css" type="text/css" media="all" /> <![endif]--> <!--[if lt IE 7]> -<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/aileron/msie6.css" type="text/css" media="all" /> +<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/static/css/aileron/msie6.css" type="text/css" media="all" /> <![endif]--> -<script type="text/javascript"> -jQuery(document).ready(function(){ - jQuery.fn.supersubs.defaults = { - maxWidth: 30, - extraWidth: 2 - }; - - jQuery("#app-nav.toplevel").addClass('sf-menu sf-js-enabled sf-shadow').supersubs().superfish({ speed: 'fast' }); - jQuery("#page-menu.toplevel").addClass('sf-menu sf-js-enabled').supersubs().superfish({ dropShadows: false, speed: 'fast' }).supposition(); -}); -</script> diff --git a/rt/share/html/NoAuth/css/aileron/boxes.css b/rt/share/html/NoAuth/css/aileron/boxes.css deleted file mode 100644 index bd12b9734..000000000 --- a/rt/share/html/NoAuth/css/aileron/boxes.css +++ /dev/null @@ -1,180 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.titlebox { - margin-top: 1em; - margin-left: 1em; - margin-bottom: 2em; -} - -.titlebox .titlebox-content { - border-left: 1px solid #ccc; - border-top: 1px solid #ccc; - background-color: #efefef; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; - border-bottom: 2px solid #aaa; - border-right: 2px solid #aaa; - border-radius: 0.5em; - padding: 1.5em 1em 1em 1em; -} - -* html .titlebox { - border-top: none; - border-left: none; -} - -.titlebox .titlebox { - - margin-top: 1em; - margin-right: 0.25em; - -} - -.titlebox .titlebox .titlebox-content { - background-color: white; -} - - -.titlebox { - margin-left: 0em; - margin-right: 0em; - min-height: 1.25em; - -} - - - -.titlebox .titlebox-title { - position: relative; -} - -.titlebox .titlebox-title a { - text-decoration: none; - color: black; - -} - -.titlebox .titlebox-title a:hover { - text-decoration: underline; - -} - -.titlebox.rolled-up .titlebox-title { - border-bottom: 1px solid #ccc; -} - -.titlebox.rolled-up .titlebox-title .right { - display: none; -} - -.titlebox .titlebox-title .left { - font-weight: bold; - background: #ccc; - margin-left: 1em; - padding: 0.25em 0.75em 0.25em 2em; - line-height: 1.5em; - -webkit-border-top-left-radius: 0.3em; - -webkit-border-top-right-radius: 0.3em; - -moz-border-radius-topleft: 0.3em; - -moz-border-radius-topright: 0.3em; - border-radius: 0.3em 0.3em 0 0; - border-right: 2px solid #aaa; -} - -.titlebox .titlebox-title .right-empty { - display:none; -} - -.titlebox .titlebox-title .right { - position: absolute; - right: 2px; - top: 1.75em; - font-size: 0.9em; - background: #dedede; - border-left: 1px solid #ccc; - border-bottom: 1px solid #ccc; - padding-right: 0.4em; - padding-left: 0.4em; - padding-bottom: 0.2em; - padding-top: 0.5em; - -moz-border-radius-bottomleft: 0.25em; - -webkit-border-bottom-left-radius: 0.25em; - - - -moz-border-radius-topright: 0.25em; - -webkit-border-top-right-radius: 0.25em; - - border-radius: 0 0.25em 0 0.25em; - - -} - -.titlebox .titlebox-title .right a, -.titlebox .titlebox-title .right a:visited { - color: #000; -} - -.titlebox .titlebox-title .widget a { - display: block; - margin: 0; - width: 20px; - - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat; - background-position: center 0; - - position: absolute; - top: 0.5em; - left: 1.2em; - - padding: 7px 0 0 0; - overflow: hidden; -} - -.titlebox.rolled-up .titlebox-title .widget a { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif); -} diff --git a/rt/share/html/NoAuth/css/aileron/forms.css b/rt/share/html/NoAuth/css/aileron/forms.css deleted file mode 100644 index c7bdcbd56..000000000 --- a/rt/share/html/NoAuth/css/aileron/forms.css +++ /dev/null @@ -1,80 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -/* These override the base titlebox rules in base/forms.css. They try not to - duplicate properties. */ - -div.results .titlebox, div.error div.error { - border: none; - background: none; -} - -div.results .titlebox-content { - border: 1px solid #aa9; - border-bottom: 2px solid #990; - border-right: 2px solid #990; - background: #ffc; -} - -div.results .titlebox-title .left { - border: solid #aa9; - border-width: 1px 1px 0 1px; -} - -div.error .titlebox-title span.left { - border: none; - border-right: 2px solid #b00; -} - -div.error .titlebox-content { - border: 1px solid #b00; - border-bottom: 2px solid #a00; - border-right: 2px solid #a00; - background-color: #fcc; -} - -div.error .titlebox-title .widget a { background-position: center -7px; } diff --git a/rt/share/html/NoAuth/css/aileron/images/dhandler b/rt/share/html/NoAuth/css/aileron/images/dhandler deleted file mode 100644 index 0e56d921f..000000000 --- a/rt/share/html/NoAuth/css/aileron/images/dhandler +++ /dev/null @@ -1,55 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -<%INIT> -use File::Basename; -my $arg = $m->dhandler_arg; -my $file = dirname($m->current_comp->source_file) . '/source/'. $arg; -RT::Interface::Web->SendStaticFile( File => $file ); - -$m->abort; -</%INIT> diff --git a/rt/share/html/NoAuth/css/aileron/layout.css b/rt/share/html/NoAuth/css/aileron/layout.css deleted file mode 100644 index bd1717181..000000000 --- a/rt/share/html/NoAuth/css/aileron/layout.css +++ /dev/null @@ -1,174 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -/* body */ - -body { - padding:0; - margin:0; - background: #547CCC url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/images/background-gradient.png) top left repeat-x ; - font-family: arial, helvetica, sans-serif; - color: #000000; -} - -div#body { - position: relative; - padding: 1.8em 1em 1em 1em; - -moz-border-radius-topleft: 0.5em; - -webkit-border-top-left-radius: 0.5em; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - margin-left: 1em; - margin-top: 3em; - margin-right: 0; - margin-bottom: 0em; - min-height: 10%; - background: #fff; - border-top: 2px solid #ccc; - border-left: 2px solid #ccc; - z-index:1; - border-radius: 0.5em 0 0 0.5em; - -} - -div#footer { - position: absolute; - right: 0; - text-align: right; - font-size: 0.9em; - margin-top: 2em; - background: #fff; - margin-bottom: 0; - padding-left: 3em; - padding-right: 1em; - border-top: 2px solid #aaa; - border-left: 2px solid #aaa; - -moz-border-radius-topleft: 0.5em; - -webkit-border-top-left-radius: 0.5em; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - - border-radius: 0.5em 0 0.5em 0; -} - -div#footer #time { - display: none ; -} - -div#footer #bpscredits { - text-align: right; - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right; - padding-top: 4em; -} - - -/* logo stuff */ - -div#logo { - position: absolute; - right: 2px; - top: 0; - height: 2.3em; -} - -div#logo a img { - border: 0; - height: 100% !important; - width: auto !important; - float: right; -} - -div#logo .rtname { - position: relative; - font-weight: bold; - text-align: center; - top: 0.7em; - padding-right: 1em; - float:left; -} - - -div#quickbar, div#logo { - font-size: 0.9em; -} -div#quickbar a, div#logo a { - color: #000; -} - - -div#quickbar { - background: #eaeaea; - padding-top: 1em; - padding-left: 1em; - padding-bottom: 0.5em; - height: 1em; - border-bottom: 1px solid #ccc; - -} - -div#header h1 { - position: absolute; - left: 0.5em; - right: 20em; - top: 1.6em; - overflow: hidden; - height: 1em; - font-size: 1.4em; - margin-top: 0.4em; - padding: 0.25em; - color: #fff; -} - -/* in multi-column layouts, make sure we have an internal gutter */ - -tr .boxcontainer { - padding-right: 1em; -} - -tr .boxcontainer:last-child { - padding-right: 0; -} diff --git a/rt/share/html/NoAuth/css/aileron/login.css b/rt/share/html/NoAuth/css/aileron/login.css deleted file mode 100644 index 3ab9fe86f..000000000 --- a/rt/share/html/NoAuth/css/aileron/login.css +++ /dev/null @@ -1,50 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#login-box .titlebox-title .left { - padding-left: 0.75em; -} diff --git a/rt/share/html/NoAuth/css/aileron/misc.css b/rt/share/html/NoAuth/css/aileron/misc.css deleted file mode 100644 index ff2deb230..000000000 --- a/rt/share/html/NoAuth/css/aileron/misc.css +++ /dev/null @@ -1,58 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.comment { - padding-left: 0.5em; - color: #999; - -} - -#comp-Ticket-ShowEmailRecord #body { - margin-left: 1em; - margin-top: 1em; - overflow: auto; -} diff --git a/rt/share/html/NoAuth/css/aileron/msie.css b/rt/share/html/NoAuth/css/aileron/msie.css deleted file mode 100644 index 2b06ce077..000000000 --- a/rt/share/html/NoAuth/css/aileron/msie.css +++ /dev/null @@ -1,180 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -div#body { - top: 3em; -} - -div#logo .rtname { - float: none; - right: 12em; - position: absolute; -} - -div#footer { - margin-top: 5em; -} - - - -.topaction form * { - vertical-align: top; -} - -.topaction form button, .topaction form input { - height: 2em; -} - -.topaction form input.field { - height: 1.6em; -} - -.topaction .select-queue { - margin-top: 0.2em; -} - -#pick-criteria td.label select { - width: 10em; -} - - -#editquery { - margin-top: 0.2em; - width: 39%; - left: 60%; -} - -div#nav li.first { - margin-top: 0.75em; - border-top: none; -} -div#nav ul ul li.first { - border-top: 1px solid #cccccc; - margin-top: 0.25em; -} - -div#nav li.last { - border-bottom: none; - padding-bottom: 0; - margin-bottom: 0; -} - - -.ticket-transaction .type a { font-weight: normal; text-decoration: none; color: #fff; } - - - -/* IE's box model is wrong */ -.titlebox .titlebox-title .widget a { - padding-top: 0; - height: 7px; - top: 0.75em; -} - - - -.titlebox .titlebox-title .right { - display: block; - margin-top: 0.4em; - padding-right: 0.3em; - -} - - -.titlebox .titlebox-content { - padding-top: 2.2em; -} - - -.titlebox table.collection-as-table, .titlebox table.queue-summary { - width: 95%; - padding: 0.5em; - margin-left: auto; - margin-right: auto; -} - -.titlebox-title { - position: relative; -} - -/* nested things. like the ticket dates tab */ -.titlebox .titlebox .titlebox-title .right{ - top: 0.25em; -} - -.combobox { - float: left; -} - -.combobox .combo-button { - color: ButtonText; - padding: 0; -} - -.combobox .combo-list { - margin-top:0.5em; - margin-left: -0.2em; -} - -#pick-criteria td.label { - width: auto; -} - -#pick-criteria td.operator { - width: 7.5em; -} - -.plain-text-white-space { - word-wrap: break-word; /* Internet Explorer 5.5+ */ - white-space: pre; /* IE only hack to re-specify in addition to - word-wrap */ -} - -#rt-portal .titlebox-content { - height: 23em; -} - diff --git a/rt/share/html/NoAuth/css/aileron/msie6.css b/rt/share/html/NoAuth/css/aileron/msie6.css deleted file mode 100644 index aff8d9370..000000000 --- a/rt/share/html/NoAuth/css/aileron/msie6.css +++ /dev/null @@ -1,110 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -@import "../base/msie6.css"; - -div#body { - top: 0em; -} - -.topaction .select-queue { - margin-top: 0; -} - -.titlebox-title .widget { - top: -1.25em; - left: 0.5em; - -} -.titlebox .titlebox-title .right{ - position: absolute; - top: 1.5em; -} - -.titlebox -{ - height: auto !important; - height: 1.25em; -} - - -.ticket-transaction .messagebody img { - /* ie6 does not support max-width */ - width: expression(this.width > 401 ? 400 : true); -} - - - -.sf-sub-indicator { - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-ffffff.gif) no-repeat -10px -100px; -} - -#page-navigation ul { - width: auto; -} - -.ticket-transaction div.metadata span.actions { - right: 1.2em; -} - -div.titlebox, -#ticket-create-metadata, -#ticket-update-metadata, -#ticket-create-message, -#ticket-update-message { - position: relative; -} - -#Ticket-Create-details { - float: left; - position: relative; -} - -div.submit .extra-buttons { - float: none; -} - diff --git a/rt/share/html/NoAuth/css/aileron/nav.css b/rt/share/html/NoAuth/css/aileron/nav.css deleted file mode 100644 index 58b3d1675..000000000 --- a/rt/share/html/NoAuth/css/aileron/nav.css +++ /dev/null @@ -1,165 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.sf-menu { - width: 100%; - margin-bottom: 0; -} - -.sf-menu li:hover { - background-color: #CFDEFF; -} - -.sf-menu li, .sf-menu li li, .sf-menu li li li { - background-color: #eaeaea; -} - -.sf-sub-indicator { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.png); -} - -.sf-menu li li .sf-sub-indicator { - margin-top: -3px; -} - -#page-menu.sf-menu li .sf-sub-indicator { - top: 0.7em; -} - -#page-menu.sf-menu li:hover ul, #page-menu.sf-menu li.sfHover ul { - top: 2.5em; -} - -#page-menu.sf-menu li ul { - border-bottom: 2px solid #ccc; -} - -#main-navigation { - position: absolute; - top: 1px; - left: 0; - z-index: 9999; - text-color: #000; -} - -#main-navigation .sf-menu a, #main-navigation .sf-menu a:hover { - padding-top: 0.5em; - padding-bottom: 0.5em; - border-color: #fff; - color: #000; -} - -#main-navigation a { - border-top: none; -} - -#main-navigation li li a { - border-top: 1px solid white; -} - -#app-nav.sf-menu > li:first-child > a { - border-left: none; -} - -#main-navigation #app-nav > li, #main-navigation #app-nav > li > a { - background-color: transparent; -} - -#page-navigation { - position: absolute; - top: 6.05em; - right: 0em; - left: auto; - z-index: 9995; - font-size: 0.9em; -} - -#page-navigation .sf-menu li, #page-navigation .sf-menu li li, #page-navigation .sf-menu li li li { - background-color: #fff; -} - -#page-navigation .sf-menu a:visited, #page-navigation .sf-menu a { - border: none; - color: #000; -} - -/* to stop a "flash" of an unstyled menu on an older browser, hide the menu until superfish has initialized it */ -#app-nav.toplevel { display: none; } -#app-nav.toplevel.sf-menu { display:block; } -#page-menu.toplevel { display: none; } -#page-menu.toplevel.sf-menu { display:block; } - -#topactions { - position: absolute; - background: transparent; - top: 3.2em; - right: 0.7em; - width: auto; - min-width: 42em; - font-size: 0.9em; - z-index: 99; -} - -#topactions form * { - vertical-align: top; -} - -#topactions button, #topactions select, #topactions input{ - padding-top: 0em; - padding-bottom: 0em; - width: 8em; - -} - -#topactions #simple-search .field{ - margin-left: 1em; - color: #787; - } - -#topactions #simple-search .field:focus { - color: #000; - } diff --git a/rt/share/html/NoAuth/css/aileron/ticket-lists.css b/rt/share/html/NoAuth/css/aileron/ticket-lists.css deleted file mode 100644 index 8d1258d0e..000000000 --- a/rt/share/html/NoAuth/css/aileron/ticket-lists.css +++ /dev/null @@ -1,238 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -table.queue-summary, table.collection-as-table { - margin-top: 0.75em; - font-size: 0.9em; - border: 1px solid #aaa; - border-bottom: 2px solid #999; - border-right: 2px solid #999; - border-spacing: 0; - width: 100%; - -} - -table.queue-summary tr>*:first-child { - padding-left: 1em; - -} - - -table.queue-summary tr>*:last-child { - padding-right: 1em; - -} - -table.queue-summary a, table.collection-as-table a { - font-weight: bold; -} - - -table.collection-as-table th.collection-as-table { - background: #ddd; - font-size: 0.9em; - margin-bottom: 0.5em; - text-align: left; - -} - - -table.queue-summary th.collection-as-table { - font-size: 0.9em; - margin-bottom: 0.5em; - text-align: right; - -} - -table.queue-summary th.collection-as-table:first-child { - text-align: left; - -} - - -tr.collection-as-table+tr.collection-as-table th { - border-bottom: 2px solid grey; - -} - - - - -table.queue-summary td { - background: #efefef; - border-bottom: 1px solid #ccc; -} - - - -tr.evenline td { - background: #eee; -} - -tr.oddline td { - background: #fff; - -} - -tr.evenline td, tr.oddline td { - padding-top: 0.5em; -} - - - -tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{ - padding-top: 0; - border: none; -} - - - -table.collection-as-table td:first-child, -table.collection-as-table th:first-child { - padding-left: 1em; -} - -table.collection-as-table td:last-child, table.collection-as-table th:last-child { - padding-right: 1em; -} - -th.collection-as-table , td.collection-as-table { - padding-right: 0.5em; -} - -.pagenum.a:hover, .paging a.nav:hover{ -text-decoration: underline; -} - - -.pagenum *, .paging a.nav{ -padding: .5em; -} - -.currentpage{ -text-decoration: none; -font-weight: bold; -background: #eee; -} - -div.paging{ -text-align: center; -padding-bottom: 1em; -} - - -/* full-page ticket lists */ -#body>table.collection-as-table { - margin-bottom: 2em; - -} - -.chart.image { - margin-top: -1em; - padding-right: 2em; - float: left; - clear: both; -} - -.chart-wrapper { - display: block; - width: auto; -} - -.chart-wrapper .collection-as-table { - width: auto; - font-size: 1em; - /* Firefox needs this to let the table flow below the chart on narrow screens */ - clear: right; -} - -.chart-wrapper .collection-as-table th.collection-as-table { - text-align: center; - padding: 0.5em; - padding-right: 1em; - padding-left: 1em; -} - -.chart-wrapper .collection-as-table tr.total td { - border-top: 1px solid #ccc; -} - -.chart-wrapper .collection-as-table td.value { - padding-left: 0.5em; -} - -.chart-wrapper .query { - clear: both; - text-align: center; - font-size: 1.2em; - padding: 1em; -} - -.chart-wrapper .collection-as-table .label { - font-weight: bold; -} - - -.chart-wrapper .query .label { - font-weight: bold; -} - -.chart-meta { - padding-top: 2em; - border-top: 1px solid #ccc; -} - -.chart-meta .chart-type { - display: inline-block; - float: left; - padding-right: 2em; - clear: both; -} - -.chart-meta .saved-search { - display: inline-block; -} diff --git a/rt/share/html/NoAuth/css/aileron/ticket-search.css b/rt/share/html/NoAuth/css/aileron/ticket-search.css deleted file mode 100644 index b73825233..000000000 --- a/rt/share/html/NoAuth/css/aileron/ticket-search.css +++ /dev/null @@ -1,242 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#comp-Search-Build #body { - position: relative; -} - -#pick-criteria select { - width: 8em; -} - -#pick-criteria tr { - height: 1.5em; -} - -#pick-criteria td.label { - font: message-box; - padding-right: 0.5em; - width: 11em; -} - -#pick-criteria td.label select { - width: 8.5em; - text-align: right; -} - -#pick-criteria td.operator { - padding-right: 0.5em; - text-align: left; - vertical-align: bottom; - width: 7em; -} - -#pick-criteria td.operator select { - text-align: right; -} - -#pick-criteria td.value input, -#pick-criteria td.value select { - width: 11em; -} - -#pick-criteria td.value #ValueOfDate { - width: 11em; -} - - -#pick-criteria td.value #ValueOfTime { - width: 4em; - -} - -#pick-criteria td.value #ValueOfTime-TimeUnits{ - width: 5.5em; -} - -#pick-criteria td.value { - padding-right: 0.5em; - text-align: left; - font: message-box; -} - -#editquery, #editsearches{ - position: absolute; - margin-top: 0.2em; - right: 1em; - left: 60%; - top: 1em; -/* margin-top: -1em; */ -} - -#editquery { - top: 1.3em; -} - - -#editsearches { - top: 24em; -} - - -#pick-criteria { - width: 58%; - padding-top: 0em; - margin-top: 0em; -} - -#pick-criteria .titlebox-content { - overflow-x: auto; -} - -#BuildQuery .submit { - width: 58%; -} - - -#sorting.titlebox { - width: 55%; - padding-right: 1em; -} - -#display-options .submit { - width: 100%; -} - - - -.search-result-views { - position: absolute; - top: 0; - right: 0; - margin-top: -2px; - margin-right: 0em; - padding: 0.25em; - padding-left: 0.5em; - padding-right: 0.5em; - background-color: #ccc; - border-left: 1px solid #999; - 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; -} - - - -.search-result-views li { - - display: inline; -} - -.search-result-views li:after { - content: " \00b7 "; -} - -.search-result-views li:last-child:after { - content: ""; - -} - -.edit-saved-searches .label { - display: inline-block; - width: 10em; -} - -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; -} - -/* Force some widget to fit at max parent box */ -#HomeRefreshInterval, #SavedSearchLoad, #SavedSearchOwner { - max-width: 100%; -} diff --git a/rt/share/html/NoAuth/css/aileron/ticket.css b/rt/share/html/NoAuth/css/aileron/ticket.css deleted file mode 100644 index afcb8ec59..000000000 --- a/rt/share/html/NoAuth/css/aileron/ticket.css +++ /dev/null @@ -1,282 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -div#ticket-history div.ticket-transaction { - border-top: 1px solid #ccc; - padding-bottom: 0.25em; - position: relative; /* gives us a container for position: absolute */ -} - -div#ticket-history div.odd { - background-color: #fff; -} - -div#ticket-history { - - margin-top: 0.75em; - border-left: 1px solid #ccc; - - border-right: 2px solid #999; - border-bottom: 2px solid #999; - -} - -.ticket-transaction div.metadata span.actions { - position: absolute; - top: 0; - right: 0; - padding: 0em; - background: #ccc; - text-align: right; - border-left: 1px solid #999; - border-bottom: 1px solid #999; - color: #ccc; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - white-space: nowrap; - - border-radius: 0 0 0 0.5em; -} - -.ticket-transaction div.metadata span.type { - text-align: center; - float: left; - margin: 0.25em 0.70em 0.25em 0.25em; - width: 1em; - padding: 0; - border-right: 1px solid #999; - border-bottom: 1px solid #999; - -moz-border-radius-bottomright: 0.25em; - -webkit-border-bottom-right-radius: 0.25em; - - border-radius: 0 0 0.25em 0; - -} - -div#ticket-history span.type a { - color: #fff; - padding-top: 0.75em; - display: block; -} - -#ticket-history a#lasttrans { - display: inline; - height: 0; - width: 0; - padding: 0; - margin: 0; -} - - -div#ticket-history span.date { - width: 10em; -} - - -div#ticket-history span.description { - margin-left: 1em; - font-weight: bold; -} - -div#ticket-history span.time-taken { - margin-left: 1em; -} - -div#ticket-history div.content { - padding-right: 1em; - padding-bottom: 0.7em; - margin-left: 1.5em; -} - - -.ticket-transaction .messagebody { - font-size: 1em; - padding-left: 1em; - margin-top: 0.5em; - padding-top: 0.5em; - border-top: 1px solid #ccc; - /*overflow: auto; */ - min-height: 2.5em; - /* To avoid overlapping of "downloadattachment" by messagebody */ - clear: left; - word-wrap: break-word; -} - -.ticket-transaction .messagebody img { - max-width: 100%; -} - -div#ticket-history div.downloadattachment { -float: right; -clear: both; -font-size: 0.9em; -text-align: right; -background: #ddd; -padding: 0.5em; -margin-left: 1em; - -border: 1px solid #ccc; -border-right: 2px solid #aaa; -border-bottom: 2px solid #aaa; -margin-top: 0.5em; --moz-border-radius: 0.5em; --webkit-border-radius: 0.5em; - border-radius: 0.5em; -} - -div#ticket-history div.downloadattachment .downloadcontenttype{ -color: #666; -padding-right:0.25em; -} - - -div#ticket-history .message-header-key { - width: 7em; - font-weight: bold; - color: #666; -} - - -div#ticket-history .messagebody .messagebody{ - font-size: 1em; - padding: 0; - border: 0; - margin: 0; -} - - - -.ticket-transaction.basics .type { background: #b32; } -.ticket-transaction.cfs .type { background: #b32; } -.ticket-transaction.people .type { background: #48c; } -.ticket-transaction.links .type { background: #316531; } -.ticket-transaction.dates .type { background: #633063; } -.ticket-transaction.message .type { background: #069; } -.ticket-transaction.reminders .type { background: #369; } -.ticket-transaction.other .type { background: #abc; } - - -/* Color the titlebox tabs */ -.ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;} -.ticket-info-basics .titlebox-title .left { background-color: #b32; color: #fff;} -.ticket-info-people .titlebox-title .left { background-color: #48c; color: #fff;} -.ticket-info-requestor .titlebox-title .left { white-space: nowrap; background-color: #48c; color: #fff;} -.ticket-info-links .titlebox-title .left { background-color: #316531; color: #fff;} -.ticket-info-reminders .titlebox-title .left { background-color: #369; color: #fff;} -.ticket-info-dates .titlebox-title .left { background-color: #633063; color: #fff;} -.ticket-info-attachments .titlebox-title .left { background-color: #993366; color: #fff;} - -/* Use a lighter colored toggle arrow */ -.ticket-info-cfs .titlebox-title .widget a { background-position: center -7px; } -.ticket-info-basics .titlebox-title .widget a { background-position: center -7px; } -.ticket-info-people .titlebox-title .widget a { background-position: center -7px; } -.ticket-info-requestor .titlebox-title .widget a { background-position: center -7px; } -.ticket-info-links .titlebox-title .widget a { background-position: center -7px; } -.ticket-info-reminders .titlebox-title .widget a { background-position: center -7px; } -.ticket-info-dates .titlebox-title .widget a { background-position: center -7px; } -.ticket-info-attachments .titlebox-title .widget a { background-position: center -7px; } - - -.ticket-summary .titlebox-title .left a, .ticket-summary .titlebox-title .left a:visited { color: #fff;} - -.ticket-inactive { - text-decoration: line-through; - color: #666 -} - -table.ticket-summary td.boxcontainer:first-child { - width: 50%; -} -div.requestor-ticket-links { - text-align: left; - font-size: 0.8em; - padding-top: 0.25em; -} - -.more-about-requestor-extra-field .label { - display: inline-block; - width: 8em; - font-weight: bold; - text-align: right; -} - -.more-about-requestor-extra-field .value { - display: inline-block; -} - -.ticket-info-requestor .more-about-requestor-extra, -.ticket-info-requestor .comments-about-user, -.ticket-info-requestor .more-about-requestor-tickets, -.ticket-info-requestor .more-about-user-groups -{ - margin: 1em 0; -} - -.ticket-info-requestor .comments-about-user .label, -.ticket-info-requestor .more-about-user-groups .label, -.ticket-info-requestor .more-about-requestor-tickets .label -{ - display: block; - font-weight: bold; - text-align: left; -} - -.ticket-info-requestor .more-about-user-groups .value ul, -.ticket-info-requestor .more-about-requestor-tickets ul -{ - margin-top: 0; - margin-bottom: 0; -} - - -/* textareas get to be bigger when we're in a table */ -tr.edit-custom-field.cftype-Text textarea, -tr.edit-custom-field.cftype-Freeform input, -tr.edit-custom-field.cftype-Wikitext textarea -{ - width: 100%; -} diff --git a/rt/share/html/NoAuth/css/autohandler b/rt/share/html/NoAuth/css/autohandler index aeca21910..2795a1a80 100644 --- a/rt/share/html/NoAuth/css/autohandler +++ b/rt/share/html/NoAuth/css/autohandler @@ -46,21 +46,8 @@ %# %# END BPS TAGGED BLOCK }}} <%init> -my $file = $m->base_comp->source_file; - -if ($file =~ /\.(?:gif|png|jpe?g)$/i) { - my $relfile = $m->base_comp->path; - RT::Interface::Web->SendStaticFile( File => $file, RelativeFile => $relfile ); -} -elsif ($file =~ /\.(?:htc)$/i) { - RT::Interface::Web::StaticFileHeaders(); - $r->content_type('text/x-component') ; - $m->call_next(); - return(); -} else { - RT::Interface::Web::StaticFileHeaders(); - $r->content_type('text/css') ; - $m->call_next(); - return(); -} +RT::Interface::Web::StaticFileHeaders(); +$r->content_type('text/css; charset=utf-8') ; +$m->call_next(); +return(); </%init> diff --git a/rt/share/html/NoAuth/css/ballard/InHeader b/rt/share/html/NoAuth/css/ballard/InHeader index e81b02b73..2c2e497ae 100644 --- a/rt/share/html/NoAuth/css/ballard/InHeader +++ b/rt/share/html/NoAuth/css/ballard/InHeader @@ -46,9 +46,9 @@ %# %# END BPS TAGGED BLOCK }}} <!--[if lt IE 8]> -<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie.css" type="text/css" media="all" /> +<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/static/css/web2/msie.css" type="text/css" media="all" /> <![endif]--> <!--[if lt IE 7]> -<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/ballard/msie6.css" type="text/css" media="all" /> +<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/static/css/ballard/msie6.css" type="text/css" media="all" /> <![endif]--> diff --git a/rt/share/html/NoAuth/css/ballard/boxes.css b/rt/share/html/NoAuth/css/ballard/boxes.css deleted file mode 100644 index 6aed3bf04..000000000 --- a/rt/share/html/NoAuth/css/ballard/boxes.css +++ /dev/null @@ -1,189 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.titlebox { - border-left: 1px solid #ccc; - border-top: 1px solid #ccc; - background-color: #efefef; - padding-top: 1em; - margin-top: 1em; - margin-left: 1em; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; - border-radius: 0.5em; - margin-bottom: 2em; - border-bottom: 2px solid #aaa; - border-right: 2px solid #aaa; - padding-right: 1em; -} - -* html .titlebox { - border-top: none; - border-left: none; -} - -.titlebox .titlebox { - - background-color: #ffffff; - margin-top: 1em; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; - border-radius: 0.5em; - margin-right: 0.25em; - -} - - -.titlebox { - margin-left: 0em; - margin-right: 0em; - min-height: 1.25em; - -} - - - -.titlebox .titlebox-title { - position: relative; - margin-top: -1.5em; - padding-bottom: 0.25em; - padding-left: 1em; - margin-right: -1em; - -} - -.titlebox .titlebox-title a { - text-decoration: none; - color: black; - -} - -.titlebox .titlebox-title a:hover { - text-decoration: underline; - -} - -.titlebox .titlebox-title .left { - font-weight: bold; - background: #ccc; - margin-left: 0.75em; - padding:0.5em; - padding-left: 0.75em; - padding-right: 0.75em; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; - border-radius: 0.5em; - border-bottom: 2px solid #aaa; - border-right: 2px solid #aaa; - - -} - -.titlebox .titlebox-title .right-empty { - display:none; -} - -.titlebox .titlebox-title .right { - position: absolute; - right: 0; - top: 0.5em; - font-size: 0.9em; - background: #dedede; - border-left: 1px solid #ccc; - border-bottom: 1px solid #ccc; - padding-right: 0.4em; - padding-left: 0.4em; - padding-bottom: 0.2em; - padding-top: 0.5em; - -moz-border-radius-bottomleft: 0.25em; - -webkit-border-bottom-left-radius: 0.25em; - border-bottom-left-radius: 0.25em; - - - -moz-border-radius-topright: 0.25em; - -webkit-border-top-right-radius: 0.25em; - border-top-right-radius: 0.25em; - -} - -.titlebox .titlebox-title .right a, -.titlebox .titlebox-title .right a:visited { - color: #000; -} - -.titlebox .titlebox-content { - padding-top: 0.5em; - padding-left: 1em; - padding-bottom: 1em; - -} - -.titlebox .titlebox-title .widget a { - display: block; - margin: 0; - margin-top: 0.6em; - width: 20px; - - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center 0; - - position: absolute; - top: -1em; - left: 0.15em; - float: left; - - padding: 7px 0 0 0; - overflow: hidden; -} - -* html .titlebox .titlebox-title .widget a { - top: 0em; - left: -1.5em; -} - -.titlebox.rolled-up .titlebox-title .widget a { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif); -} diff --git a/rt/share/html/NoAuth/css/ballard/images/dhandler b/rt/share/html/NoAuth/css/ballard/images/dhandler deleted file mode 100644 index 0e56d921f..000000000 --- a/rt/share/html/NoAuth/css/ballard/images/dhandler +++ /dev/null @@ -1,55 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -<%INIT> -use File::Basename; -my $arg = $m->dhandler_arg; -my $file = dirname($m->current_comp->source_file) . '/source/'. $arg; -RT::Interface::Web->SendStaticFile( File => $file ); - -$m->abort; -</%INIT> diff --git a/rt/share/html/NoAuth/css/ballard/layout.css b/rt/share/html/NoAuth/css/ballard/layout.css deleted file mode 100644 index b0c133444..000000000 --- a/rt/share/html/NoAuth/css/ballard/layout.css +++ /dev/null @@ -1,177 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -/* body */ - -body { - padding:0; - margin:0; - background: #547CCC url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/images/background-gradient.png) top left repeat-x ; - font-family: arial, helvetica, sans-serif; - color: #000000; -} - -div#body { - position: relative; - padding: 1.8em 1em 1em 1em; - -moz-border-radius-topleft: 0.5em; - -webkit-border-top-left-radius: 0.5em; - border-top-left-radius: 0.5em; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-bottom-left-radius: 0.5em; - margin-left: 10em; - margin-top: 3em; - margin-right: 0; - margin-bottom: 0em; - min-height: 10%; - background: #fff; - border-top: 2px solid #ccc; - border-left: 2px solid #ccc; - z-index:1; - - -} - -div#footer { - position: absolute; - right: 0; - text-align: right; - font-size: 0.9em; - margin-top: 2em; - background: #fff; - margin-bottom: 0; - padding-left: 3em; - padding-right: 1em; - border-top: 2px solid #aaa; - border-left: 2px solid #aaa; - -moz-border-radius-topleft: 0.5em; - -webkit-border-top-left-radius: 0.5em; - border-top-left-radius: 0.5em; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-bottom-left-radius: 0.5em; -} - -div#footer #time { - display: none ; -} - -div#footer #bpscredits { - text-align: right; - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right; - padding-top: 4em; -} - - -/* logo stuff */ - -div#logo { - position: absolute; - right: 2px; - top: 0; - height: 2.3em; -} - -div#logo a img { - border: 0; - height: 100% !important; - width: auto !important; - float: right; -} - -div#logo .rtname { - position: relative; - font-weight: bold; - text-align: center; - top: 0.7em; - padding-right: 1em; - float:left; -} - - -div#quickbar, div#logo { - font-size: 0.9em; -} -div#quickbar a, div#logo a { - color: #000; -} - - -div#quickbar { - background: #eaeaea; - padding-top: 1em; - padding-left: 1em; - padding-bottom: 0.5em; - height: 1em; - border-bottom: 1px solid #ccc; - -} - -div#header h1 { - position: absolute; - left: 0.5em; - right: 20em; - top: 1.6em; - overflow: hidden; - height: 1em; - font-size: 1.4em; - margin-top: 0.4em; - padding: 0.25em; - color: #fff; -} - -/* in multi-column layouts, make sure we have an internal gutter */ - -tr .boxcontainer { - padding-right: 1em; -} - -tr .boxcontainer:last-child { - padding-right: 0; -} - diff --git a/rt/share/html/NoAuth/css/ballard/main.css b/rt/share/html/NoAuth/css/ballard/main.css deleted file mode 100644 index 1c4b750bf..000000000 --- a/rt/share/html/NoAuth/css/ballard/main.css +++ /dev/null @@ -1,62 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -% $m->callback(CallbackName => 'Begin'); - -@import "../base/main.css"; - -@import "base.css"; -@import "layout.css"; -@import "nav.css"; -@import "boxes.css"; -@import "ticket-lists.css"; -@import "ticket-search.css"; -@import "ticket.css"; -@import "misc.css"; - -% $m->callback(CallbackName => 'End'); - diff --git a/rt/share/html/NoAuth/css/ballard/misc.css b/rt/share/html/NoAuth/css/ballard/misc.css deleted file mode 100644 index f3eae950b..000000000 --- a/rt/share/html/NoAuth/css/ballard/misc.css +++ /dev/null @@ -1,58 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.comment { - padding-left: 0.5em; - color: #999; - -} - -#comp-Ticket-ShowEmailRecord #body { - margin-left: 1em; - margin-top: 1em; - overflow: auto; -} diff --git a/rt/share/html/NoAuth/css/ballard/msie.css b/rt/share/html/NoAuth/css/ballard/msie.css deleted file mode 100644 index f05f38bde..000000000 --- a/rt/share/html/NoAuth/css/ballard/msie.css +++ /dev/null @@ -1,234 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -div#body { - left: 0.25em; - height: 100%; - top: 1em; - -} - - -#footer { - padding: 1em; -} - - -div#header h1 { - position: absolute; - left: 7.25em; - overflow: hidden; - height: 1em; - font-size: 1.4em; - margin-top: 0.4em; - right: 23.5em; - padding: 0.25em; -} - - -#topactions { - top: 4.1em; - width: auto; -} -.topaction form * { - vertical-align: top; -} - -.topaction form button, .topaction form input { - height: 2em; -} - -.topaction form input.field { - height: 1.6em; -} - -.topaction .select-queue { - margin-top: 0.2em; -} - -div#page-navigation { - position: absolute; - top: 6.2em; - height: 1.8em; - background: #fff; - border-top: 2px solid #ccc; -} - - - -div#page-navigation ul#page-menu { - margin-top: -2.5em; - margin-left: 4em; - background: none; - border: none; -} - - -div#quickbar { height: 1.2em; - - -} - -#pick-criteria td.label select { - width: 10em; -} - - -#editquery { - margin-top: 0.2em; - width: 39%; - left: 60%; -} - -div#nav li.first { - margin-top: 0.75em; - border-top: none; -} -div#nav ul ul li.first { - border-top: 1px solid #cccccc; - margin-top: 0.25em; -} - -div#nav li.last { - border-bottom: none; - padding-bottom: 0; - margin-bottom: 0; -} - - -.ticket-transaction .type a { font-weight: normal; text-decoration: none; color: #fff; } - - -.titlebox { - border-top: none; - border-left: none; -} - -.titlebox .titlebox-title .left { - padding: 0.25em; - padding-left: 0.5em; -} - -.titlebox { -} - -.titlebox .titlebox-title .right { - border-right: 2px solid #aaa; - -} - - -.titlebox .titlebox-content { - padding-top: 2.2em; -} - -.titlebox table.collection-as-table, .titlebox table.queue-summary { - width: 95%; - padding: 0.5em; - margin-left: auto; - margin-right: auto; -} - - .titlebox-title { - position: relative; -} - -.titlebox-title .widget { - position: absolute; - top: -0.25em; - left: -0.25em; - -} -.titlebox-title .left { - position: absolute; - top: -0.75em; - left: 0.5em; -} - - -.titlebox .titlebox-title .right{ - top: 0.2em; - right: -0.2em; -} - -/* nested things. like the ticket dates tab */ -.titlebox .titlebox .titlebox-title .right{ - top: 0.25em; -} - -.combobox { - float: left; -} - -.combobox .combo-button { - color: ButtonText; - padding: 0; -} - -.combobox .combo-list { - margin-top:0.5em; - margin-left: -0.2em; -} - -#pick-criteria td.label { - width: auto; -} - -#pick-criteria td.operator { - width: 7.5em; -} - -.plain-text-white-space { - word-wrap: break-word; /* Internet Explorer 5.5+ */ - white-space: pre; /* IE only hack to re-specify in addition to - word-wrap */ -} - -#rt-portal .titlebox-content { - height: 23em; -} - diff --git a/rt/share/html/NoAuth/css/ballard/msie6.css b/rt/share/html/NoAuth/css/ballard/msie6.css deleted file mode 100644 index 21bd1d163..000000000 --- a/rt/share/html/NoAuth/css/ballard/msie6.css +++ /dev/null @@ -1,98 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -@import "../base/msie6.css"; - -.topaction .select-queue { - margin-top: 0; -} - -div#page-navigation ul#page-menu { - margin-top: -3.2em; -} - -.titlebox-title .widget { - top: -1em; - left: 0.5em; - -} -.titlebox .titlebox-title .right{ - position: absolute; - top: 0.25em; - right: 1em; -} - -/* nested things. like the ticket dates tab */ -.titlebox .titlebox .titlebox-title .right{ - right: 1.3em; -} - -#login-box .titlebox .titlebox-title .right { - margin-top: -0.1em; - right: 0em; -} - -.titlebox -{ - height: auto !important; - height: 1.25em; -} - - -.ticket-transaction .messagebody img { - /* ie6 does not support max-width */ - width: expression(this.width > 401 ? 400 : true); -} - -#page-navigation { - width: 100%; -} - -.ticket-transaction div.metadata span.actions { - right: 1.1em; -} - diff --git a/rt/share/html/NoAuth/css/ballard/nav.css b/rt/share/html/NoAuth/css/ballard/nav.css deleted file mode 100644 index 7e69306ec..000000000 --- a/rt/share/html/NoAuth/css/ballard/nav.css +++ /dev/null @@ -1,191 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#main-navigation { - background-color: #fff; - -moz-border-radius-bottomright: 0.5em; - -webkit-border-bottom-right-radius: 0.5em; - border-bottom-right-radius: 0.5em; - -moz-border-radius-topright: 0.5em; - -webkit-border-top-right-radius: 0.5em; - border-top-right-radius: 0.5em; - width: 10em; - font-size: 0.85em; - position: absolute; - top: 6.2em; - left: 0em; - z-index: 9997; - padding-top: 1em; - padding-right: 0.5em; - padding-left: 0.5em; -} - -#main-navigation ul { - list-style-type: none; - padding: 0; - margin: 0; - padding-left: 8px; /* not em, since our font size reduces */ - border-left: 1px solid #ccc; - margin-top: 0.2em; - padding-top: 0.2em; - - margin-bottom: 0.2em; - padding-bottom: 0.2em; -} - -#main-navigation { - text-color: #000; -} - -#main-navigation li ul { - font-size: 0.9em; -} - -#main-navigation li ul ul { - font-size: 1em; -} - -#main-navigation li:first-child { -} - -#main-navigation li:last-child { - border-bottom: none; -} - - -#main-navigation a, -#main-navigation a:visited { - padding-top: 0.5em; - padding-bottom: 0.5em; - color: #000; - border: none; -} - -#main-navigation li { -} - - -#main-navigation ul a, -#main-navigation ul a:visited { - color: #000; -} - - -#main-navigation li li, #main-navigation li li li { - border-left: none; - background-color: #fff; - text-color: #547CCC; -} - -#page-navigation { - position: absolute; - top: 6em; - right: 0em; - z-index: 9995; - font-size: 0.9em; - background-color: #eee; - border: 1px solid #ccc; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-bottom-left-radius: 0.5em; - padding: 0; - padding-top: 0.5em; - padding-right: 0.5em; - width: 60%; - text-align: right; -} - -#page-navigation ul { - list-style-type: none; - padding: 0; - padding-left: 0.3em; - display: inline; -} - -#page-navigation li { - display: inline; - padding: 0.3em; -} -#page-navigation li.has-children>a { - display: none; -} - -#page-navigation { - margin: 0; -} - -#topactions { - position: absolute; - background: transparent; - top: 3.2em; - right: 0.7em; - width: auto; - min-width: 42em; - font-size: 0.9em; - z-index: 99; -} - -#topactions form * { - vertical-align: top; -} - -#topactions button, #topactions select, #topactions input{ - padding-top: 0em; - padding-bottom: 0em; - width: 8em; - -} - -#topactions #simple-search .field{ - margin-left: 1em; - color: #787; - } - -#topactions #simple-search .field:focus { - color: #000; - } - diff --git a/rt/share/html/NoAuth/css/ballard/ticket-lists.css b/rt/share/html/NoAuth/css/ballard/ticket-lists.css deleted file mode 100644 index 2df86e8d5..000000000 --- a/rt/share/html/NoAuth/css/ballard/ticket-lists.css +++ /dev/null @@ -1,237 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -table.queue-summary, table.collection-as-table { - margin-top: 0.75em; - font-size: 0.9em; - border: 1px solid #aaa; - border-bottom: 2px solid #999; - border-right: 2px solid #999; - border-spacing: 0; - width: 100%; - -} - -table.queue-summary tr>*:first-child { - padding-left: 1em; - -} - - -table.queue-summary tr>*:last-child { - padding-right: 1em; - -} - -table.queue-summary a, table.collection-as-table a { - font-weight: bold; -} - - -table.collection-as-table th.collection-as-table { - background: #ddd; - font-size: 0.9em; - margin-bottom: 0.5em; - text-align: left; - -} - - -table.queue-summary th.collection-as-table { - font-size: 0.9em; - margin-bottom: 0.5em; - text-align: right; - -} - -table.queue-summary th.collection-as-table:first-child { - text-align: left; - -} - - -tr.collection-as-table+tr.collection-as-table th { - border-bottom: 2px solid grey; - -} - - - - -table.queue-summary td { - background: #efefef; - border-bottom: 1px solid #ccc; -} - - - -tr.evenline td { - background: #eee; -} - -tr.oddline td { - background: #fff; - -} - -tr.evenline td, tr.oddline td { - padding-top: 0.5em; -} - - - -tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{ - padding-top: 0; - border: none; -} - - - -table.collection-as-table td:first-child, -table.collection-as-table th:first-child { - padding-left: 1em; -} - -table.collection-as-table td:last-child, table.collection-as-table th:last-child { - padding-right: 1em; -} - -th.collection-as-table , td.collection-as-table { - padding-right: 0.5em; -} - -.pagenum.a:hover, .paging a.nav:hover{ -text-decoration: underline; -} - - -.pagenum *, .paging a.nav{ -padding: .5em; -} - -.currentpage{ -text-decoration: none; -font-weight: bold; -background: #eee; -} - -div.paging{ -text-align: center; -padding-bottom: 1em; -} - - -/* full-page ticket lists */ -#body>table.collection-as-table { - margin-bottom: 2em; - -} - -.chart.image { - padding-right: 2em; - float: left; - clear: both; -} - -.chart-wrapper { - display: block; - width: auto; -} - -.chart-wrapper .collection-as-table { - width: auto; - font-size: 1em; - /* Firefox needs this to let the table flow below the chart on narrow screens */ - clear: right; -} - -.chart-wrapper .collection-as-table th.collection-as-table { - text-align: center; - padding: 0.5em; - padding-right: 1em; - padding-left: 1em; -} - -.chart-wrapper .collection-as-table tr.total td { - border-top: 1px solid #ccc; -} - -.chart-wrapper .collection-as-table td.value { - padding-left: 0.5em; -} - -.chart-wrapper .query { - clear: both; - text-align: center; - font-size: 1.2em; - padding: 1em; -} - -.chart-wrapper .collection-as-table .label { - font-weight: bold; -} - - -.chart-wrapper .query .label { - font-weight: bold; -} - -.chart-meta { - padding-top: 2em; - border-top: 1px solid #ccc; -} - -.chart-meta .chart-type { - display: inline-block; - float: left; - padding-right: 2em; - clear: both; -} - -.chart-meta .saved-search { - display: inline-block; -} diff --git a/rt/share/html/NoAuth/css/ballard/ticket-search.css b/rt/share/html/NoAuth/css/ballard/ticket-search.css deleted file mode 100644 index bb9eef494..000000000 --- a/rt/share/html/NoAuth/css/ballard/ticket-search.css +++ /dev/null @@ -1,244 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#comp-Search-Build #body { - position: relative; -} - -#pick-criteria select { - width: 8em; -} - -#pick-criteria tr { - height: 1.5em; -} - -#pick-criteria td.label { - font: message-box; - padding-right: 0.5em; - width: 11em; -} - -#pick-criteria td.label select { - width: 8.5em; - text-align: right; -} - -#pick-criteria td.operator { - padding-right: 0.5em; - text-align: left; - vertical-align: bottom; - width: 7em; -} - -#pick-criteria td.operator select { - text-align: right; -} - -#pick-criteria td.value input, -#pick-criteria td.value select { - width: 11em; -} - -#pick-criteria td.value #ValueOfDate { - width: 11em; -} - - -#pick-criteria td.value #ValueOfTime { - width: 4em; - -} - -#pick-criteria td.value #ValueOfTime-TimeUnits{ - width: 5.5em; -} - -#pick-criteria td.value { - padding-right: 0.5em; - text-align: left; - font: message-box; -} - -#editquery, #editsearches{ - position: absolute; - margin-top: 0.2em; - right: 1em; - left: 60%; - top: 1em; -/* margin-top: -1em; */ -} - -#editquery { - top: 1.3em; -} - - -#editsearches { - top: 24em; -} - - -#pick-criteria { - width: 58%; - padding-top: 0em; - margin-top: 0em; -} - -#pick-criteria .titlebox-content { - overflow-x: auto; -} - -#BuildQuery .submit { - width: 58%; -} - - -#sorting.titlebox { - width: 55%; - padding-right: 1em; -} - -#display-options .submit { - width: 100%; -} - - - -.search-result-views { - position: absolute; - top: 0; - right: 0; - margin-top: -2px; - margin-right: 0em; - padding: 0.25em; - padding-left: 0.5em; - padding-right: 0.5em; - background-color: #ccc; - border-left: 1px solid #999; - border-bottom: 1px solid #999; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-bottom-left-radius: 0.5em; -} - - - -.search-result-views li { - - display: inline; -} - -.search-result-views li:after { - content: " \00b7 "; -} - -.search-result-views li:last-child:after { - content: ""; - -} - -.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; -} - -/* Force some widget to fit at max parent box */ -#HomeRefreshInterval, #SavedSearchLoad, #SavedSearchOwner { - max-width: 100%; -} - diff --git a/rt/share/html/NoAuth/css/ballard/ticket.css b/rt/share/html/NoAuth/css/ballard/ticket.css deleted file mode 100644 index 22a86c7f9..000000000 --- a/rt/share/html/NoAuth/css/ballard/ticket.css +++ /dev/null @@ -1,278 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -div#ticket-history div.ticket-transaction { - border-top: 1px solid #ccc; - padding-bottom: 0.25em; - position: relative; /* gives us a container for position: absolute */ -} - -div#ticket-history div.odd { - background-color: #fff; -} - -div#ticket-history { - - margin-top: 0.75em; - border-left: 1px solid #ccc; - - border-right: 2px solid #999; - border-bottom: 2px solid #999; - -} - -.ticket-transaction div.metadata span.actions { - position: absolute; - top: 0; - right: 0; - padding: 0em; - background: #ccc; - text-align: right; - border-left: 1px solid #999; - border-bottom: 1px solid #999; - color: #ccc; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-bottom-left-radius: 0.5em; - white-space: nowrap; -} - -.ticket-transaction div.metadata span.type { - text-align: center; - float: left; - margin: 0.25em 0.70em 0.25em 0.25em; - width: 1em; - height: 1.25em; - padding: 0.75em 0 0 0; - border-right: 1px solid #999; - border-bottom: 1px solid #999; - -moz-border-radius: 0.25em; - -webkit-border-bottom-right-radius: 0.25em; - border-bottom-right-radius: 0.25em; -} - -div#ticket-history span.type a { - color: #fff; -} - - -div#ticket-history span.date { - width: 10em; -} - - -div#ticket-history span.description { - margin-left: 1em; - font-weight: bold; -} - -div#ticket-history span.time-taken { - margin-left: 1em; -} - -div#ticket-history div.content { - padding-right: 1em; - padding-bottom: 0.7em; - margin-left: 1.5em; -} - -.ticket-transaction .messagebody { - font-size: 1em; - padding-left: 1em; - margin-top: 0.5em; - padding-top: 0.5em; - border-top: 1px solid #ccc; - /*overflow: auto; */ - min-height: 2.5em; - /* To avoid overlapping of "downloadattachment" by messagebody */ - clear: left; - word-wrap: break-word; -} - -.ticket-transaction .messagebody img { - max-width: 100%; -} - -div#ticket-history div.downloadattachment { -float: right; -clear: both; -font-size: 0.9em; -text-align: right; -background: #ddd; -padding: 0.5em; -margin-left: 1em; - -border: 1px solid #ccc; -border-right: 2px solid #aaa; -border-bottom: 2px solid #aaa; -margin-top: 0.5em; --moz-border-radius: 0.5em; --webkit-border-radius: 0.5em; -border-radius: 0.5em; - -} - -div#ticket-history div.downloadattachment .downloadcontenttype{ -color: #666; -padding-right:0.25em; -} - - -div#ticket-history .message-header-key { - width: 7em; - font-weight: bold; - color: #666; -} - - -div#ticket-history .messagebody .messagebody{ - font-size: 1em; - padding: 0; - border: 0; - margin: 0; -} - - - -.ticket-transaction.basics .type { background: #b32; } -.ticket-transaction.cfs .type { background: #b32; } -.ticket-transaction.people .type { background: #48c; } -.ticket-transaction.links .type { background: #316531; } -.ticket-transaction.dates .type { background: #633063; } -.ticket-transaction.message .type { background: #069; } -.ticket-transaction.reminders .type { background: #369; } -.ticket-transaction.other .type { background: #abc; } - - - - -.ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;} -.ticket-info-basics .titlebox-title .left { background-color: #b32; color: #fff;} -.ticket-info-people .titlebox-title .left { background-color: #48c; color: #fff;} -.ticket-info-requestor .titlebox-title .left { white-space: nowrap; background-color: #48c; color: #fff;} -.ticket-info-links .titlebox-title .left { background-color: #316531; color: #fff;} -.ticket-info-reminders .titlebox-title .left { background-color: #369; color: #fff;} -.ticket-info-dates .titlebox-title .left { background-color: #633063; color: #fff;} -.ticket-info-attachments .titlebox-title .left { background-color: #993366; color: #fff;} - - -.ticket-summary .titlebox-title .left a, .ticket-summary .titlebox-title .left a:visited { color: #fff;} - -.unread-messages .titlebox , .unread-messages .titlebox-title .left { - border: 1px solid #99a; - border-right: 2px solid #aab; - border-bottom: 2px solid #aab; - -} - - -.unread-messages .titlebox { - background-color: #dde; -} - -.unread-messages .titlebox-title .left { - background-color: #cce; -} - -.ticket-inactive { - text-decoration: line-through; - color: #666 -} - -table.ticket-summary td.boxcontainer:first-child { - width: 50%; -} - -div.requestor-ticket-links { - text-align: left; - font-size: 0.8em; - padding-top: 0.25em; -} - -.more-about-requestor-extra-field .label { - display: inline-block; - width: 8em; - font-weight: bold; - text-align: right; -} - -.more-about-requestor-extra-field .value { - display: inline-block; -} - -.ticket-info-requestor .more-about-requestor-extra, -.ticket-info-requestor .comments-about-user, -.ticket-info-requestor .more-about-requestor-tickets, -.ticket-info-requestor .more-about-user-groups -{ - margin: 1em 0; -} - -.ticket-info-requestor .comments-about-user .label, -.ticket-info-requestor .more-about-user-groups .label, -.ticket-info-requestor .more-about-requestor-tickets .label -{ - display: block; - font-weight: bold; - text-align: left; -} - -.ticket-info-requestor .more-about-user-groups .value ul, -.ticket-info-requestor .more-about-requestor-tickets ul -{ - margin-top: 0; - margin-bottom: 0; -} - - -/* textareas get to be bigger when we're in a table */ -tr.edit-custom-field.cftype-Text textarea, -tr.edit-custom-field.cftype-Freeform input, -tr.edit-custom-field.cftype-Wikitext textarea -{ - width: 100%; -} diff --git a/rt/share/html/NoAuth/css/base/admin.css b/rt/share/html/NoAuth/css/base/admin.css deleted file mode 100644 index 0c016c107..000000000 --- a/rt/share/html/NoAuth/css/base/admin.css +++ /dev/null @@ -1,97 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -ul.list-menu .menu-item { - font-size: 1.25em; -} -ul.list-menu { - list-style: none; - width: 35%; -} -ul.list-menu > li { - margin-bottom: 1em; -} -ul.list-menu .description { - font-style: italic; - display: block; - padding: 0.2em 0 0 1em; -} - -ul.list-menu ul { - list-style: none; - padding: 0.25em 0 0 1em; -} -ul.list-menu ul li { - display: inline; - margin-right: 0.5em; -} - -#rt-portal .titlebox iframe { - height: 100%; - width: 100%; - border: 0; -} - -#rt-portal .titlebox { - position: absolute; - top: 1em; - right: 1em; - bottom: 3em; - width: 55%; - padding-bottom: 1em; -} - -#rt-portal .titlebox-content { - height: 100%; - padding: 0; -} - -#rt-portal .titlebox.rolled-up { - bottom: auto; - padding-bottom: 0; -} - diff --git a/rt/share/html/NoAuth/css/base/articles.css b/rt/share/html/NoAuth/css/base/articles.css deleted file mode 100644 index 8744c849b..000000000 --- a/rt/share/html/NoAuth/css/base/articles.css +++ /dev/null @@ -1,54 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#comp-Articles-Article-Search .label h2 { - text-align: left; -} - -.articles-select-article select { - max-width: 20em; -} diff --git a/rt/share/html/NoAuth/css/base/forms.css b/rt/share/html/NoAuth/css/base/forms.css deleted file mode 100644 index cc034b312..000000000 --- a/rt/share/html/NoAuth/css/base/forms.css +++ /dev/null @@ -1,278 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -form { - - background: none; - border: none; - margin: 0; -} - - -.input-row .label { - position: relative; - text-align: right; - width: 4em; -} - -.input-row .input { - position: relative; - left: 1em; - width: 10em; - text-align: right; -} - -.value { - font-size: 0.85em; - -} - - - -div.button-row { - text-align: right; - padding-right: 0.5em; -} - - -input[type=reset], input[type=submit], input[class=button], button { - color: #fff; - background: #3858a3; - padding: 0.25em; - padding-left: 0.5em; - padding-right: 0.5em; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; - border-radius: 0.5em; -} - -input.button:hover, button:hover, input[type=reset]:hover, input[type=submit]:hover, input[class=button]:hover { - background: #1D3B7D; -} - -input.button:focus, button:focus, input[type=reset]:focus, input[type=submit]:focus, input[class=button]:focus { - background: #1D3B7D; -} - -div.error div.error { - border: 2px solid #aa0000; - border-top: 1px solid #bb0000; - border-left: 1px solid #bb0000; - background-color: #fcc; -} - -div.error .titlebox-title span.left { - background-color: #f00; - color: #fff; - border: 1px solid #cc0000; - border-right: 2px solid #bb0000; - border-bottom: 2px solid #bb0000; - -} - - -div.results .titlebox-title .left, div.results .titlebox { - border: 1px solid #aa9; - border-bottom: 2px solid #990; - border-right: 2px solid #990; -} - -div.results .titlebox-title .left { - background: #ff9; - -} - -div.results .titlebox { - background: #ffc; - -} - -div.results .titlebox-content { - padding: 0; -} - - -.label, .labeltop { - text-align: right; - font-size: 0.8em; - padding-right: .5em; - -} - -.cflabel { - text-align: right; - font-size: 0.8em; - padding-right: .5em; - width: 12em; -} - -td.cflabel { - width: auto; -} - -.labeltop, .label, .value { - padding-top: 0.25em; -} - -div.ticket-info-basics div.titlebox-content .labeltop{ - width: 10em; -} - -div.submit { - text-align: right; -} - -div.submit .extra-buttons { - text-align: left; - float: left; -} - - -div.widget { - padding-bottom: 0.5em; - clear: both; -} - -div.widget .label { - text-align: right; - display: block; - width: 15em; - float: left; - clear: both; - font-size: 0.9em; - padding-right: 0.5em; -} - -div.widget .hints { - - display: block; - padding-left: 14em; - font-style: italic; -} - - -%# ComboBox styles... some properties like height and width must be dynamically -%# set in the JS (at least for now). -.combobox { - position: relative; - width: 11.5em; -} - -.combobox .combo-button { - right: 0; - padding: 0; - margin-top: 0; - cursor: default; - color: ButtonFace; - background: ButtonFace; - border: 2px outset ButtonHighlight; -} - -/* this style replaces the default down-triangle with one that looks more like - * native widget sets. It does not work in IE as it's an :after pseudo element - * with a "content" value. but that's ok because IE can't display unicode 25be - * anyway */ - -.combobox .combo-button:after { - color: ButtonText; - margin: 0; - padding: 0; - margin-top: -0.5em; - margin-left: -0.8em; - content: "\25be"; -} - -.combobox .combo-text { - border: 1px inset ButtonHighlight; - margin: 0; - padding: 0; -} - -.combobox .combo-list { - border: 1px outset; - z-index: 150; -} - -.value .TimeUnits{ - margin-left: .5em; - width: 7em; -} - -.cfinvalidfield { - font-style: italic; - color: red; -} - -form div.submit div.buttons { - min-height: 2.8em; -} - -form div.submit div.buttons div.back { - position: relative; - float: left; - width: 50%; - text-align: left; -} - -form div.submit div.buttons div.next { - position: relative; - float: right; - width: 50%; -} - -/* query builder */ - -#formatbuttons { - clear: both; -} - -#ResetAuthTokenPrompt { - display: block; - text-align: right; - font-weight: bold; - text-decoration: underline; -} diff --git a/rt/share/html/NoAuth/css/base/history-folding.css b/rt/share/html/NoAuth/css/base/history-folding.css deleted file mode 100644 index 5bb166716..000000000 --- a/rt/share/html/NoAuth/css/base/history-folding.css +++ /dev/null @@ -1,91 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.message-stanza-folder { - color: #500050; - font-size: 0.9em; - padding: 0.2em; - cursor: pointer; -} - -.message-stanza-folder.open { - color: #ccc; -} - -.message-stanza-folder:before, .message-stanza-folder:after { - content: " - "; -} - -.message-stanza.closed { - display: none; -} - -/* Message quoting */ - -.message-stanza { - color: #000; -} - -.message-stanza .message-stanza{ - color: #500050; -} - -.message-stanza .message-stanza .message-stanza{ - color: #1a1aa6; -} - -.message-stanza .message-stanza .message-stanza .message-stanza { - color: #006633; -} - -.message-stanza .message-stanza .message-stanza .message-stanza .message-stanza { - color: #003366; -} - -.message-stanza .message-stanza .message-stanza .message-stanza .message-stanza .message-stanza { - color: #993366; -} diff --git a/rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css b/rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css deleted file mode 100644 index 8dc30f7b2..000000000 --- a/rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css +++ /dev/null @@ -1,19 +0,0 @@ -/* -* jQuery timepicker addon -* By: Trent Richardson [http://trentrichardson.com] -* Version 1.0.0 -* Last Modified: 02/05/2012 -* -* Copyright 2012 Trent Richardson -* Dual licensed under the MIT and GPL licenses. -* http://trentrichardson.com/Impromptu/GPL-LICENSE.txt -* http://trentrichardson.com/Impromptu/MIT-LICENSE.txt -*/ - -.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } -.ui-timepicker-div dl { text-align: left; } -.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; } -.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } -.ui-timepicker-div td { font-size: 90%; } -.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } -.ui-datepicker-buttonpane button.ui-datepicker-current { opacity: 1.0; } diff --git a/rt/share/html/NoAuth/css/base/jquery-ui.css b/rt/share/html/NoAuth/css/base/jquery-ui.css deleted file mode 100644 index a9ba81c49..000000000 --- a/rt/share/html/NoAuth/css/base/jquery-ui.css +++ /dev/null @@ -1,48 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -@import "jquery-ui.custom.modified.css"; diff --git a/rt/share/html/NoAuth/css/base/jquery-ui.custom.modified.css b/rt/share/html/NoAuth/css/base/jquery-ui.custom.modified.css deleted file mode 100644 index 3b1e1a00e..000000000 --- a/rt/share/html/NoAuth/css/base/jquery-ui.custom.modified.css +++ /dev/null @@ -1,478 +0,0 @@ -/* - * jQuery UI CSS Framework 1.8.7 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Theming/API - */ - -/* Layout helpers -----------------------------------*/ -.ui-helper-hidden { display: none; } -.ui-helper-hidden-accessible { position: absolute !important; left: -99999999px; } -.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } -.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } -.ui-helper-clearfix { display: inline-block; } -/* required comment for clearfix to work in Opera \*/ -* html .ui-helper-clearfix { height:1%; } -.ui-helper-clearfix { display:block; } -/* end clearfix */ -.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } - - -/* Interaction Cues -----------------------------------*/ -.ui-state-disabled { cursor: default !important; } - - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } - - -/* Misc visuals -----------------------------------*/ - -/* Overlays */ -.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } - - -/* - * jQuery UI CSS Framework 1.8.7 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Theming/API - * - * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,Helvetica,sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0.3em&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px - */ - - -/* Component containers -----------------------------------*/ -.ui-widget { font-family: Arial,Helvetica,sans-serif; font-size: 1em; } -.ui-widget .ui-widget { font-size: 1em; } -.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Helvetica,sans-serif; font-size: 1em; } -.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } -.ui-widget-content a { color: #222222; } -.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } -.ui-widget-header a { color: #222222; } - -/* Interaction states -----------------------------------*/ -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } -.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } -.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } -.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } -.ui-widget :active { outline: none; } - -/* Interaction Cues -----------------------------------*/ -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } -.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } -.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } -.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } -.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } -.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } -.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { width: 16px; height: 16px; background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_222222_256x240.png); } -.ui-widget-content .ui-icon {background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_222222_256x240.png); } -.ui-widget-header .ui-icon {background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_222222_256x240.png); } -.ui-state-default .ui-icon { background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_888888_256x240.png); } -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_454545_256x240.png); } -.ui-state-active .ui-icon {background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_454545_256x240.png); } -.ui-state-highlight .ui-icon {background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_2e83ff_256x240.png); } -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_cd0a0a_256x240.png); } - -/* positioning */ -.ui-icon-carat-1-n { background-position: 0 0; } -.ui-icon-carat-1-ne { background-position: -16px 0; } -.ui-icon-carat-1-e { background-position: -32px 0; } -.ui-icon-carat-1-se { background-position: -48px 0; } -.ui-icon-carat-1-s { background-position: -64px 0; } -.ui-icon-carat-1-sw { background-position: -80px 0; } -.ui-icon-carat-1-w { background-position: -96px 0; } -.ui-icon-carat-1-nw { background-position: -112px 0; } -.ui-icon-carat-2-n-s { background-position: -128px 0; } -.ui-icon-carat-2-e-w { background-position: -144px 0; } -.ui-icon-triangle-1-n { background-position: 0 -16px; } -.ui-icon-triangle-1-ne { background-position: -16px -16px; } -.ui-icon-triangle-1-e { background-position: -32px -16px; } -.ui-icon-triangle-1-se { background-position: -48px -16px; } -.ui-icon-triangle-1-s { background-position: -64px -16px; } -.ui-icon-triangle-1-sw { background-position: -80px -16px; } -.ui-icon-triangle-1-w { background-position: -96px -16px; } -.ui-icon-triangle-1-nw { background-position: -112px -16px; } -.ui-icon-triangle-2-n-s { background-position: -128px -16px; } -.ui-icon-triangle-2-e-w { background-position: -144px -16px; } -.ui-icon-arrow-1-n { background-position: 0 -32px; } -.ui-icon-arrow-1-ne { background-position: -16px -32px; } -.ui-icon-arrow-1-e { background-position: -32px -32px; } -.ui-icon-arrow-1-se { background-position: -48px -32px; } -.ui-icon-arrow-1-s { background-position: -64px -32px; } -.ui-icon-arrow-1-sw { background-position: -80px -32px; } -.ui-icon-arrow-1-w { background-position: -96px -32px; } -.ui-icon-arrow-1-nw { background-position: -112px -32px; } -.ui-icon-arrow-2-n-s { background-position: -128px -32px; } -.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } -.ui-icon-arrow-2-e-w { background-position: -160px -32px; } -.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } -.ui-icon-arrowstop-1-n { background-position: -192px -32px; } -.ui-icon-arrowstop-1-e { background-position: -208px -32px; } -.ui-icon-arrowstop-1-s { background-position: -224px -32px; } -.ui-icon-arrowstop-1-w { background-position: -240px -32px; } -.ui-icon-arrowthick-1-n { background-position: 0 -48px; } -.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } -.ui-icon-arrowthick-1-e { background-position: -32px -48px; } -.ui-icon-arrowthick-1-se { background-position: -48px -48px; } -.ui-icon-arrowthick-1-s { background-position: -64px -48px; } -.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } -.ui-icon-arrowthick-1-w { background-position: -96px -48px; } -.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } -.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } -.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } -.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } -.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } -.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } -.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } -.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } -.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } -.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } -.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } -.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } -.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } -.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } -.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } -.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } -.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } -.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } -.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } -.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } -.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } -.ui-icon-arrow-4 { background-position: 0 -80px; } -.ui-icon-arrow-4-diag { background-position: -16px -80px; } -.ui-icon-extlink { background-position: -32px -80px; } -.ui-icon-newwin { background-position: -48px -80px; } -.ui-icon-refresh { background-position: -64px -80px; } -.ui-icon-shuffle { background-position: -80px -80px; } -.ui-icon-transfer-e-w { background-position: -96px -80px; } -.ui-icon-transferthick-e-w { background-position: -112px -80px; } -.ui-icon-folder-collapsed { background-position: 0 -96px; } -.ui-icon-folder-open { background-position: -16px -96px; } -.ui-icon-document { background-position: -32px -96px; } -.ui-icon-document-b { background-position: -48px -96px; } -.ui-icon-note { background-position: -64px -96px; } -.ui-icon-mail-closed { background-position: -80px -96px; } -.ui-icon-mail-open { background-position: -96px -96px; } -.ui-icon-suitcase { background-position: -112px -96px; } -.ui-icon-comment { background-position: -128px -96px; } -.ui-icon-person { background-position: -144px -96px; } -.ui-icon-print { background-position: -160px -96px; } -.ui-icon-trash { background-position: -176px -96px; } -.ui-icon-locked { background-position: -192px -96px; } -.ui-icon-unlocked { background-position: -208px -96px; } -.ui-icon-bookmark { background-position: -224px -96px; } -.ui-icon-tag { background-position: -240px -96px; } -.ui-icon-home { background-position: 0 -112px; } -.ui-icon-flag { background-position: -16px -112px; } -.ui-icon-calendar { background-position: -32px -112px; } -.ui-icon-cart { background-position: -48px -112px; } -.ui-icon-pencil { background-position: -64px -112px; } -.ui-icon-clock { background-position: -80px -112px; } -.ui-icon-disk { background-position: -96px -112px; } -.ui-icon-calculator { background-position: -112px -112px; } -.ui-icon-zoomin { background-position: -128px -112px; } -.ui-icon-zoomout { background-position: -144px -112px; } -.ui-icon-search { background-position: -160px -112px; } -.ui-icon-wrench { background-position: -176px -112px; } -.ui-icon-gear { background-position: -192px -112px; } -.ui-icon-heart { background-position: -208px -112px; } -.ui-icon-star { background-position: -224px -112px; } -.ui-icon-link { background-position: -240px -112px; } -.ui-icon-cancel { background-position: 0 -128px; } -.ui-icon-plus { background-position: -16px -128px; } -.ui-icon-plusthick { background-position: -32px -128px; } -.ui-icon-minus { background-position: -48px -128px; } -.ui-icon-minusthick { background-position: -64px -128px; } -.ui-icon-close { background-position: -80px -128px; } -.ui-icon-closethick { background-position: -96px -128px; } -.ui-icon-key { background-position: -112px -128px; } -.ui-icon-lightbulb { background-position: -128px -128px; } -.ui-icon-scissors { background-position: -144px -128px; } -.ui-icon-clipboard { background-position: -160px -128px; } -.ui-icon-copy { background-position: -176px -128px; } -.ui-icon-contact { background-position: -192px -128px; } -.ui-icon-image { background-position: -208px -128px; } -.ui-icon-video { background-position: -224px -128px; } -.ui-icon-script { background-position: -240px -128px; } -.ui-icon-alert { background-position: 0 -144px; } -.ui-icon-info { background-position: -16px -144px; } -.ui-icon-notice { background-position: -32px -144px; } -.ui-icon-help { background-position: -48px -144px; } -.ui-icon-check { background-position: -64px -144px; } -.ui-icon-bullet { background-position: -80px -144px; } -.ui-icon-radio-off { background-position: -96px -144px; } -.ui-icon-radio-on { background-position: -112px -144px; } -.ui-icon-pin-w { background-position: -128px -144px; } -.ui-icon-pin-s { background-position: -144px -144px; } -.ui-icon-play { background-position: 0 -160px; } -.ui-icon-pause { background-position: -16px -160px; } -.ui-icon-seek-next { background-position: -32px -160px; } -.ui-icon-seek-prev { background-position: -48px -160px; } -.ui-icon-seek-end { background-position: -64px -160px; } -.ui-icon-seek-start { background-position: -80px -160px; } -/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ -.ui-icon-seek-first { background-position: -80px -160px; } -.ui-icon-stop { background-position: -96px -160px; } -.ui-icon-eject { background-position: -112px -160px; } -.ui-icon-volume-off { background-position: -128px -160px; } -.ui-icon-volume-on { background-position: -144px -160px; } -.ui-icon-power { background-position: 0 -176px; } -.ui-icon-signal-diag { background-position: -16px -176px; } -.ui-icon-signal { background-position: -32px -176px; } -.ui-icon-battery-0 { background-position: -48px -176px; } -.ui-icon-battery-1 { background-position: -64px -176px; } -.ui-icon-battery-2 { background-position: -80px -176px; } -.ui-icon-battery-3 { background-position: -96px -176px; } -.ui-icon-circle-plus { background-position: 0 -192px; } -.ui-icon-circle-minus { background-position: -16px -192px; } -.ui-icon-circle-close { background-position: -32px -192px; } -.ui-icon-circle-triangle-e { background-position: -48px -192px; } -.ui-icon-circle-triangle-s { background-position: -64px -192px; } -.ui-icon-circle-triangle-w { background-position: -80px -192px; } -.ui-icon-circle-triangle-n { background-position: -96px -192px; } -.ui-icon-circle-arrow-e { background-position: -112px -192px; } -.ui-icon-circle-arrow-s { background-position: -128px -192px; } -.ui-icon-circle-arrow-w { background-position: -144px -192px; } -.ui-icon-circle-arrow-n { background-position: -160px -192px; } -.ui-icon-circle-zoomin { background-position: -176px -192px; } -.ui-icon-circle-zoomout { background-position: -192px -192px; } -.ui-icon-circle-check { background-position: -208px -192px; } -.ui-icon-circlesmall-plus { background-position: 0 -208px; } -.ui-icon-circlesmall-minus { background-position: -16px -208px; } -.ui-icon-circlesmall-close { background-position: -32px -208px; } -.ui-icon-squaresmall-plus { background-position: -48px -208px; } -.ui-icon-squaresmall-minus { background-position: -64px -208px; } -.ui-icon-squaresmall-close { background-position: -80px -208px; } -.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } -.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } -.ui-icon-grip-solid-vertical { background-position: -32px -224px; } -.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } -.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } -.ui-icon-grip-diagonal-se { background-position: -80px -224px; } - - -/* Misc visuals -----------------------------------*/ - -/* Corner radius */ -.ui-corner-tl { -moz-border-radius-topleft: 0.3em; -webkit-border-top-left-radius: 0.3em; border-top-left-radius: 0.3em; } -.ui-corner-tr { -moz-border-radius-topright: 0.3em; -webkit-border-top-right-radius: 0.3em; border-top-right-radius: 0.3em; } -.ui-corner-bl { -moz-border-radius-bottomleft: 0.3em; -webkit-border-bottom-left-radius: 0.3em; border-bottom-left-radius: 0.3em; } -.ui-corner-br { -moz-border-radius-bottomright: 0.3em; -webkit-border-bottom-right-radius: 0.3em; border-bottom-right-radius: 0.3em; } -.ui-corner-top { -moz-border-radius-topleft: 0.3em; -webkit-border-top-left-radius: 0.3em; border-top-left-radius: 0.3em; -moz-border-radius-topright: 0.3em; -webkit-border-top-right-radius: 0.3em; border-top-right-radius: 0.3em; } -.ui-corner-bottom { -moz-border-radius-bottomleft: 0.3em; -webkit-border-bottom-left-radius: 0.3em; border-bottom-left-radius: 0.3em; -moz-border-radius-bottomright: 0.3em; -webkit-border-bottom-right-radius: 0.3em; border-bottom-right-radius: 0.3em; } -.ui-corner-right { -moz-border-radius-topright: 0.3em; -webkit-border-top-right-radius: 0.3em; border-top-right-radius: 0.3em; -moz-border-radius-bottomright: 0.3em; -webkit-border-bottom-right-radius: 0.3em; border-bottom-right-radius: 0.3em; } -.ui-corner-left { -moz-border-radius-topleft: 0.3em; -webkit-border-top-left-radius: 0.3em; border-top-left-radius: 0.3em; -moz-border-radius-bottomleft: 0.3em; -webkit-border-bottom-left-radius: 0.3em; border-bottom-left-radius: 0.3em; } -.ui-corner-all { -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em; } - -/* Overlays */ -.ui-widget-overlay { background: #aaaaaa url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } -.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } - -/* - * jQuery UI Accordion 1.8.7 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Accordion#theming - */ -/* IE/Win - Fix animation bug - #4615 */ -.ui-accordion { width: 100%; } -.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } -.ui-accordion .ui-accordion-li-fix { display: inline; } -.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } -.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } -.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } -.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } -.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } -.ui-accordion .ui-accordion-content-active { display: block; }/* - * jQuery UI Autocomplete 1.8.7 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Autocomplete#theming - */ -.ui-autocomplete { position: absolute; cursor: default; } - -/* workarounds */ -* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ - -/* - * jQuery UI Menu 1.8.7 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Menu#theming - */ -.ui-menu { - list-style:none; - padding: 2px; - margin: 0; - display:block; - float: left; -} -.ui-menu .ui-menu { - margin-top: -3px; -} -.ui-menu .ui-menu-item { - margin:0; - padding: 0; - zoom: 1; - float: left; - clear: left; - width: 100%; -} -.ui-menu .ui-menu-item a { - text-decoration:none; - display:block; - padding:.2em .4em; - line-height:1.5; - zoom:1; -} -.ui-menu .ui-menu-item a.ui-state-hover, -.ui-menu .ui-menu-item a.ui-state-active { - font-weight: normal; - margin: -1px; -} -/* - * jQuery UI Tabs 1.8.7 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Tabs#theming - */ -.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ -.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } -.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } -.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } -.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } -.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } -.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ -.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } -.ui-tabs .ui-tabs-hide { display: none !important; } -/* - * jQuery UI Datepicker 1.8.7 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Datepicker#theming - */ -#ui-datepicker-div { display: none;} -.ui-datepicker { width: 17em; padding: .2em .2em 0; } -.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } -.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } -.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } -.ui-datepicker .ui-datepicker-prev { left:2px; } -.ui-datepicker .ui-datepicker-next { right:2px; } -.ui-datepicker .ui-datepicker-prev-hover { left:1px; } -.ui-datepicker .ui-datepicker-next-hover { right:1px; } -.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } -.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } -.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } -.ui-datepicker select.ui-datepicker-month-year {width: 100%;} -.ui-datepicker select.ui-datepicker-month, -.ui-datepicker select.ui-datepicker-year { width: 49%;} -.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } -.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } -.ui-datepicker td { border: 0; padding: 1px; } -.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } -.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } -.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } - -/* with multiple calendars */ -.ui-datepicker.ui-datepicker-multi { width:auto; } -.ui-datepicker-multi .ui-datepicker-group { float:left; } -.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } -.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } -.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } -.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } -.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } -.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } -.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } -.ui-datepicker-row-break { clear:both; width:100%; } - -/* RTL support */ -.ui-datepicker-rtl { direction: rtl; } -.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } -.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } -.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } -.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } -.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } -.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } -.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } -.ui-datepicker-rtl .ui-datepicker-group { float:right; } -.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } -.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } - -/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ -.ui-datepicker-cover { - display: none; /*sorry for IE5*/ - display/**/: block; /*sorry for IE5*/ - position: absolute; /*must have*/ - z-index: -1; /*must have*/ - filter: mask(); /*must have*/ - top: -4px; /*must have*/ - left: -4px; /*must have*/ - width: 200px; /*must have*/ - height: 200px; /*must have*/ -} -/* - * jQuery UI Slider 1.8.4 - * - * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * http://docs.jquery.com/UI/Slider#theming - */ -.ui-slider { position: relative; text-align: left; } -.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } -.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } - -.ui-slider-horizontal { height: .8em; } -.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } -.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } -.ui-slider-horizontal .ui-slider-range-min { left: 0; } -.ui-slider-horizontal .ui-slider-range-max { right: 0; } - -.ui-slider-vertical { width: .8em; height: 100px; } -.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } -.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } -.ui-slider-vertical .ui-slider-range-min { bottom: 0; } -.ui-slider-vertical .ui-slider-range-max { top: 0; } diff --git a/rt/share/html/NoAuth/css/base/login.css b/rt/share/html/NoAuth/css/base/login.css deleted file mode 100644 index a95efa66a..000000000 --- a/rt/share/html/NoAuth/css/base/login.css +++ /dev/null @@ -1,114 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.login-body .action-results { - list-style: none; -} - -#login-box hr { - display: none; -} - -#login-box { - - width: 30em; - -margin-right:auto;margin-left:auto; - padding-top: 2em; - padding-bottom: 2em; - - -} - - -#login-box .input-row { - position: relative; - height: 1.5em; - padding-top: 1em; -} - -#login-box .input-row .label { - - float: left; - width: 8em; - text-align: right; - font-weight: bold; - - -} - -#login-box .input-row input { - width: 14em; -} - -#login-box .button-row { - margin-top: 0.5em; -} - -#quick-personal { - position: absolute; - z-index: 9999; - left: 0; - /* This avoids a very weird bug in Chrome where opening a select causes a - * hover event at (0,0), which will be over top of the menu sometimes */ - top: 1px; -} - -#quick-personal #not-logged-in { - display: block; - padding-top: 0.5em; - padding-left: 1em; -} - -.redirect-warning tt { - display: block; - margin: 0.5em 0 0.5em 1em; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - width: 90%; -} diff --git a/rt/share/html/NoAuth/css/base/main.css b/rt/share/html/NoAuth/css/base/main.css deleted file mode 100644 index 000ff70e5..000000000 --- a/rt/share/html/NoAuth/css/base/main.css +++ /dev/null @@ -1,74 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -% $m->callback(CallbackName => 'Begin'); - -@import "yui-fonts.css"; -@import "jquery-ui.css"; -@import "jquery-ui-timepicker-addon.css"; -@import "superfish.css"; -@import "superfish-navbar.css"; -@import "superfish-vertical.css"; -@import "tablesorter.css"; -@import "farbtastic.css"; -@import "collection.css"; -@import "forms.css"; -@import "misc.css"; -@import "nav.css"; -@import "ticket-form.css"; -@import "rights-editor.css"; -@import "theme-editor.css"; -@import "ticket.css"; -@import "admin.css"; -@import "articles.css"; -@import "portlets.css"; -@import "tools.css"; -@import "login.css"; -@import "history-folding.css"; - -% $m->callback(CallbackName => 'End'); - diff --git a/rt/share/html/NoAuth/css/base/misc.css b/rt/share/html/NoAuth/css/base/misc.css deleted file mode 100644 index 4de92996e..000000000 --- a/rt/share/html/NoAuth/css/base/misc.css +++ /dev/null @@ -1,117 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.hide, .hidden { display: none !important; } - -.clear { clear: both; } - -* html .clearfix { - height: 1%; /* IE5-6 */ -} -.clearfix { - display: inline-block; /* IE7xhtml*/ -} -html[xmlns] .clearfix { /* O */ - display: block; -} -.clearfix:after { /* FF, O, etc. */ - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} - -hr.clear { - visibility: hidden; - height: 0; - margin: 0; - padding: 0; - border: none; - font-size: 1px; -} - -/* Custom fields */ - -/* Only apply these when we're not rendering in a table, hence the leading div. */ -div.edit-custom-field { - width: 48%; - float: left; - margin: 0.5em; -} - -div.edit-custom-field .cflabel { - float: left; - padding-right: 0.5em; -} - -div.edit-custom-field .entry { - margin-left: 10em; -} - -.cflabel .name { font-weight: bold; } -.cflabel .type { font-style: italic; } - -fieldset.cfedit { - border: none; - padding: 0; - margin: 0; -} - -.query-stacktrace-toggle { - float: right; -} - -/* jQuery UI overrides */ -.ui-widget { - font-family: arial,helvetica,sans-serif !important; -} - -textarea.messagebox, #cke_Content, #cke_UpdateContent { - -moz-box-sizing: border-box; - box-sizing: border-box; -} diff --git a/rt/share/html/NoAuth/css/base/msie6.css b/rt/share/html/NoAuth/css/base/msie6.css deleted file mode 100644 index 4cd176355..000000000 --- a/rt/share/html/NoAuth/css/base/msie6.css +++ /dev/null @@ -1,67 +0,0 @@ - -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -table.ticket-summary { - table-layout: fixed; -} - -.ticket-transaction div.metadata { - height: 1px; -} - -div.downloadattachment { - position: relative; -} - -div.messagebody { - height: 3em; -} - -span.message-stanza-folder { - display: inline !important; -} diff --git a/rt/share/html/NoAuth/css/base/nav.css b/rt/share/html/NoAuth/css/base/nav.css deleted file mode 100644 index 5879a9191..000000000 --- a/rt/share/html/NoAuth/css/base/nav.css +++ /dev/null @@ -1,64 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.sf-menu li.active > .menu-item { - font-weight: bold; -} - -#topactions input[type="submit"], #topactions input.button { - width: auto; - padding-left: 0.5em; - padding-right: 0.5em; -} - -#topactions form { - display: block; - float: right; - margin-left: 1em; - text-align: right; -} - diff --git a/rt/share/html/NoAuth/css/base/portlets.css b/rt/share/html/NoAuth/css/base/portlets.css deleted file mode 100644 index 2e309800e..000000000 --- a/rt/share/html/NoAuth/css/base/portlets.css +++ /dev/null @@ -1,64 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -table.myrt { - width: 100%; -} - -table.dashboard { - width: 100%; - border: 0; -} - -.quick-create .select-queue { - width: 12em; -} - -.quick-create input[type="text"], .quick-create textarea { - width: 100%; - -} diff --git a/rt/share/html/NoAuth/css/base/rights-editor.css b/rt/share/html/NoAuth/css/base/rights-editor.css deleted file mode 100644 index f8974a704..000000000 --- a/rt/share/html/NoAuth/css/base/rights-editor.css +++ /dev/null @@ -1,177 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -/* Styles for putting jQuery UI tabs on the left */ -.rights-editor { - border: none; - background: transparent; - width: 100%; - font-size: 110%; -} - -/* Position and style the left tabs */ -.rights-editor > .ui-tabs-nav { - float: left; - background: transparent; - border: none; - color: black; - width: 25%; -} - -.rights-editor > .ui-tabs-nav li { - float: none; - display: block; - border: none; - background: transparent; -} - -.rights-editor > .ui-tabs-nav li a { - float: none; - display: block; - padding: 0 0 0.2em 1em; - overflow: hidden; - text-overflow: ellipsis; -} - -.rights-editor .ui-tabs-nav li.category { - text-transform: uppercase; -} - -li.category ~ li.category { - margin-top: 1em; -} - -.rights-editor li.addprincipal .warning { - color: #a00; - display: none; -} - -/* Position the outer-most panel */ -.rights-editor > .ui-tabs-panel { - position: static; - float: left; - width: 72%; -} - -.rights-editor .ui-tabs-panel { - padding: 2px; -} - -.rights-editor .ui-tabs-panel h3 { - color: black; - margin-top: 0; - line-height: 0.8em; -} - -.rights-editor .ui-tabs-panel h3 .subgroups { - color: #444; - font-size: 80%; -} - -.category-tabs { - width: 100%; - border: none; - background: none; -} - -.category-tabs .ui-tabs-nav { - border: none; - background: none; -} - -.category-tabs .ui-tabs-panel { - background: none; - border: 1px solid #aaa; -} - -.rights-editor li.ui-tabs-selected { - background: white !important; - color: #222 !important; - border-color: #aaa !important; - font-weight: bold; -} - -.rights-editor .ui-state-active a, -.rights-editor .ui-state-hover a { - color: #222 !important; -} - -.rights-editor .category-tabs li.ui-state-hover { - background: #f6f6f6; - border-color: #aaa !important; -} - -.rights-editor .separator { - display: none; -} - -.rights-editor ul.rights-list { - list-style: none; -} - -.rights-editor ul.rights-list li { - padding: 0.2em 0; -} - -.rights-editor ul.rights-list li:nth-child(even) { - background: #f4f4f4; -} - -.rights-editor ul.rights-list li label { - cursor: pointer; -} - -.rights-editor .rightname { - color: #888; - font-size: 0.9em; - - position: absolute; - right: 1em; - margin-top: 0.3em; - - text-align: right; -} diff --git a/rt/share/html/NoAuth/css/base/superfish-navbar.css b/rt/share/html/NoAuth/css/base/superfish-navbar.css deleted file mode 100644 index 459156ec7..000000000 --- a/rt/share/html/NoAuth/css/base/superfish-navbar.css +++ /dev/null @@ -1,95 +0,0 @@ - -/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/ -.sf-navbar { - background: #BDD2FF; - height: 2em; - padding-bottom: 2em; - position: relative; -} -.sf-navbar li { - background: #AABDE6; - position: static; -} -.sf-navbar a { - border-top: none; -} -.sf-navbar li ul { - width: 44em; /*IE6 soils itself without this*/ -} -.sf-navbar li li { - background: #BDD2FF; - position: relative; -} -.sf-navbar li li ul { - width: 13em; -} -.sf-navbar li li li { - width: 100%; -} -.sf-navbar ul li { - width: auto; - float: left; -} -.sf-navbar a, .sf-navbar a:visited { - border: none; -} -.sf-navbar li.current { - background: #BDD2FF; -} -.sf-navbar li:hover, -.sf-navbar li.sfHover, -.sf-navbar li li.current, -.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active { - background: #BDD2FF; -} -.sf-navbar ul li:hover, -.sf-navbar ul li.sfHover, -ul.sf-navbar ul li:hover li, -ul.sf-navbar ul li.sfHover li, -.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active { - background: #D1DFFF; -} -ul.sf-navbar li li li:hover, -ul.sf-navbar li li li.sfHover, -.sf-navbar li li.current li.current, -.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active { - background: #E6EEFF; -} -ul.sf-navbar .current ul, -ul.sf-navbar ul li:hover ul, -ul.sf-navbar ul li.sfHover ul { - left: 0; - top: 2em; /* match top ul list item height */ -} -ul.sf-navbar .current ul ul { - top: -999em; -} - -.sf-navbar li li.current > a { - font-weight: bold; -} - -/*** point all arrows down ***/ -/* point right for anchors in subs */ -.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; } -.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; } -/* apply hovers to modern browsers */ -.sf-navbar ul a:focus > .sf-sub-indicator, -.sf-navbar ul a:hover > .sf-sub-indicator, -.sf-navbar ul a:active > .sf-sub-indicator, -.sf-navbar ul li:hover > a > .sf-sub-indicator, -.sf-navbar ul li.sfHover > a > .sf-sub-indicator { - background-position: -10px -100px; /* arrow hovers for modern browsers*/ -} - -/*** remove shadow on first submenu ***/ -.sf-navbar > li > ul { - background: transparent; - padding: 0; - -moz-border-radius-bottomleft: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-left-radius: 0; - border-top-right-radius: 0; - border-bottom-left-radius: 0; -} diff --git a/rt/share/html/NoAuth/css/base/superfish-vertical.css b/rt/share/html/NoAuth/css/base/superfish-vertical.css deleted file mode 100644 index 8025b7859..000000000 --- a/rt/share/html/NoAuth/css/base/superfish-vertical.css +++ /dev/null @@ -1,23 +0,0 @@ -/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/ -.sf-vertical, .sf-vertical li { - width: 10em; -} -/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */ -.sf-vertical li:hover ul, -.sf-vertical li.sfHover ul { - left: 10em; /* match ul width */ - top: 0; -} - -/*** alter arrow directions ***/ -.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */ -.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/ - -/* hover arrow direction for modern browsers*/ -.sf-vertical a:focus > .sf-sub-indicator, -.sf-vertical a:hover > .sf-sub-indicator, -.sf-vertical a:active > .sf-sub-indicator, -.sf-vertical li:hover > a > .sf-sub-indicator, -.sf-vertical li.sfHover > a > .sf-sub-indicator { - background-position: -10px 0; /* arrow hovers for modern browsers*/ -}
\ No newline at end of file diff --git a/rt/share/html/NoAuth/css/base/superfish.css b/rt/share/html/NoAuth/css/base/superfish.css deleted file mode 100644 index 7cb3b567c..000000000 --- a/rt/share/html/NoAuth/css/base/superfish.css +++ /dev/null @@ -1,138 +0,0 @@ - -/*** ESSENTIAL STYLES ***/ -.sf-menu, .sf-menu * { - margin: 0; - padding: 0; - list-style: none; -} -.sf-menu { - line-height: 1.0; -} -.sf-menu ul { - position: absolute; - top: -999em; - width: 10em; /* left offset of submenus need to match (see below) */ -} -.sf-menu ul li { - width: 100%; -} -.sf-menu li:hover { - visibility: inherit; /* fixes IE7 'sticky bug' */ -} -.sf-menu li { - float: left; - position: relative; -} -.sf-menu a { - display: block; - position: relative; -} -.sf-menu li:hover ul, -.sf-menu li.sfHover ul { - left: 0; - top: 2em; /* match top ul list item height */ - z-index: 99; -} -ul.sf-menu li:hover li ul, -ul.sf-menu li.sfHover li ul { - top: -999em; -} -ul.sf-menu li li:hover ul, -ul.sf-menu li li.sfHover ul { - left: 10em; /* match ul width */ - top: 0; -} -ul.sf-menu li li:hover li ul, -ul.sf-menu li li.sfHover li ul { - top: -999em; -} -ul.sf-menu li li li:hover ul, -ul.sf-menu li li li.sfHover ul { - left: 10em; /* match ul width */ - top: 0; -} - -/*** DEMO SKIN ***/ -.sf-menu { - float: left; - margin-bottom: 1em; -} -.sf-menu a { - border-left: 1px solid #fff; - border-top: 1px solid #CFDEFF; - padding: .75em 1em; - text-decoration:none; -} -.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ - color: #13a; -} -.sf-menu li { - background: #BDD2FF; -} -.sf-menu li li { - background: #AABDE6; -} -.sf-menu li li li { - background: #9AAEDB; -} -.sf-menu li:hover, .sf-menu li.sfHover, -.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { - background: #CFDEFF; - outline: 0; -} - -/*** arrows **/ -.sf-menu a.sf-with-ul { - padding-right: 2.25em; - min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ -} -.sf-sub-indicator { - position: absolute; - display: block; - right: .75em; - top: 1.05em; /* IE6 only */ - width: 10px; - height: 10px; - text-indent: -999em; - overflow: hidden; - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ -} -a > .sf-sub-indicator { /* give all except IE6 the correct values */ - top: .8em; - background-position: 0 -100px; /* use translucent arrow for modern browsers*/ -} -/* apply hovers to modern browsers */ -a:focus > .sf-sub-indicator, -a:hover > .sf-sub-indicator, -a:active > .sf-sub-indicator, -li:hover > a > .sf-sub-indicator, -li.sfHover > a > .sf-sub-indicator { - background-position: -10px -100px; /* arrow hovers for modern browsers*/ -} - -/* point right for anchors in subs */ -.sf-menu ul .sf-sub-indicator { background-position: -10px 0; } -.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; } -/* apply hovers to modern browsers */ -.sf-menu ul a:focus > .sf-sub-indicator, -.sf-menu ul a:hover > .sf-sub-indicator, -.sf-menu ul a:active > .sf-sub-indicator, -.sf-menu ul li:hover > a > .sf-sub-indicator, -.sf-menu ul li.sfHover > a > .sf-sub-indicator { - background-position: -10px 0; /* arrow hovers for modern browsers*/ -} - -/*** shadows for all but IE6 ***/ -.sf-shadow ul { - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/shadow.png) no-repeat bottom right; - padding: 0 8px 9px 0; - -moz-border-radius-bottomleft: 17px; - -moz-border-radius-topright: 17px; - -webkit-border-top-right-radius: 17px; - -webkit-border-bottom-left-radius: 17px; - border-top-right-radius: 17px; - border-bottom-left-radius: 17px; -} -.sf-shadow ul.sf-shadow-off { - background: transparent; -} diff --git a/rt/share/html/NoAuth/css/base/tablesorter.css b/rt/share/html/NoAuth/css/base/tablesorter.css deleted file mode 100644 index 34d8c9c15..000000000 --- a/rt/share/html/NoAuth/css/base/tablesorter.css +++ /dev/null @@ -1,52 +0,0 @@ -/* - * - * TableSorter 2.0 - Client-side table sorting with ease! - * @requires jQuery v1.2.3 - * - * Copyright (c) 2007 Christian Bach - * Examples and docs at: http://tablesorter.com - * Dual licensed under the MIT and GPL licenses: - * http://www.opensource.org/licenses/mit-license.php - * http://www.gnu.org/licenses/gpl.html - * - */ - -/* tables */ -table.tablesorter { - background-color: #CDCDCD; - margin:10px 0pt 15px; - font-size: 8pt; - width: 100%; - text-align: left; -} -table.tablesorter thead tr th, table.tablesorter tfoot tr th { - background-color: #e6EEEE; - border: 1px solid #FFF; - font-size: 8pt; - padding: 4px; -} -table.tablesorter thead tr .header { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/tablesorter/bg.gif); - background-repeat: no-repeat; - background-position: center right; - cursor: pointer; - padding-right: 20px; -} -table.tablesorter tbody td { - color: #3D3D3D; - padding: 4px; - background-color: #FFF; - vertical-align: top; -} -table.tablesorter tbody tr.odd td { - background-color:#F0F0F6; -} -table.tablesorter thead tr .headerSortUp { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/tablesorter/asc.gif); -} -table.tablesorter thead tr .headerSortDown { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/tablesorter/desc.gif); -} -table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #8dbdd8; -} diff --git a/rt/share/html/NoAuth/css/base/theme-editor.css b/rt/share/html/NoAuth/css/base/theme-editor.css deleted file mode 100644 index e6adc1dd4..000000000 --- a/rt/share/html/NoAuth/css/base/theme-editor.css +++ /dev/null @@ -1,111 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#upload-logo h2, #pick-section h2 { - margin: 0 0 0.5em 0; -} - -#custom-css h2 { - margin: 0; -} - -#upload-logo label { - font-weight: bold; -} - -#logo-theme-editor a img { - border: none; -} - -#simple-customize { - float: left; - width: 48%; -} - -#custom-css { - float: left; - width: 48%; -} - -#custom-css textarea { - width: 100%; -} - -#customize-theme ol li { - font-size: 1.2em; - font-weight: bold; -} - -#customize-theme ol li .description, -#customize-theme ol li label -{ - font-weight: normal; -} - -#customize-theme #section { - font-size: 1em; -} - -.color-template { - height: 2em; - margin: 0 0 0.5em 0; -} - -.primary-colors, #color-picker { - margin-top: 0.5em; -} - -.primary-colors { - float: left; - width: 20%; -} - -#color-picker { - float: right; - width: 78%; -} - diff --git a/rt/share/html/NoAuth/css/base/ticket-form.css b/rt/share/html/NoAuth/css/base/ticket-form.css deleted file mode 100644 index 981c8709a..000000000 --- a/rt/share/html/NoAuth/css/base/ticket-form.css +++ /dev/null @@ -1,122 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.ticket-info-basics input[name="Subject"] { - width: 20em; -} - -#ticket-create-metadata .cflabel .name, -#ticket-update-metadata .cflabel .name { - font-weight: normal; -} - -#ticket-create-message .messagedetails, -#ticket-update-message .messagedetails -{ - margin-bottom: 0.5em; -} - -#ticket-create-message .messagedetails input[type="text"], -#ticket-update-message .messagedetails input[type="text"] { - width: 90%; -} - -#ticket-create-message #SubmitTicket, -#ticket-update-message #SubmitTicket { - padding-bottom: 2em; -} - -.ticket-info-squelch ul, #previewscrips ul { - list-style: none; -} - -iframe.richtext-editor { - background-color: white !important; -} - -.messagebox-container.action-response textarea, -.messagebox-container.action-response iframe -{ - background-color: #fcc !important; -} - -.sidebyside #ticket-create-metadata, -.sidebyside #ticket-update-metadata { - float: right; - width: 40%; - clear: right; -} - -.sidebyside #ticket-create-message, -.sidebyside #ticket-update-message { - float: left; - width: 58%; - clear: left; -} - -@media (max-width: 950px) { - /* Revert to a single column when we're less than 1000px wide */ - .sidebyside #ticket-create-metadata, - .sidebyside #ticket-update-metadata, - .sidebyside #ticket-create-message, - .sidebyside #ticket-update-message - { - float: none; - width: auto; - clear: both; - } -} - -.sidebyside #comp-Ticket-Update #body { - padding-top: 3em; -} - -.sidebyside #ticket-create-message .button[name="AddMoreAttach"], -.sidebyside #ticket-update-message .button[name="AddMoreAttach"] { - float: right; -} - diff --git a/rt/share/html/NoAuth/css/base/ticket.css b/rt/share/html/NoAuth/css/base/ticket.css deleted file mode 100644 index c634dc966..000000000 --- a/rt/share/html/NoAuth/css/base/ticket.css +++ /dev/null @@ -1,149 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#requestor-accordion .ui-accordion-content { - padding: 0 0 0 20px; - margin: -0.5em 0 0.5em 0; - border: none; - background: none; - color: black !important; -} - -#requestor-accordion { - margin: 0.5em 0 0 0; -} - -#requestor-accordion h3 .ui-icon { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/jquery_ui/ui-icons_4488cc_256x240.png); - left: 0; -} - -#requestor-accordion h3 { - padding: 0; - background: none !important; -} - -#requestor-accordion h3, #requestor-accordion h3 a { - color: black !important; - border: none !important; - margin: 0; -} - -#requestor-accordion h3 a { - font-size: 90%; - padding: 0 0 0.25em 20px; -} - -#requestor-accordion h3 a:hover, -#requestor-accordion h3.ui-state-active a { - text-decoration: underline; -} - -#requestor-accordion a.modify-user { - font-size: 80%; - color: black !important; -} - -/* More about requestor ticket lists */ - -.more-about-requestor-tickets { - background: none; - border: none; - font-family: arial,helvetica,sans-serif !important; - padding: 0 !important; -} - -.more-about-requestor-tickets .ui-tabs-nav { - background: none; - border: none; - font-size: 80%; - padding: 0; - margin: 0; -} - -.more-about-requestor-tickets .ui-tabs-nav li { - border: none !important; - background: none !important; - padding-right: 1em; -} - -.more-about-requestor-tickets .ui-tabs-nav a { - padding: 0 !important; - margin: 0 !important; - color: black !important; -} - -.more-about-requestor-tickets .ui-tabs-nav a:hover, -.more-about-requestor-tickets .ui-tabs-nav .ui-tabs-selected a { - text-decoration: underline; -} - -.more-about-requestor-tickets .ui-tabs-panel { - border: none; - padding: 0; - margin: 0; - color: black !important; -} - -.more-about-requestor-tickets .ui-tabs-panel a { - color: black !important; -} - - -.plain-text-white-space { - white-space: pre-wrap; - font-family: monospace; -} - -.plain-text-white-space br { - display: none; -} - -.unread-messages .titlebox-content :link { - text-decoration: underline; -} - diff --git a/rt/share/html/NoAuth/css/base/tools.css b/rt/share/html/NoAuth/css/base/tools.css deleted file mode 100644 index c6afa3bed..000000000 --- a/rt/share/html/NoAuth/css/base/tools.css +++ /dev/null @@ -1,54 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -table.myday td { - padding: 1em; -} - -ol.dashboard-queries { - padding-left: 1.5em; -} diff --git a/rt/share/html/NoAuth/css/base/yui-fonts.css b/rt/share/html/NoAuth/css/base/yui-fonts.css deleted file mode 100644 index fdae8d98f..000000000 --- a/rt/share/html/NoAuth/css/base/yui-fonts.css +++ /dev/null @@ -1,7 +0,0 @@ -/* -Copyright (c) 2008, Yahoo! Inc. All rights reserved. -Code licensed under the BSD License: -http://developer.yahoo.net/yui/license.txt -version: 2.5.1 -*/ -body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} diff --git a/rt/share/html/NoAuth/css/dhandler b/rt/share/html/NoAuth/css/dhandler index 41e88fb83..b8c5da70f 100644 --- a/rt/share/html/NoAuth/css/dhandler +++ b/rt/share/html/NoAuth/css/dhandler @@ -50,7 +50,7 @@ my $squisher; </%ONCE> <%INIT> my $arg = $m->dhandler_arg; -if ( $arg =~ m{(.*)-squished-[0-9a-f]{32}\.css$} ) { +if ( $arg =~ m{(.*)/squished-[0-9a-f]{32}\.css$} ) { my $style = $1; my $squished = RT::Interface::Web::SquishedCSS( $style ); # Don't send Last-Modified since we don't handle If-Modified-Since diff --git a/rt/share/html/NoAuth/css/print.css b/rt/share/html/NoAuth/css/print.css deleted file mode 100644 index 8aedbc985..000000000 --- a/rt/share/html/NoAuth/css/print.css +++ /dev/null @@ -1,218 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -* { - float: none; - position: static; - background: transparent !important; - overflow: visible !important; -} - -body { - margin: 0; - padding: 0; - font-size: 10pt; - background: white !important; -} - -div#body { - margin: 0; - margin-top: 0; - padding: 0; - border-style: none; -} - -div#header h1 { - margin-bottom: 1em; - position: static; - height: auto; - width: auto; - overflow: visible; - color: black !important; - padding: 0 !important; -} - -#header { - padding: 0 !important; -} - -#quickbar, -#app-nav, -#page-menu, -#main-navigation, -#page-navigation, -.titlebox-title .widget, -.titlebox-title .right, -.ticket-info-links .titlebox-content .create, -.ticket-transaction .metadata .actions, -.ticket-transaction .content .downloadattachment, -#comp-Search-Results #body .refresh, -.search-result-actions, -#comp-Search-Chart .chart-meta, -#footer, -#topactions, -#logo, -form, -div.summary + br -{ - display: none; -} - -/* Hide "Click to load" and "Loading" message. Loaded history is #id > .history */ -#deferred_ticket_history > .titlebox, #delayed_ticket_history > .titlebox { - display: none; -} - -a:link, a:visited { - font-weight: bold !important; -} - -div.ticket-transaction .metadata .type { - display: none; -} - -div.titlebox-title .left { - border: 0 !important; - color: black !important; - margin: 0 !important; - padding-left: 0 !important; -} - -.titlebox.rolled-up .titlebox-title .left:after { - content: " (<&|/l&>collapsed</&>)"; - font-weight: normal; -} - -div.titlebox-content { - border: 0 !important; - padding-top: 0.5em !important; -} - -/* outer Ticket Metadata titlebox gets no padding, but inside ones do below */ -.summary .titlebox-content { - padding: 0 !important; -} - -div.summary .ticket-summary div.titlebox-content { - padding: 0.5em 1em 1em 1em !important; -} - -div.titlebox-title .left * { - color: black !important; -} - -div.messagebody a[href]:after { - text-decoration: underline !important; - content: " (" attr(href) ") "; -} - -.messagebody { - orphans: 2; - widows: 2; -} - -div.titlebox-title { - page-break-after: avoid; - border: 0 !important; -} - -#ticket-history, div.ticket-transaction { - border: 0 !important; -} - -div.ticket-transaction { - page-break-inside: avoid; -} - -/* hide "Ticket metadata" */ -div.summary > div > div.titlebox > div.titlebox-title { - display: none !important; -} - -.value { - font-weight: bold !important; -} - -.label, .label a, .labeltop, .labeltop a { - font-weight: normal !important; -} - -div.titlebox { - margin-bottom: 0; -} - -/* for web2 and ballard*/ - -div.titlebox { - border: 0 !important; -} - -div.history .titlebox-title { - padding: 0 !important; - margin: 0 !important; -} - -/* for web2 */ - -#page-action-menu { - display: none; -} - -/* form elements */ -input, select, option { - background: white !important; - border: 1px solid #666 !important; -} - -option { - border: none !important; -} - -option[selected] { - font-weight: bold !important; -} - diff --git a/rt/share/html/NoAuth/css/aileron/main.css b/rt/share/html/NoAuth/css/rudder/AfterMenus index c6a165be2..531cd6903 100644 --- a/rt/share/html/NoAuth/css/aileron/main.css +++ b/rt/share/html/NoAuth/css/rudder/AfterMenus @@ -45,19 +45,27 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -% $m->callback(CallbackName => 'Begin'); +<script type="text/javascript"> +var initMenus = function() { + jQuery.fn.supersubs.defaults = { + maxWidth: 30, + extraWidth: 2 + }; -@import "../base/main.css"; + jQuery("#app-nav.toplevel").addClass('sf-menu sf-js-enabled sf-shadow').supersubs().superfish({ speed: 'fast' }); + jQuery("#page-menu.toplevel").addClass('sf-menu sf-js-enabled sf-shadow').supersubs().superfish({ dropShadows: false, speed: 'fast' }).supposition(); -@import "base.css"; -@import "layout.css"; -@import "nav.css"; -@import "boxes.css"; -@import "forms.css"; -@import "login.css"; -@import "ticket-lists.css"; -@import "ticket-search.css"; -@import "ticket.css"; -@import "misc.css"; + var originalOffset = jQuery("#page-menu").offset().top; + var floatMenu = function () { + jQuery("#page-menu").toggleClass("pinned", jQuery(document).scrollTop() > originalOffset); + }; + floatMenu(); + jQuery(window).scroll(floatMenu); +}; -% $m->callback(CallbackName => 'End'); +// If everything is loaded, init NOW. Otherwise, defer to DOM ready. +if (jQuery.fn.supersubs && jQuery.fn.superfish && jQuery.fn.supposition) + initMenus(); +else + jQuery(initMenus); +</script> diff --git a/rt/share/html/NoAuth/css/base/collection.css b/rt/share/html/NoAuth/css/rudder/InHeader index 94928ebd1..63bcb0da7 100644 --- a/rt/share/html/NoAuth/css/base/collection.css +++ b/rt/share/html/NoAuth/css/rudder/InHeader @@ -45,6 +45,6 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -table.collection td:first-child, table.collection th:first-child { - padding-left: 1em; -} +<!--[if lt IE 8]> +<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/static/css/rudder/msie.css" type="text/css" media="all" /> +<![endif]--> diff --git a/rt/share/html/NoAuth/css/ballard/base.css b/rt/share/html/NoAuth/css/web2/AfterMenus index 2ed341e79..9c075bf9c 100644 --- a/rt/share/html/NoAuth/css/ballard/base.css +++ b/rt/share/html/NoAuth/css/web2/AfterMenus @@ -45,18 +45,30 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -a { - color: #000; - text-decoration: none; -} +<script type="text/javascript"> +var initMenus = function() { + jQuery("#quick-personal").append('<ul id="prefs-menu"></ul>'); + jQuery("#li-preferences").detach().appendTo("#prefs-menu"); + jQuery("#li-tools-config").detach().appendTo("#app-nav"); + jQuery("#li-search-simple").detach().insertBefore("#li-search"); + jQuery("#li-tools-approval").detach().appendTo("#app-nav"); + jQuery("#li-page-bookmark").detach().appendTo("#li-page-actions>ul"); + jQuery("#li-page-actions>ul").attr("id","page-action-menu").detach().insertAfter("#topactions"); -a:visited { - color: #666; -} + jQuery.fn.supersubs.defaults = { + maxWidth: 30, + extraWidth: 2 + }; -a:hover { - text-decoration: underline; -} + jQuery("#page-menu.toplevel").addClass("sf-menu sf-js-enabled").supersubs().superfish({ dropShadows: false, speed: 'fast' }).supposition(); + jQuery("#app-nav.toplevel").addClass("sf-menu sf-vertical sf-js-enabled").supersubs().superfish({ speed: 'fast' }).supposition(); + jQuery("#prefs-menu").addClass("sf-menu sf-js-enabled").supersubs().superfish().supposition({ speed: 'fast' }); +}; -textarea:focus, input:focus { background-color: #ffd; } +// If everything is loaded, init NOW. Otherwise, defer to DOM ready. +if (jQuery.fn.supersubs && jQuery.fn.superfish && jQuery.fn.supposition) + initMenus(); +else + jQuery(initMenus); +</script> diff --git a/rt/share/html/NoAuth/css/web2/InHeader b/rt/share/html/NoAuth/css/web2/InHeader index b8fcab34f..a6704150c 100644 --- a/rt/share/html/NoAuth/css/web2/InHeader +++ b/rt/share/html/NoAuth/css/web2/InHeader @@ -46,30 +46,9 @@ %# %# END BPS TAGGED BLOCK }}} <!--[if lt IE 8]> -<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie.css" type="text/css" media="all" /> +<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/static/css/web2/msie.css" type="text/css" media="all" /> <![endif]--> <!--[if lt IE 7]> -<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie6.css" type="text/css" media="all" /> +<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/static/css/web2/msie6.css" type="text/css" media="all" /> <![endif]--> -<script type="text/javascript"> -jQuery(document).ready(function(){ - jQuery("#quick-personal").append('<ul id="prefs-menu"></ul>'); - jQuery("#li-preferences").detach().appendTo("#prefs-menu"); - jQuery("#li-tools-config").detach().appendTo("#app-nav"); - jQuery("#li-search-simple").detach().insertBefore("#li-search"); - jQuery("#li-tools-approval").detach().appendTo("#app-nav"); - - jQuery("#li-page-bookmark").detach().appendTo("#li-page-actions>ul"); - jQuery("#li-page-actions>ul").attr("id","page-action-menu").detach().insertAfter("#topactions"); - - jQuery.fn.supersubs.defaults = { - maxWidth: 30, - extraWidth: 2 - }; - - jQuery("#page-menu.toplevel").addClass("sf-menu sf-js-enabled").supersubs().superfish({ dropShadows: false, speed: 'fast' }).supposition(); - jQuery("#app-nav.toplevel").addClass("sf-menu sf-vertical sf-js-enabled").supersubs().superfish({ speed: 'fast' }).supposition(); - jQuery("#prefs-menu").addClass("sf-menu sf-js-enabled").supersubs().superfish().supposition({ speed: 'fast' }); -}); -</script> diff --git a/rt/share/html/NoAuth/css/web2/base.css b/rt/share/html/NoAuth/css/web2/base.css deleted file mode 100644 index 2ed341e79..000000000 --- a/rt/share/html/NoAuth/css/web2/base.css +++ /dev/null @@ -1,62 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -a { - color: #000; - text-decoration: none; -} - - -a:visited { - color: #666; -} - -a:hover { - text-decoration: underline; -} - -textarea:focus, input:focus { background-color: #ffd; } diff --git a/rt/share/html/NoAuth/css/web2/boxes.css b/rt/share/html/NoAuth/css/web2/boxes.css deleted file mode 100644 index 44445fbca..000000000 --- a/rt/share/html/NoAuth/css/web2/boxes.css +++ /dev/null @@ -1,191 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.titlebox { - border-left: 1px solid #ccc; - border-top: 1px solid #ccc; - background-color: #efefef; - padding-top: 1em; - margin-top: 1em; - margin-left: 1em; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; - margin-bottom: 2em; - border-bottom: 2px solid #aaa; - border-right: 2px solid #aaa; - padding-right: 1em; - - - border-radius: 0.5em; - -} - -* html .titlebox { - border-top: none; - border-left: none; -} - -.titlebox .titlebox { - - background-color: #ffffff; - margin-top: 1em; - margin-right: 0.25em; - -} - - -.titlebox { - margin-left: 0em; - margin-right: 0em; - min-height: 1.25em; - -} - - - -.titlebox .titlebox-title { - position: relative; - margin-top: -1.5em; - padding-bottom: 0.25em; - padding-left: 1em; - margin-right: -1em; - -} - -.titlebox .titlebox-title a { - text-decoration: none; - color: black; - -} - -.titlebox .titlebox-title a:hover { - text-decoration: underline; - -} - -.titlebox .titlebox-title .left { - font-weight: bold; - background: #ccc; - margin-left: 0.75em; - padding:0.5em; - padding-left: 0.75em; - padding-right: 0.75em; - -moz-border-radius: 0.5em; - -webkit-border-radius: 0.5em; - border-bottom: 2px solid #aaa; - border-right: 2px solid #aaa; - - border-radius: 0.5em; - - -} - -.titlebox .titlebox-title .right-empty { - display:none; -} - -.titlebox .titlebox-title .right { - position: absolute; - right: 0; - top: 0.5em; - font-size: 0.9em; - background: #dedede; - border-left: 1px solid #ccc; - border-bottom: 1px solid #ccc; - padding-right: 0.4em; - padding-left: 0.4em; - padding-bottom: 0.2em; - padding-top: 0.5em; - -moz-border-radius-bottomleft: 0.25em; - -webkit-border-bottom-left-radius: 0.25em; - - - -moz-border-radius-topright: 0.25em; - -webkit-border-top-right-radius: 0.25em; - - border-radius: 0 0.25em 0 0.25em; - - -} - -.titlebox .titlebox-title .right a, -.titlebox .titlebox-title .right a:visited { - color: #000; -} - -.titlebox .titlebox-content { - padding-top: 0.5em; - padding-left: 1em; - padding-bottom: 1em; - -} - -.titlebox .titlebox-title .widget a { - display: block; - margin: 0; - margin-top: 0.6em; - width: 20px; - - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rollup-arrow.gif) no-repeat center 0; - - position: absolute; - top: -1em; - left: 0.15em; - float: left; - - padding: 7px 0 0 0; - overflow: hidden; -} - -* html .titlebox .titlebox-title .widget a { - top: 0em; - left: -1.5em; -} - -.titlebox.rolled-up .titlebox-title .widget a { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif); -} diff --git a/rt/share/html/NoAuth/css/web2/images/dhandler b/rt/share/html/NoAuth/css/web2/images/dhandler deleted file mode 100644 index 0e56d921f..000000000 --- a/rt/share/html/NoAuth/css/web2/images/dhandler +++ /dev/null @@ -1,55 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -<%INIT> -use File::Basename; -my $arg = $m->dhandler_arg; -my $file = dirname($m->current_comp->source_file) . '/source/'. $arg; -RT::Interface::Web->SendStaticFile( File => $file ); - -$m->abort; -</%INIT> diff --git a/rt/share/html/NoAuth/css/web2/layout.css b/rt/share/html/NoAuth/css/web2/layout.css deleted file mode 100644 index ba4c6d63d..000000000 --- a/rt/share/html/NoAuth/css/web2/layout.css +++ /dev/null @@ -1,210 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -/* body */ - -body { - padding:0; - margin:0; - background: #547CCC url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/images/background-gradient.png) top left repeat-x ; - font-family: arial, helvetica, sans-serif; - color: #000000; -} - -div#body { - position: relative; - padding: 1.8em 1em 1em 1em; - -moz-border-radius-topleft: 0.5em; - -webkit-border-top-left-radius: 0.5em; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - margin-left: 10em; - margin-top: 5.8em; - margin-right: 0; - margin-bottom: 0em; - min-height: 10%; - background: #fff; - border-top: 2px solid #ccc; - border-left: 2px solid #ccc; - z-index:1; - border-radius: 0.5em 0 0 0.5em; - -} - -div#body.login-body { - top: -2.5em; - margin-right: 10em; -} - -div#footer { - position: absolute; - right: 0; - text-align: right; - font-size: 0.9em; - margin-top: 2em; - background: #fff; - margin-bottom: 0; - padding-left: 3em; - padding-right: 1em; - border-top: 2px solid #aaa; - border-left: 2px solid #aaa; - -moz-border-radius-topleft: 0.5em; - -webkit-border-top-left-radius: 0.5em; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - - border-radius: 0.5em 0 0.5em 0; -} - -div#footer #time { - display: none ; -} - -div#footer #bpscredits { - text-align: right; - background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right; - padding-top: 4em; -} - - -/* logo stuff */ - -div#logo { - position: absolute; - right: 2px; - top: 0; - height: 2.3em; -} - -div#logo a img { - border: 0; - height: 100% !important; - width: auto !important; - float: right; -} - -div#logo .rtname { - position: relative; - font-weight: bold; - text-align: center; - top: 0.7em; - padding-right: 1em; - float:left; -} - - -div#quickbar, div#logo { - font-size: 0.9em; -} -div#quickbar a, div#logo a { - color: #000; -} - - -div#quickbar { - background: #eaeaea; - padding-top: 1em; - padding-left: 1em; - padding-bottom: 0.5em; - height: 1em; - border-bottom: 1px solid #ccc; - -} - -#prefs-menu.sf-menu li li { - background: #eaeaea; -} - -#prefs-menu.sf-menu #li-preferences { - background: none; -} - -#prefs-menu.sf-menu li:hover, -#prefs-menu.sf-menu li.sfHover, -#prefs-menu.sf-menu #li-preferences.sfHover, -#prefs-menu.sf-menu #li-preferences:hover, -#prefs-menu.sf-menu a:focus, -#prefs-menu.sf-menu a:hover, -#prefs-menu.sf-menu a:active, -{ - background-color: #CFDEFF; - text-color: #000; - color: #000; - border: none; -} - -#prefs-menu .sfHover a, -#prefs-menu .sfHover a:visited { - color: #000; - border: none; -} - - - -div#header h1 { - position: absolute; - left: 7em; - right: 20em; - top: 1.4em; - overflow: hidden; - height: 1em; - font-size: 1.4em; - margin-top: 0.4em; - padding: 0.25em; - color: #fff; -} - -/* in multi-column layouts, make sure we have an internal gutter */ - -tr .boxcontainer { - padding-right: 1em; -} - -tr .boxcontainer:last-child { - padding-right: 0; -} - diff --git a/rt/share/html/NoAuth/css/web2/main.css b/rt/share/html/NoAuth/css/web2/main.css deleted file mode 100644 index 1c4b750bf..000000000 --- a/rt/share/html/NoAuth/css/web2/main.css +++ /dev/null @@ -1,62 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -% $m->callback(CallbackName => 'Begin'); - -@import "../base/main.css"; - -@import "base.css"; -@import "layout.css"; -@import "nav.css"; -@import "boxes.css"; -@import "ticket-lists.css"; -@import "ticket-search.css"; -@import "ticket.css"; -@import "misc.css"; - -% $m->callback(CallbackName => 'End'); - diff --git a/rt/share/html/NoAuth/css/web2/misc.css b/rt/share/html/NoAuth/css/web2/misc.css deleted file mode 100644 index f3eae950b..000000000 --- a/rt/share/html/NoAuth/css/web2/misc.css +++ /dev/null @@ -1,58 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -.comment { - padding-left: 0.5em; - color: #999; - -} - -#comp-Ticket-ShowEmailRecord #body { - margin-left: 1em; - margin-top: 1em; - overflow: auto; -} diff --git a/rt/share/html/NoAuth/css/web2/msie.css b/rt/share/html/NoAuth/css/web2/msie.css deleted file mode 100644 index 78226134d..000000000 --- a/rt/share/html/NoAuth/css/web2/msie.css +++ /dev/null @@ -1,242 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -div#body { - left: 0.25em; - height: 100%; - top: 6em; -} - -#main-navigation { - padding-bottom: 1em; -} - -#footer { - padding: 1em; -} - - -div#header h1 { - position: absolute; - left: 7.25em; - overflow: hidden; - height: 1em; - font-size: 1.4em; - margin-top: 0.4em; - right: 23.5em; - padding: 0.25em; -} - - -#topactions { - top: 3.5em; - width: auto; -} - -.topaction form * { - vertical-align: top; -} - -.topaction form button, .topaction form input { - height: 2em; -} - -.topaction form input.field { - height: 1.6em; -} - -.topaction .select-queue { - margin-top: 0.2em; -} - -div#page-navigation { - position: absolute; - top: 6.2em; - height: 1.8em; - background: #fff; - border-top: 2px solid #ccc; -} - - - -div#page-navigation ul#page-menu { - background: none; - border: none; -} - - -div#quickbar { height: 1.2em; - - -} - -#pick-criteria td.label select { - width: 10em; -} - - -#editquery { - margin-top: 0.2em; - width: 39%; - left: 60%; -} - -div#nav li.first { - margin-top: 0.75em; - border-top: none; -} -div#nav ul ul li.first { - border-top: 1px solid #cccccc; - margin-top: 0.25em; -} - -div#nav li.last { - border-bottom: none; - padding-bottom: 0; - margin-bottom: 0; -} - - -.ticket-transaction .type a { font-weight: normal; text-decoration: none; color: #fff; } - - -.titlebox { - border-top: none; - border-left: none; -} - -.titlebox .titlebox-title .left { - padding: 0.25em; - padding-left: 0.5em; -} - -.titlebox { -} - -.titlebox .titlebox-title .right { - border-right: 2px solid #aaa; - display: block; - margin-top: 0.1em; - right: -0.2em; - -} - - -.titlebox .titlebox-content { - padding-top: 2.2em; -} - - -.titlebox table.collection-as-table, .titlebox table.queue-summary { - width: 95%; - padding: 0.5em; - margin-left: auto; - margin-right: auto; -} - - .titlebox-title { - position: relative; -} - -.titlebox-title .widget { - position: absolute; - top: -0.25em; - left: -0.25em; - -} -.titlebox-title .left { - position: absolute; - top: -0.75em; - left: 0.5em; -} - -/* nested things. like the ticket dates tab */ -.titlebox .titlebox .titlebox-title .right{ - top: 0.25em; -} - -.combobox { - float: left; -} - -.combobox .combo-button { - color: ButtonText; - padding: 0; -} - -.combobox .combo-list { - margin-top:0.5em; - margin-left: -0.2em; -} - -#pick-criteria td.label { - width: auto; -} - -#pick-criteria td.operator { - width: 7.5em; -} - -.plain-text-white-space { - word-wrap: break-word; /* Internet Explorer 5.5+ */ - white-space: pre; /* IE only hack to re-specify in addition to - word-wrap */ -} - -div#logo .rtname { - float: right; - padding-right: 1em; -} - -#page-action-menu { - top: 9.5em; -} - -#rt-portal .titlebox-content { - height: 23em; -} - diff --git a/rt/share/html/NoAuth/css/web2/msie6.css b/rt/share/html/NoAuth/css/web2/msie6.css deleted file mode 100644 index 126a9ecec..000000000 --- a/rt/share/html/NoAuth/css/web2/msie6.css +++ /dev/null @@ -1,101 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -@import "../base/msie6.css"; - -.topaction .select-queue { - margin-top: 0; -} - -div#page-navigation { - width: 100%; -} - -.titlebox-title .widget { - top: -1em; - left: 0.5em; - -} -.titlebox .titlebox-title .right{ - position: absolute; - top: 0.25em; - right: 1em; -} - -/* nested things. like the ticket dates tab */ -.titlebox .titlebox .titlebox-title .right{ - right: 1.3em; -} - -#login-box .titlebox .titlebox-title .right { - margin-top: -0.1em; - right: 0em; -} - -.titlebox -{ - height: auto !important; - height: 1.25em; -} - - -.ticket-transaction .messagebody img { - /* ie6 does not support max-width */ - width: expression(this.width > 401 ? 400 : true); -} - -#prefs-menu .sf-sub-indicator { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.gif); -} - -#app-nav .sf-sub-indicator { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.gif); -} - -.ticket-transaction div.metadata span.actions { - right: 1.1em; -} diff --git a/rt/share/html/NoAuth/css/web2/nav.css b/rt/share/html/NoAuth/css/web2/nav.css deleted file mode 100644 index 843906076..000000000 --- a/rt/share/html/NoAuth/css/web2/nav.css +++ /dev/null @@ -1,292 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#main-navigation { - background-color: #fff; - -moz-border-radius-bottomright: 0.5em; - -moz-border-radius-topright: 0.5em; - -webkit-border-top-right-radius: 0.5em; - -webkit-border-bottom-right-radius: 0.5em; - border-radius: 0 0.5em 0.5em 0; - width: 10em; - font-size: 0.85em; - position: absolute; - top: 3.4em; - left: 0em; - z-index: 9997; - padding-top: 1em; - padding-right: 0.5em; - padding-left: 0.5em; -} - -.sf-sub-indicator { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.png); - margin-top: -3px; -} - -#app-nav.sf-vertical li:hover ul, -#app-nav.sf-vertical li.sfHover ul { - top: -1px; -} - -#prefs-menu > li, #prefs-menu > li > a { - background-color: transparent; -} - -#prefs-menu.sf-menu a, -#prefs-menu .sf-menu a -{ - border: none; -} - -#prefs-menu.sf-menu li li li { - border-left: 1px solid #ccc; -} - -#prefs-menu.sf-menu li:hover ul, -#prefs-menu.sf-menu li.sfHover ul { - top: 2.4em; /* match the height of the top level li */ -} - -#prefs-menu.sf-menu li li:hover ul, -#prefs-menu.sf-menu li li.sfHover ul { - top: 0; -} - -#prefs-menu .sf-sub-indicator { - background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.png); - margin-top: 0; -} - -#main-navigation ul li { -} - - -#main-navigation .sf-menu { - text-color: #000; -} - -#main-navigation .sf-menu li { - background: none; -} - -#main-navigation .sf-menu li:first-child { - border-top: 1px solid #ccc; -} - -#main-navigation .sf-menu a, -#main-navigation .sf-menu a:visited { - padding-top: 0.5em; - padding-bottom: 0.5em; - color: #000; - border: none; -} - -#main-navigation .sf-menu li { - border-bottom: 1px solid #ccc; - -} - - -#main-navigation .sf-menu ul a, -#main-navigation .sf-menu ul a:visited { - color: #000; -} - - -#main-navigation .sf-menu li li, #main-navigation .sf-menu li li li { - border-left: none; - background-color: #fff; - text-color: #547CCC; -} - -#main-navigation .sf-menu li:hover, #main-navigation .sf-menu li.sfHover, #main-navigation .sf-menu a:focus, #main-navigation .sf-menu a:hover, #main-navigation .sf-menu a:active { - background-color: #CFDEFF; - text-color: #000; - color: #000; -} - -#main-navigation .sfHover a, -#main-navigation .sfHover a:visited { - color: #000; -} - -/* to stop a "flash" of an unstyled menu on an older browser, hide the menu until superfish has initialized it */ -#app-nav.toplevel { display: none; } -#app-nav.toplevel.sf-menu { display:block; } -#page-menu.toplevel { display: none; } -#page-menu.toplevel.sf-menu { display:block; } - - - -#page-navigation { - position: absolute; - top: 5.7em; - left: 10em; - right: 0em; - height: 2.1em; - z-index: 9995; - font-size: 0.9em; - background-color: #fff; - border: 1px solid #ccc; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-right: none; - border-radius: 0 0 0 0.5em; -} - -#page-navigation .sf-menu { - margin: 0; -} - -#page-navigation .sf-menu li, #page-navigation .sf-menu li li, #page-navigation .sf-menu li li li { - background: none; - height: 2em; - padding-top: 0.25em; - padding-bottom: 0; - padding-left: 0.5em; - padding-right: 0.5em; - display: inline-block; -} - - -#page-navigation .sf-menu ul { - background: white; - border-bottom: 2px solid #ccc; -} - - -#page-navigation .sf-menu li:hover, #page-navigation .sf-menu li.sfHover, #page-navigation .sf-menu a:focus, #page-navigation .sf-menu a:hover, #page-navigation .sf-menu a:active { - background: none; -} - -#page-navigation .sf-menu a:visited, #page-navigation .sf-menu a { - border: none; - color: #000; -} - -#page-navigation .sf-menu a { - padding: 0.25em; -} - -#page-navigation .sf-menu a.sf-with-ul { - /* allow space for the submenu indicator */ - padding-right: 2em; -} - -#page-menu.sf-menu li .sf-sub-indicator { - top: 0.7em; -} - - -#page-actions { - display: none; -} - -#page-action-menu { - position: absolute; - display: block; - top: 8.2em; - right: 0em; - left: auto; - z-index: 9995; - font-size: 0.9em; - background-color: #eee; - border: 1px solid #ccc; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - border-bottom-left-radius: 0.5em; - border-right: none; - border-top: none; - list-style-type: none; - padding: 0.5em; -} - - -#page-action-menu li { - display: inline; -} - -#page-action-menu a, #page-action-menu a:visited { - border: none; - padding: 0.25em; - color: #000; -} - - -#topactions { - position: absolute; - background: transparent; - top: 3.2em; - right: 0.7em; - width: auto; - min-width: 42em; - font-size: 0.9em; - z-index: 99; -} - -#topactions form * { - vertical-align: top; -} - -#topactions button, #topactions select, #topactions input{ - padding-top: 0em; - padding-bottom: 0em; - width: 8em; - -} - -#topactions #simple-search .field{ - margin-left: 1em; - color: #787; - } - -#topactions #simple-search .field:focus { - color: #000; - } - - diff --git a/rt/share/html/NoAuth/css/web2/ticket-lists.css b/rt/share/html/NoAuth/css/web2/ticket-lists.css deleted file mode 100644 index 2df86e8d5..000000000 --- a/rt/share/html/NoAuth/css/web2/ticket-lists.css +++ /dev/null @@ -1,237 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -table.queue-summary, table.collection-as-table { - margin-top: 0.75em; - font-size: 0.9em; - border: 1px solid #aaa; - border-bottom: 2px solid #999; - border-right: 2px solid #999; - border-spacing: 0; - width: 100%; - -} - -table.queue-summary tr>*:first-child { - padding-left: 1em; - -} - - -table.queue-summary tr>*:last-child { - padding-right: 1em; - -} - -table.queue-summary a, table.collection-as-table a { - font-weight: bold; -} - - -table.collection-as-table th.collection-as-table { - background: #ddd; - font-size: 0.9em; - margin-bottom: 0.5em; - text-align: left; - -} - - -table.queue-summary th.collection-as-table { - font-size: 0.9em; - margin-bottom: 0.5em; - text-align: right; - -} - -table.queue-summary th.collection-as-table:first-child { - text-align: left; - -} - - -tr.collection-as-table+tr.collection-as-table th { - border-bottom: 2px solid grey; - -} - - - - -table.queue-summary td { - background: #efefef; - border-bottom: 1px solid #ccc; -} - - - -tr.evenline td { - background: #eee; -} - -tr.oddline td { - background: #fff; - -} - -tr.evenline td, tr.oddline td { - padding-top: 0.5em; -} - - - -tr.evenline+tr.evenline td, tr.oddline+tr.oddline td{ - padding-top: 0; - border: none; -} - - - -table.collection-as-table td:first-child, -table.collection-as-table th:first-child { - padding-left: 1em; -} - -table.collection-as-table td:last-child, table.collection-as-table th:last-child { - padding-right: 1em; -} - -th.collection-as-table , td.collection-as-table { - padding-right: 0.5em; -} - -.pagenum.a:hover, .paging a.nav:hover{ -text-decoration: underline; -} - - -.pagenum *, .paging a.nav{ -padding: .5em; -} - -.currentpage{ -text-decoration: none; -font-weight: bold; -background: #eee; -} - -div.paging{ -text-align: center; -padding-bottom: 1em; -} - - -/* full-page ticket lists */ -#body>table.collection-as-table { - margin-bottom: 2em; - -} - -.chart.image { - padding-right: 2em; - float: left; - clear: both; -} - -.chart-wrapper { - display: block; - width: auto; -} - -.chart-wrapper .collection-as-table { - width: auto; - font-size: 1em; - /* Firefox needs this to let the table flow below the chart on narrow screens */ - clear: right; -} - -.chart-wrapper .collection-as-table th.collection-as-table { - text-align: center; - padding: 0.5em; - padding-right: 1em; - padding-left: 1em; -} - -.chart-wrapper .collection-as-table tr.total td { - border-top: 1px solid #ccc; -} - -.chart-wrapper .collection-as-table td.value { - padding-left: 0.5em; -} - -.chart-wrapper .query { - clear: both; - text-align: center; - font-size: 1.2em; - padding: 1em; -} - -.chart-wrapper .collection-as-table .label { - font-weight: bold; -} - - -.chart-wrapper .query .label { - font-weight: bold; -} - -.chart-meta { - padding-top: 2em; - border-top: 1px solid #ccc; -} - -.chart-meta .chart-type { - display: inline-block; - float: left; - padding-right: 2em; - clear: both; -} - -.chart-meta .saved-search { - display: inline-block; -} diff --git a/rt/share/html/NoAuth/css/web2/ticket-search.css b/rt/share/html/NoAuth/css/web2/ticket-search.css deleted file mode 100644 index 58137cf24..000000000 --- a/rt/share/html/NoAuth/css/web2/ticket-search.css +++ /dev/null @@ -1,244 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -#comp-Search-Build #body { - position: relative; -} - -#pick-criteria select { - width: 8em; -} - -#pick-criteria tr { - height: 1.5em; -} - -#pick-criteria td.label { - font: message-box; - padding-right: 0.5em; - width: 11em; -} - -#pick-criteria td.label select { - width: 8.5em; - text-align: right; -} - -#pick-criteria td.operator { - padding-right: 0.5em; - text-align: left; - vertical-align: bottom; - width: 7em; -} - -#pick-criteria td.operator select { - text-align: right; -} - -#pick-criteria td.value input, -#pick-criteria td.value select { - width: 11em; -} - -#pick-criteria td.value #ValueOfDate { - width: 11em; -} - - -#pick-criteria td.value #ValueOfTime { - width: 4em; - -} - -#pick-criteria td.value #ValueOfTime-TimeUnits{ - width: 5.5em; -} - -#pick-criteria td.value { - padding-right: 0.5em; - text-align: left; - font: message-box; -} - -#editquery, #editsearches{ - position: absolute; - margin-top: 0.2em; - right: 1em; - left: 60%; - top: 1em; -/* margin-top: -1em; */ -} - -#editquery { - top: 1.3em; -} - - -#editsearches { - top: 24em; -} - - -#pick-criteria { - width: 58%; - padding-top: 0em; - margin-top: 0em; -} - -#pick-criteria .titlebox-content { - overflow-x: auto; -} - -#BuildQuery .submit { - width: 58%; -} - - -#sorting.titlebox { - width: 55%; - padding-right: 1em; -} - -#display-options .submit { - width: 100%; -} - - - -.search-result-views { - position: absolute; - top: 0; - right: 0; - margin-top: -2px; - margin-right: 0em; - padding: 0.25em; - padding-left: 0.5em; - padding-right: 0.5em; - background-color: #ccc; - border-left: 1px solid #999; - 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; -} - - - -.search-result-views li { - - display: inline; -} - -.search-result-views li:after { - content: " \00b7 "; -} - -.search-result-views li:last-child:after { - content: ""; - -} - -.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; -} - -/* Force some widget to fit at max parent box */ -#HomeRefreshInterval, #SavedSearchLoad, #SavedSearchOwner { - max-width: 100%; -} - diff --git a/rt/share/html/NoAuth/css/web2/ticket.css b/rt/share/html/NoAuth/css/web2/ticket.css deleted file mode 100644 index 683eeb70f..000000000 --- a/rt/share/html/NoAuth/css/web2/ticket.css +++ /dev/null @@ -1,280 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC -%# <sales@bestpractical.com> -%# -%# (Except where explicitly superseded by other copyright notices) -%# -%# -%# LICENSE: -%# -%# This work is made available to you under the terms of Version 2 of -%# the GNU General Public License. A copy of that license should have -%# been provided with this software, but in any event can be snarfed -%# from www.gnu.org. -%# -%# This work is distributed in the hope that it will be useful, but -%# WITHOUT ANY WARRANTY; without even the implied warranty of -%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -%# General Public License for more details. -%# -%# You should have received a copy of the GNU General Public License -%# along with this program; if not, write to the Free Software -%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -%# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. -%# -%# -%# CONTRIBUTION SUBMISSION POLICY: -%# -%# (The following paragraph is not intended to limit the rights granted -%# to you to modify and distribute this software under the terms of -%# the GNU General Public License and is only of importance to you if -%# you choose to contribute your changes and enhancements to the -%# community by submitting them to Best Practical Solutions, LLC.) -%# -%# By intentionally submitting any modifications, corrections or -%# derivatives to this work, or any other work intended for use with -%# Request Tracker, to Best Practical Solutions, LLC, you confirm that -%# you are the copyright holder for those contributions and you grant -%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable, -%# royalty-free, perpetual, license to use, copy, create derivative -%# works based on those contributions, and sublicense and distribute -%# those contributions and any derivatives thereof. -%# -%# END BPS TAGGED BLOCK }}} -div#ticket-history div.ticket-transaction { - border-top: 1px solid #ccc; - padding-bottom: 0.25em; - position: relative; /* gives us a container for position: absolute */ -} - -div#ticket-history div.odd { - background-color: #fff; -} - -div#ticket-history { - - margin-top: 0.75em; - border-left: 1px solid #ccc; - - border-right: 2px solid #999; - border-bottom: 2px solid #999; - -} - -.ticket-transaction div.metadata span.actions { - position: absolute; - top: 0; - right: 0; - padding: 0em; - background: #ccc; - text-align: right; - border-left: 1px solid #999; - border-bottom: 1px solid #999; - color: #ccc; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - white-space: nowrap; - - border-radius: 0 0 0 0.5em; -} - -.ticket-transaction div.metadata span.type { - text-align: center; - float: left; - margin: 0.25em 0.70em 0.25em 0.25em; - width: 1em; - height: 1.25em; - padding: 0.75em 0 0 0; - border-right: 1px solid #999; - border-bottom: 1px solid #999; - -moz-border-radius-bottomright: 0.25em; - -webkit-border-bottom-right-radius: 0.25em; - - border-radius: 0 0 0.25em 0; - -} - -div#ticket-history span.type a { - color: #fff; -} - - -div#ticket-history span.date { - width: 10em; -} - - -div#ticket-history span.description { - margin-left: 1em; - font-weight: bold; -} - -div#ticket-history span.time-taken { - margin-left: 1em; -} - -div#ticket-history div.content { - padding-right: 1em; - padding-bottom: 0.7em; - margin-left: 1.5em; -} - -.ticket-transaction .messagebody { - font-size: 1em; - padding-left: 1em; - margin-top: 0.5em; - padding-top: 0.5em; - border-top: 1px solid #ccc; - /*overflow: auto; */ - min-height: 2.5em; - /* To avoid overlapping of "downloadattachment" by messagebody */ - clear: left; - word-wrap: break-word; -} - -.ticket-transaction .messagebody img { - max-width: 100%; -} - -div#ticket-history div.downloadattachment { -float: right; -clear: both; -font-size: 0.9em; -text-align: right; -background: #ddd; -padding: 0.5em; -margin-left: 1em; - -border: 1px solid #ccc; -border-right: 2px solid #aaa; -border-bottom: 2px solid #aaa; -margin-top: 0.5em; --moz-border-radius: 0.5em; --webkit-border-radius: 0.5em; - border-radius: 0.5em; -} - -div#ticket-history div.downloadattachment .downloadcontenttype{ -color: #666; -padding-right:0.25em; -} - - -div#ticket-history .message-header-key { - width: 7em; - font-weight: bold; - color: #666; -} - - -div#ticket-history .messagebody .messagebody{ - font-size: 1em; - padding: 0; - border: 0; - margin: 0; -} - - - -.ticket-transaction.basics .type { background: #b32; } -.ticket-transaction.cfs .type { background: #b32; } -.ticket-transaction.people .type { background: #48c; } -.ticket-transaction.links .type { background: #316531; } -.ticket-transaction.dates .type { background: #633063; } -.ticket-transaction.message .type { background: #069; } -.ticket-transaction.reminders .type { background: #369; } -.ticket-transaction.other .type { background: #abc; } - - - - -.ticket-info-cfs .titlebox-title .left { background-color: #b32; color: #fff;} -.ticket-info-basics .titlebox-title .left { background-color: #b32; color: #fff;} -.ticket-info-people .titlebox-title .left { background-color: #48c; color: #fff;} -.ticket-info-requestor .titlebox-title .left { white-space: nowrap; background-color: #48c; color: #fff;} -.ticket-info-links .titlebox-title .left { background-color: #316531; color: #fff;} -.ticket-info-reminders .titlebox-title .left { background-color: #369; color: #fff;} -.ticket-info-dates .titlebox-title .left { background-color: #633063; color: #fff;} -.ticket-info-attachments .titlebox-title .left { background-color: #993366; color: #fff;} - - -.ticket-summary .titlebox-title .left a, .ticket-summary .titlebox-title .left a:visited { color: #fff;} - -.unread-messages .titlebox , .unread-messages .titlebox-title .left { - border: 1px solid #99a; - border-right: 2px solid #aab; - border-bottom: 2px solid #aab; - -} - - -.unread-messages .titlebox { - background-color: #dde; -} - -.unread-messages .titlebox-title .left { - background-color: #cce; -} - -.ticket-inactive { - text-decoration: line-through; - color: #666 -} - -table.ticket-summary td.boxcontainer:first-child { - width: 50%; -} - -div.requestor-ticket-links { - text-align: left; - font-size: 0.8em; - padding-top: 0.25em; -} - -.more-about-requestor-extra-field .label { - display: inline-block; - width: 8em; - font-weight: bold; - text-align: right; -} - -.more-about-requestor-extra-field .value { - display: inline-block; -} - -.ticket-info-requestor .more-about-requestor-extra, -.ticket-info-requestor .comments-about-user, -.ticket-info-requestor .more-about-requestor-tickets, -.ticket-info-requestor .more-about-user-groups -{ - margin: 1em 0; -} - -.ticket-info-requestor .comments-about-user .label, -.ticket-info-requestor .more-about-user-groups .label, -.ticket-info-requestor .more-about-requestor-tickets .label -{ - display: block; - font-weight: bold; - text-align: left; -} - -.ticket-info-requestor .more-about-user-groups .value ul, -.ticket-info-requestor .more-about-requestor-tickets ul -{ - margin-top: 0; - margin-bottom: 0; -} - - -/* textareas get to be bigger when we're in a table */ -tr.edit-custom-field.cftype-Text textarea, -tr.edit-custom-field.cftype-Freeform input, -tr.edit-custom-field.cftype-Wikitext textarea -{ - width: 100%; -} |