diff options
author | Nathan Kinder <nkinder@redhat.com> | 2005-01-25 23:02:22 +0000 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2005-01-25 23:02:22 +0000 |
commit | 38926b72871d258d6d4b61ded76e5a17a68f7ebe (patch) | |
tree | 8e9e63b067d7a90a4a2dd83e2e11dc6fd51d6b59 | |
parent | e64a91376288adece5d9578a93ede1bc15db1b5d (diff) | |
download | ds-38926b72871d258d6d4b61ded76e5a17a68f7ebe.tar.gz ds-38926b72871d258d6d4b61ded76e5a17a68f7ebe.tar.xz ds-38926b72871d258d6d4b61ded76e5a17a68f7ebe.zip |
Cleaned up UI for rebranding - nkinder@redhat.com
-rw-r--r-- | ldap/clients/dsgw/pbhtml/phone.html | 35 | ||||
-rw-r--r-- | ldap/clients/dsgw/pbhtml/style.css | 10 |
2 files changed, 35 insertions, 10 deletions
diff --git a/ldap/clients/dsgw/pbhtml/phone.html b/ldap/clients/dsgw/pbhtml/phone.html index a9f49612..4a79960e 100644 --- a/ldap/clients/dsgw/pbhtml/phone.html +++ b/ldap/clients/dsgw/pbhtml/phone.html @@ -41,7 +41,7 @@ window.location.href=i; <tr> <td> -<IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="37" border="0"> +<IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="40" border="0"> </td> <TD ALIGN=LEFT VALIGN=CENTER nowrap> <a href="javascript:alert('Powered by Netscape Directory Server 6.2')" onMouseOver="window.status='Click for more information about Netscape Directory Express.'; return true"><img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=brandblock.gif" border="0" align="left"></a></td> @@ -76,12 +76,37 @@ window.location.href=i; <TD valign="top" colspan="5" width="100%"><IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" width="1" height="5" border="0"></TD> </TR> -<TR> -<TD width="100%" colspan="5" class="bgColor7"><IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" height="1" border="0"></TD> -</TR> - </table> </form> </body> </html> + +Index: phone.html +=================================================================== +RCS file: /hurricane/cvs/spd/ldapserver/ldap/clients/dsgw/pbhtml/phone.html,v +retrieving revision 1.1.1.1 +diff -c -u -r1.1.1.1 phone.html +cvs server: conflicting specifications of output style +--- phone.html 21 Jan 2005 00:40:49 -0000 1.1.1.1 ++++ phone.html 25 Jan 2005 22:25:40 -0000 +@@ -41,7 +41,7 @@ + + <tr> + <td> +-<IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="37" border="0"> ++<IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="40" border="0"> + </td> + <TD ALIGN=LEFT VALIGN=CENTER nowrap> + <a href="javascript:alert('Powered by Netscape Directory Server 6.2')" onMouseOver="window.status='Click for more information about Netscape Directory Express.'; return true"><img src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=brandblock.gif" border="0" align="left"></a></td> +@@ -74,10 +74,6 @@ + + <TR> + <TD valign="top" colspan="5" width="100%"><IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" width="1" height="5" border="0"></TD> +-</TR> +- +-<TR> +-<TD width="100%" colspan="5" class="bgColor7"><IMG src="/clients/dsgw/bin/lang?<!-- GCONTEXT -->&file=clear.gif" height="1" border="0"></TD> + </TR> + + </table> diff --git a/ldap/clients/dsgw/pbhtml/style.css b/ldap/clients/dsgw/pbhtml/style.css index e4739d6f..1cb0c335 100644 --- a/ldap/clients/dsgw/pbhtml/style.css +++ b/ldap/clients/dsgw/pbhtml/style.css @@ -57,7 +57,7 @@ A.searchlinkspec:active {color: #CCFFFF} /* *********Search frame*************/ body.Search { - background-color: #003366; + background-color: #000000; font-family: Verdana, Arial, Helvetica, san-serif; color: #ccffff; font-size: 12px; @@ -65,17 +65,17 @@ body.Search { td.appName { font-family: verdana, Arial, Helvetica, sans-serif; - font-size: 12px; + font-size: 14px; vertical-align : middle; - color: #ccffff; + color: #ffffff; font-weight: bold; } .apptext { font-family: verdana, Arial, Helvetica, sans-serif; - font-size: 12px; + font-size: 14px; vertical-align: middle; - color: #ccffff; + color: #ffffff; } /* Fonts */ |