Skip to content

Commit 2f74dad

Browse files
committed
config-ip: Tighten up Search and "Add New Node" spacing.
1 parent bcf5ec2 commit 2f74dad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/app/unisys/component/SessionShell.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const LABEL_STYLE = {
6969
/// Move login to navbar
7070
const NAV_LOGIN_STYLE = {
7171
position: 'fixed',
72-
top: '5px',
72+
top: '7px',
7373
right: '20px',
7474
zIndex: '2000'
7575
};

build/app/view/netcreate/components/NodeSelector.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ class NodeSelector extends UNISYS.Component {
905905
}
906906
return (
907907
<div>
908-
<FormGroup className="text-right" style={{paddingRight:'5px'}}>
908+
<FormGroup className="text-right" style={{marginTop:'-35px',paddingRight:'5px'}}>
909909
<Button outline size="sm"
910910
hidden={this.state.isLocked || this.state.isEditable}
911911
onClick={this.onNewNodeButtonClick}

build/app/view/netcreate/components/Search.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ class Search extends UNISYS.Component {
7171
return (
7272
<FormGroup row>
7373
<Col>
74-
<Label className="small text-muted">Type to search or add a node:</Label>
7574
<AutoComplete
7675
identifier={thisIdentifier}
7776
disabledValue={this.state.searchString}
7877
inactiveMode={'disabled'}
7978
/>
79+
<Label style={{ float: 'left' }} className="small text-muted">Type to search or add a node:</Label>
8080
</Col>
8181
</FormGroup>
8282
)

0 commit comments

Comments
 (0)