update address standardization for cust_location changes
[freeside.git] / rt / share / html / NoAuth / css / web2 / forms.css
diff --git a/rt/share/html/NoAuth/css/web2/forms.css b/rt/share/html/NoAuth/css/web2/forms.css
deleted file mode 100755 (executable)
index 2d34356..0000000
+++ /dev/null
@@ -1,243 +0,0 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%#
-%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2011 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] {
-   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;
-}
-
-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: 25%;
-}
-
-.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;
-}
-
-
-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;
-}
-