File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
view/netcreate/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const LABEL_STYLE = {
6969/// Move login to navbar
7070const NAV_LOGIN_STYLE = {
7171 position : 'fixed' ,
72- top : '5px ' ,
72+ top : '7px ' ,
7373 right : '20px' ,
7474 zIndex : '2000'
7575} ;
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments