Browse Source

Merge branch 'master' of github.com:Semantic-Org/Semantic-UI-Docs

avalanche1-patch-2
Jack Lukic 9 years ago
parent
commit
762abcbce3
  1. 2
      server/documents/collections/form.html.eco
  2. 2
      server/documents/elements/input.html.eco
  3. 4
      server/documents/modules/dropdown.html.eco

2
server/documents/collections/form.html.eco

@ -1313,8 +1313,8 @@ themes : ['Default', 'Flat', 'Chubby', 'GitHub']
<p>Multiple fields may be inline in a row</p>
<div class="ui form">
<div class="inline fields">
<label>Phone Number</label>
<div class="field">
<label>Phone Number</label>
<input type="text" placeholder="(xxx)">
</div>
<div class="field">

2
server/documents/elements/input.html.eco

@ -149,7 +149,7 @@ themes : ['Default', 'GitHub']
</div>
</div>
<div class="another example">
<div class="ui labeled input">
<div class="ui right labeled input">
<div class="ui label">$</div>
<input type="text" placeholder="Amount">
<div class="ui basic label">.00</div>

4
server/documents/modules/dropdown.html.eco

@ -903,7 +903,7 @@ themes : ['Default', 'GitHub', 'Material']
<div class="dropdown example">
<h4 class="ui header">Loading</h4>
<p>An dropddown can show that it is currently loading data</p>
<p>A dropdown can show that it is currently loading data</p>
<div class="ui loading dropdown">
Dropdown <i class="dropdown icon"></i>
<div class="menu">
@ -938,7 +938,7 @@ themes : ['Default', 'GitHub', 'Material']
</div>
<div class="dropdown example">
<h4 class="ui header">Error</h4>
<p>An errored dropddown can alert a user to a problem</p>
<p>An errored dropdown can alert a user to a problem</p>
<div class="ui floating dropdown error">
Dropdown <i class="dropdown icon"></i>
<div class="menu">

Loading…
Cancel
Save