Commit 270f5ec0 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Changed spacing in Forms and Dialogs

parent bab5800d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ const styles = {
  content: {
    paddingLeft: 25,
    paddingRight: 30,
    paddingTop: 20,
    overflow: 'hidden'
  },
  actions: {
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ class IDSaveScenarioDialog extends Component {

        <TextField
          outlined
          style={{ width: '100%' }}
          style={{ width: '100%', marginTop: 20 }}
          label={'Scenario Name'}
          invalid={
            this.state.err ||
+10 −10
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ const PortProtocolGroup = ({ onUpdate, element }) => {
        cydata={CFG_ELEM_EXT_PORT}
      />

      <GridCell span={4} style={{ paddingTop: 16 }}>
      <GridCell span={4}>
        <Select
          style={{ width: '100%' }}
          label="Protocol"
@@ -707,7 +707,7 @@ const GpuGroup = ({ onUpdate, element }) => {
        fieldName={FIELD_GPU_COUNT}
        cydata={CFG_ELEM_GPU_COUNT}
      />
      <GridCell span={8} style={{ paddingTop: 16 }}>
      <GridCell span={8}>
        <IDSelect
          label="GPU Type"
          span={8}
@@ -1171,7 +1171,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element }
          prefixes={[PREFIX_LINK]}
        />

        <Grid style={{ paddingTop: 16 }} >
        <Grid>
          <GridCell span={6}>
            <IDSelect
              label='Initial Connection State'
@@ -1196,7 +1196,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element }
          </GridCell>
        </Grid>
        {isWireless ? (
          <Grid>
          <Grid style={{ paddingTop: 16 }}>
            <CfgTextFieldCell
              span={12}
              onUpdate={onUpdate}
@@ -1238,7 +1238,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element }
          />
        </Grid>
        <Grid>
          <GridCell span={6} style={{ paddingTop: 16 }}>
          <GridCell span={6}>
            <IDSelect
              label='End-of-Path Mode'
              span={12}
@@ -1284,7 +1284,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element }
          prefixes={[PREFIX_LINK]}
        />

        <Grid style={{ paddingTop: 16 }} >
        <Grid>
          <GridCell span={6}>
            <IDSelect
              label='Initial Connection State'
@@ -1309,7 +1309,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element }
          </GridCell>
        </Grid>
        {isWireless ? (
          <Grid>
          <Grid style={{ paddingTop: 16 }}>
            <CfgTextFieldCell
              span={12}
              onUpdate={onUpdate}
@@ -1321,7 +1321,7 @@ const TypeRelatedFormFields = ({ onUpdate, onEditLocation, onEditPath, element }
            />
          </Grid> 
        ) : (
          <></>
          <Grid style={{ paddingTop: 16 }}></Grid>
        )}
        
        <Grid>
@@ -1864,7 +1864,7 @@ const HeaderGroup = ({ element, onTypeChange, onUpdate, typeDisabled, parentDisa
          />
        )}
      </Grid>
      <Grid>
      <Grid style={{ paddingTop: 16 }}>
        <CfgTextFieldCell
          span={12}
          onUpdate={onUpdate}
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,7 @@ class NetworkCharacteristicsEventPane extends Component {
          <GridCell span="4"></GridCell>
        </Grid>

        <Grid>
        <Grid style={{ paddingBottom: 16 }}>
          <GridCell span="8">
            <IDSelect
              span="8"
+2 −2
Original line number Diff line number Diff line
@@ -206,8 +206,8 @@ const styles = {
  background: {
    opacity: '6%',
    position: 'absolute',
    left: 0,
    top: 0,
    left: -10,
    top: -10,
    width: '100vw',
    height: '100vh'
  }