Skip to content
Merged
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
4 changes: 2 additions & 2 deletions uber/static/theme/prereg.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}

body {
background-color: tan;
background-image: url("../theme/tile-background.png");
background-color: GhostWhite;
background-image: url("../theme/tile-background.jpg");
}

/*Form Wizard*/
Expand Down
Empty file.
Binary file added uber/static/theme/tile-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed uber/static/theme/tile-background.png
Binary file not shown.
1 change: 1 addition & 0 deletions uber/templates/preregistration/preregbase.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{% block backlink %}{% endblock %}
{% block header %}
<link href="../static/theme/prereg.css" rel="stylesheet">
<link href="../static/theme/prereg_extra.css" rel="stylesheet">
<script type="text/javascript">
var PREREG_CHECK_INTERVAL = 15 * 60 * 1000;
var checkCap = function () {
Expand Down