Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better mobile view #820

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7,861 changes: 7,861 additions & 0 deletions rpi_data/modules/cscitest.html

Large diffs are not rendered by default.

Binary file added rpi_data/modules/cscitest_files/hwgginfo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,845 changes: 1,845 additions & 0 deletions rpi_data/modules/cscitest_files/web_defaultapp.css

Large diffs are not rendered by default.

123 changes: 123 additions & 0 deletions rpi_data/modules/cscitest_files/web_defaultprint.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
/*
****************************************************************************
* *
* Copyright 2002 - 2009 SunGard. All rights reserved. *
* *
* SunGard or its subsidiaries in the U.S. and other countries is the owner *
* of numerous marks, including "SunGard," the SunGard logo, "Banner," *
* "PowerCAMPUS," "Advance," "Luminis," "UDC," and "Unified Digital Campus."*
* Other names and marks used in this material are owned by third parties. *
* *
* This [site/software] contains confidential and proprietary information *
* of SunGard and its subsidiaries. Use of this [site/software] is limited *
* to SunGard Higher Education licensees, and is subject to the terms and *
* conditions of one or more written license agreements between SunGard *
* Higher Education and the licensee in question. *
* *
****************************************************************************

AUDIT TRAIL: 8.2.0.1 LVH 03/05/2009
1. Defect 1-4V8J50
Change the H1 header to a no-display to prevent erroneous printing.

AUDIT TRAIL: 7.3 LVH 02/03/2006
1. Defect LN71-008-1740
The SEARCH box and Site Map, Menu, Help, and Exit should not be displayed
when a page is printed.
2. Defect 1-FHOGD MEC 04/18/2006
Add background-image: none to the BODY element, so that the background
image will not be printed and overlay text on multiple print pages.
AUDIT TRAIL: 6.0
1. Hide HR tag for printing Rk 3/26/2003
2. Reduce font sizes for datadisplay tables to fit in page. This will be useful
for pages which have lot of content.

AUDIT TRAIL: 5.3
1. Initial release. rk 6/14/2002

This style sheet will be used for print media.
Use this style sheet to define print tags.
This style sheet can also be used to override styles from application pages.

AUDIT TRAIL END

FILE NAME..: web_defaultprint.css
RELEASE....: 8.2.0.1
PRODUCT....: WTLWEB
COPYRIGHT..: Copyright (C) SunGard 2002-2009. All rights reserved.
*/


@media print
{
/* style sheet for print goes here */

BODY {
font-family: Arial, verdana, helvetica, sans-serif;
font-style: normal;
text-align: left;
/* BROWSER CONSIDERATION - Override browser settings for BODY margin */
margin-top: 0%;
margin-left: 0%;
background-image: none;
}

DIV.backlinkdiv {
display:none
}

DIV.pageheaderdiv2 {
display: none
}

DIV.headerlinksdiv {
display: none
}
/* Defect LN71-008-1740 */
DIV.headerlinksdiv2 {
display: none
}

DIV.poweredbydiv {
display: none
}

DIV.footerlinksdiv{
display: none
}

HR {
color: #FFFFFF;
text-align: left;
vertical-align: top;
margin-top: 0px;
}

/* Defect 1-4V8J50 */
H1 {
display: none
}

/* Defect LN71-008-1740 */
SPAN.pageheaderlinks {
display: none
}

Table.datadisplaytable{
font-size :80%
}


TABLE TD.dddefault {
font-size:75%;
}

TABLE TH.dddefault {
font-size: 80%;
}

Table TH.ddlabel
{
font-size: 80%;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rpi_data/modules/cscitest_files/web_transparent.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rpi_data/modules/test_files/hwgginfo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading