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
2 changes: 1 addition & 1 deletion coa/templates/COALandingPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>

<!-- Page Content -->
Expand Down
1 change: 1 addition & 0 deletions errors_pages/ui/404/scss/combined.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2949,6 +2949,7 @@ img.summit-landing-logo {
width: 100vw;
background-color: black;
height: 174px;
display: none;
}

.top-site-banner .container {
Expand Down
2 changes: 1 addition & 1 deletion marketplace/templates/MarketPlacePage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>

<!-- Page Content -->
Expand Down
2 changes: 1 addition & 1 deletion papers/templates/PaperViewerPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>
<!-- Page Content -->
$Message
Expand Down
2 changes: 1 addition & 1 deletion software/templates/SoftwareHomePage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</head>

<body id="$URLSegment" lang="$CurrentLocale">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>
<!-- Page Content -->
$Message
Expand Down
2 changes: 1 addition & 1 deletion software/templates/SoftwareSubPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>
<!-- Page Content -->
$Message
Expand Down
3 changes: 2 additions & 1 deletion summit/scss/general-summit-landing-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ footer {
z-index: 20;
width: 100vw;
background-color: black;
height: 174px; }
height: 174px;
display: none; }

.top-site-banner .container {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion summit/templates/GeneralSummitLandingPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</head>

<body>
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<div class="main-body static-summit-about-page all-summit">
<% include GeneralSummitLandingPageHeader %>

Expand Down
2 changes: 1 addition & 1 deletion summit/templates/SummitAppAdminController.ss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>

<!-- Page Content -->
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion survey_builder/templates/SurveyPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>
<!-- Page Content -->
$Message
Expand Down
1 change: 1 addition & 0 deletions themes/openstack/scss/combined.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2570,6 +2570,7 @@ ul.resource-links li a:hover {
width: 100vw;
background-color: black;
height: 174px;
display: none;
}

.top-site-banner .container {
Expand Down
1 change: 1 addition & 0 deletions themes/openstack/scss/home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3676,6 +3676,7 @@ ul.resource-links li a:hover {
width: 100vw;
background-color: black;
height: 174px;
display: none;
@media (max-width: 768px) {
top:0;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/openstack/templates/CoaPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>

<!-- Page Content -->
Expand Down
2 changes: 1 addition & 1 deletion themes/openstack/templates/ConferencePage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>

<!-- Page Content -->
Expand Down
2 changes: 1 addition & 1 deletion themes/openstack/templates/ConferenceSubPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>

<!-- Page Content -->
Expand Down
2 changes: 1 addition & 1 deletion themes/openstack/templates/PTGDynamic.ss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $MetaTags(false)
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>

<!-- Page Content -->
Expand Down
2 changes: 1 addition & 1 deletion themes/openstack/templates/Page.ss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</head>
<body id="$URLSegment">
<div id="nav_container"></div>
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>
<!-- Page Content -->
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion themes/openstack/templates/SponsorsPage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</head>

<body id="$URLSegment">
<!-- <% include SiteBanner %> -->
<% include SiteBanner %>
<% include Navigation %>

<!-- Page Content -->
Expand Down