Dashboards & Visualizations

Applying HTML style to inputs

mbel13131
Engager

I would like to apply the custom style to a set of inputs. How do I correctly write this code? 

I'm aware of the option to create one style clause for each input ID but this seems ridiculous and the wrong way to do it for, say, 20 inputs.

Cheers.

 

 

<form version="1.1" theme="light">
  <fieldset submitButton="false">
  </fieldset>
    <row>
      <panel>
      <html>
        <style>
          #LineByLine {
            display:flex !important;
            padding-right: 10px;
            padding-top: 5px;
          }
        </style>
      </html>
    </panel>
    </row>
  <row>
    <panel>
      <input id="input1" type="text" token="1">
        <label>1</label>
      </input>
    </panel>
    <panel>
      <input id="input2" type="text" token="2">
        <label>2</label>
      </input>
    </panel>
  </row>
</form>

 

 

 

Labels (1)
0 Karma
1 Solution

mbel13131
Engager

Never mind, this is a basic question I answered myself by learning about HTML in general (apply style to the div/container wrapped around the input, if someone's looking for this basic answer).

View solution in original post

0 Karma

mbel13131
Engager

Never mind, this is a basic question I answered myself by learning about HTML in general (apply style to the div/container wrapped around the input, if someone's looking for this basic answer).

0 Karma
Get Updates on the Splunk Community!

New Case Study: How LSU’s Student-Powered SOCs and Splunk Are Shaping the Future of ...

Louisiana State University (LSU) is shaping the next generation of cybersecurity professionals through its ...

Splunk and Fraud

Join us on November 13 at 11 am PT / 2 pm ET!Join us for an insightful webinar where we delve into the ...

Build Your First SPL2 App!

Watch the recording now!.Do you want to SPL™, too? SPL2, Splunk's next-generation data search and preparation ...