forked from akveo/blur-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(global): after Konstantin review
- Loading branch information
1 parent
8ebf35f
commit b42807e
Showing
19 changed files
with
114 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 47 additions & 56 deletions
103
src/app/pages/form/inputs/widgets/checkboxesRadios.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,56 @@ | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="row checkbox-demo-row"> | ||
<div class="col-xs-4"> | ||
<label class="checkbox-inline custom-checkbox nowrap"> | ||
<input type="checkbox" id="inlineCheckbox01" value="option1"> | ||
<span>Check 1</span> | ||
</label> | ||
</div> | ||
<div class="col-xs-4"> | ||
<label class="checkbox-inline custom-checkbox nowrap"> | ||
<input type="checkbox" id="inlineCheckbox02" value="option2"> | ||
<span>Check 2</span> | ||
</label> | ||
</div> | ||
<div class="col-xs-4"> | ||
<label class="checkbox-inline custom-checkbox nowrap"> | ||
<input type="checkbox" id="inlineCheckbox03" value="option3"> | ||
<span>Check 3</span> | ||
</label> | ||
</div> | ||
<div class="checkbox-demo-row"> | ||
<div class="input-demo checkbox-demo row"> | ||
<div class="col-md-4"> | ||
<label class="checkbox-inline custom-checkbox nowrap"> | ||
<input type="checkbox" id="inlineCheckbox01" value="option1"> | ||
<span>Check 1</span> | ||
</label> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="row checkbox-demo-row"> | ||
<div class="col-xs-4"> | ||
<label class="radio-inline custom-radio nowrap"> | ||
<input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> | ||
<span>Option 1</span> | ||
</label> | ||
</div> | ||
<div class="col-xs-4"> | ||
<label class="radio-inline custom-radio nowrap"> | ||
<input type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2"> | ||
<span>Option 2</span> | ||
</label> | ||
</div> | ||
<div class="col-xs-4"> | ||
<label class="radio-inline custom-radio nowrap"> | ||
<input type="radio" name="inlineRadioOptions" id="inlineRadio3" value="option3"> | ||
<span>Option3</span> | ||
</label> | ||
</div> | ||
<div class="col-md-4"> | ||
<label class="checkbox-inline custom-checkbox nowrap"> | ||
<input type="checkbox" id="inlineCheckbox02" value="option2"> | ||
<span>Check 2</span> | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-sm-6"> | ||
<div class="checkbox disabled"> | ||
<label class="custom-checkbox nowrap"> | ||
<input type="checkbox" value="" disabled> | ||
<span>Checkbox is disabled</span> | ||
<div class="col-md-4"> | ||
<label class="checkbox-inline custom-checkbox nowrap"> | ||
<input type="checkbox" id="inlineCheckbox03" value="option3"> | ||
<span>Check 3</span> | ||
</label> | ||
</div> | ||
</div> | ||
<div class="col-sm-6"> | ||
<div class="radio disabled"> | ||
<label class="custom-radio nowrap"> | ||
<input type="radio" name="optionsRadios" id="optionsRadios3" value="option3" disabled> | ||
<span>Disabled option</span> | ||
<div class="input-demo radio-demo row"> | ||
<div class="col-md-4"> | ||
<label class="radio-inline custom-radio nowrap"> | ||
<input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> | ||
<span>Option 1</span> | ||
</label> | ||
</div> | ||
<div class="col-md-4"> | ||
<label class="radio-inline custom-radio nowrap"> | ||
<input type="radio" name="inlineRadioOptions" id="inlineRadio2" value="option2"> | ||
<span>Option 2</span> | ||
</label> | ||
</div> | ||
<div class="col-md-4"> | ||
<label class="radio-inline custom-radio nowrap"> | ||
<input type="radio" name="inlineRadioOptions" id="inlineRadio3" value="option3"> | ||
<span>Option3</span> | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
<div> | ||
<div class="checkbox disabled"> | ||
<label class="custom-checkbox nowrap"> | ||
<input type="checkbox" value="" disabled> | ||
<span>Checkbox is disabled</span> | ||
</label> | ||
</div> | ||
<div class="radio disabled"> | ||
<label class="custom-radio nowrap"> | ||
<input type="radio" name="optionsRadios" id="optionsRadios3" value="option3" disabled> | ||
<span>Disabled option</span> | ||
</label> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.