diff options
Diffstat (limited to 'rt/share/html/NoAuth/css/web2/nav.css')
-rw-r--r-- | rt/share/html/NoAuth/css/web2/nav.css | 203 |
1 files changed, 0 insertions, 203 deletions
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 b8e5da348..000000000 --- a/rt/share/html/NoAuth/css/web2/nav.css +++ /dev/null @@ -1,203 +0,0 @@ -%# BEGIN BPS TAGGED BLOCK {{{ -%# -%# COPYRIGHT: -%# -%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC -%# <jesse@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#nav { - position: absolute; - left: 0; - font-size: 0.9em; - top: 3.2em; - width: 10.5em; - background: #fff; - -moz-border-radius-bottomright: 0.5em; - -webkit-border-bottom-right-radius: 0.5em; - border-left: 1px solid #999; -border-top: 1px solid #999; - - -moz-border-radius-topright: 0.5em; - -webkit-border-top-right-radius: 0.5em; - z-index: 99; - - -} - -div#nav ul { - padding-left: 0.75em; - margin-left: 0; - padding-right: 0.75em; - list-style-type: none; -} - -div#nav li:first-child { - border-top: 1px solid #ccc; - padding-top: 0.25em; - -} - -div#nav li { - padding: 0.125em; - padding-bottom: 0.25em; - margin-bottom: 0.25em; - border-bottom: 1px solid #ccc; - padding-left: 0.5em; - margin-right: 0.25em; - margin-left: 0em; -} - -div#nav li li:first-child { - margin-top: 0.25em; -} -div#nav li li { - margin-left: -0.5em; - padding-left: 0.25em; - margin-right: -0.5em; -} - -div#nav li li:last-child { - margin-bottom: 0; - padding-bottom: 0; - border: none; -} - -div#nav .bullet { - display: none; -} - -div#nav .separator { -display: none; -} - - -div#nav a, div#page-navigation a{ - text-decoration: none; - font-weight: normal; - color: #000; -} - -div#nav a:hover, div#page-navigation a:hover { - text-decoration: underline; -} - - - -div#nav a.selected, div#page-navigation a.selected { - font-weight: bold; -} - - -div#nav a.selected:after { -/* content: " > " */ -} - -div#page-navigation { - background: white; - position: relative; - width:100%; - z-index: 10; - -} - - -div#page-navigation ul { - -} - -div#page-navigation ul#page-menu { - display: block; - position: absolute; - left: 8em; - font-size: 0.9em; - top: 2.3em; - min-height: 1em; - background-color: white; - right: 0em; - padding-top:0.3em; - padding-bottom:0.5em; - border-top: 1px solid #aaa; - -} - -/* ie hack */ -* html div#page-navigation ul#page-menu { - left: 6.5em; - top: 3.2em; - padding-left: 2em; -} - - -div#page-navigation ul#actions-menu { - position: absolute; - right: 1em; - top: 5.2em; - margin-top: 0em; - padding: 0.25em; - padding-left: 0.5em; - padding-right: 0.5em; - - background: #dedede; - border-left: 1px solid #aaa; - border-bottom: 2px solid #aaa; - -moz-border-radius-bottomleft: 0.5em; - -webkit-border-bottom-left-radius: 0.5em; - -moz-border-radius-topright: 0.25em; - -webkit-border-top-right-radius: 0.25em; - - - -} - - - -div#page-navigation ul li{ - display: inline; - -} - - -ul.page-navigation ul.page-menu { - float: right; -} - |