Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29408760: issue 5004 - Remove temporary submission issue notification (Closed)
Patch Set: Created April 10, 2017, 5:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -22,63 +22,10 @@
<? include meta/ie ?>
{% block head %}{% endblock %}
{{head|safe}}
-
- {#
- # This style and #notification need to be removed on 2017-04-10 (see #5004)
- #}
- <style type="text/css">
- #notification
- {
- padding: 10px 20px;
- text-align: center;
- background-color: #FFFF99;
- }
-
- @media (min-width: 1200px)
- {
- #notification
- {
- width: 100%;
- height: 40px;
- position: fixed;
- z-index: 3;
- top: 0px;
- left: 0px;
- }
-
- #sidebar
- {
- top: 40px !important;
- }
-
- #secondary-navigation
- {
- bottom: 40px !important;
- }
-
- #navbar
- {
- top: 40px !important;
- }
-
- #breadcrumbs
- {
- top: 104px;
- }
-
- .outer
- {
- top: 136px;
- }
- }
- </style>
</head>
<body>
<? include navbar ?>
<div class="outer">
- <div id="notification">
- Applications submitted between March 13-16 have not been received by eyeo due to an issue with our servers. Please re-submit your application {{ "committee/apply" | linkify }}here</a>.
- </div>
{% if not custom %}
<div class="container">
{% endif %}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld