From f3e20fc70e289c89fb6494b54df8bdf75b972f27 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 6 Nov 2012 18:47:28 -0500 Subject: Removed unused files in ra-ui. --- dogtag/ra-ui/shared/docroot/css/pki-base.css | 213 --------------------------- 1 file changed, 213 deletions(-) delete mode 100644 dogtag/ra-ui/shared/docroot/css/pki-base.css (limited to 'dogtag/ra-ui/shared/docroot/css/pki-base.css') diff --git a/dogtag/ra-ui/shared/docroot/css/pki-base.css b/dogtag/ra-ui/shared/docroot/css/pki-base.css deleted file mode 100644 index 1892b75dc..000000000 --- a/dogtag/ra-ui/shared/docroot/css/pki-base.css +++ /dev/null @@ -1,213 +0,0 @@ -/* --- BEGIN COPYRIGHT BLOCK --- - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program 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 USA. - * - * Copyright (C) 2007 Red Hat, Inc. - * All rights reserved. - * --- END COPYRIGHT BLOCK --- - */ - -@import url("pki.css"); -@import url("pki-360.css"); - -/* The following styles are for ALL browsers, including Netscape - Navigator 4.x. Put more detailed CSS in pki.css. */ - - -/* from rob byers */ - -/* This establishes background pattern and centering of content area as well -as font-styles for the site */ -body { - margin: 0; - padding: 0; - color: #333; - text-align: center; - font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif; - font-size: small; - } - -img { - border: 0; - } - -#broken-browser-warning { - text-align: center; -} - -.sidebar { - padding: 10px 0 0 0; /* changed padding parameters */ - /*border-right: 1px solid #ccc;*/ - vertical-align: top; -} -.sidebar-title { - color: #999; - font-size: 10px; - text-align: center; - border-bottom: 1px solid #ccc; -} -.sidebar-links { - font-size: 10px; - margin: 0; - padding: 0 0 0 15pt; - color: #999; -} -.sidebar-title + .sidebar-links { - margin-top: -0.5em; -} - -.sidebar-info { - padding: 4px 4px; -} -.sidebar-info h2 { - padding-left: 10px; - margin: 4px; -} -.legend-row { - padding: 0px 2px; - white-space: nowrap; -} -.legend-row img { - vertical-align: middle; - margin: 3px 4px; - padding: 0; -} - -.tab-row img { - vertical-align: bottom; -} - -.bar-undertabs div { - background: #900 url("/img/tab-bar.gif") repeat-x bottom; - height: 11px; - font-size: 1px; - margin: 0; - padding: 0; -} -.bar-status form { - margin: 0; -} - -.bar-status { - background-color: #ddd; - font-size: 10px; - padding: 5px; - margin: 0; - border: 1px solid #ccc; - border-top: none; - /* - text-align: left; - */ -} - -#footer { - /* - border-top: 2px dotted #ccc; - padding: 2em 4em 2em 4em; - */ - padding: 1em; - margin: 1em 4em 1em 4em; - text-align: center; - font-size: 10px; - color: #aaa; - - margin-left: auto; - margin-right: auto; - margin-top: 64px; -} - -ul#help-url-list ul { - -} -ul#help-url-list li { - list-style: none; - padding-top: 10px; - padding-bottom: 10px; -} - -ul#help-url-list li a { - font-weight: bold; -} - -ul#faq-list { - padding-left: 2px; - margin-left: 0; -} - -#faq-list li { - list-style: none; - margin-left: 10px; - margin-top: 10px; - margin-bottom: 10px; -} - -#faq-list a { -} - -#faq-details { - margin-left: 1em; -} - -#faq-details a.faq-back-to-top { - float: right; -} - -#faq-details p + h3 { - padding-top: 2em; -} - -div.login-component { - text-align: center; -} - -div.login-box { - border: 1px solid #999; - text-align: right; - padding: 12px 10px; - margin: 4px; - background-color: #eee; - width: 210px; - margin-left: auto; - margin-right: auto; -} - -div.login-box form { - margin: 0; -} - -div.login-box div.input-row { - font-weight: bold; - font-size: 10px; - white-space: nowrap; -} - -div.login-box div.input-row input { - font-weight: normal; - vertical-align: middle; -} - -div.filter-input { -} -div.filter-input input { - vertical-align: middle; - font-size: 10px; -} - -/* - Devel environment only. - -b, i, u, font, center, .fixme, blockquote { - background-color: #eaa; - text-decoration: line-through; -} -*/ -- cgit