Skip to content

Commit a549eef

Browse files
committed
Navbar
CSS tweaks Signed-off-by: smarcet <smarcet@gmail.com>
1 parent 3c87263 commit a549eef

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

navbar/ui/source/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class App extends React.Component {
2626
const widgetProps = {
2727
projects: projects,
2828
currentProject: window.navBarConfig.currentProject,
29-
containerClass: "nav-bar-inner-container",
29+
containerClass: "container",
3030
};
3131

3232
return (

openstack/code/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ public function getApiUrl() {
592592
}
593593

594594
public function getCurrentSponsoredProject() {
595-
return 4;
595+
return OPENSTACK_CURRENT_SPONSORED_PROJECT;
596596
}
597597

598598
}

sample._ss_environment.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@
209209
define('MEETUP_PASSWORD' ,'');
210210
define('DROPBOX_ACCESS_TOKEN', '');
211211
define('MEDIA_UPLOAD_MOUNTING_FOLDER', 'PresentationMediaUploads');
212+
// currrent sponsored project for nav bar
213+
define('OPENSTACK_CURRENT_SPONSORED_PROJECT', 4);
212214

213215
global $_FILE_TO_URL_MAPPING;
214216
$_FILE_TO_URL_MAPPING[''] = '';

0 commit comments

Comments
 (0)