jlukic
1095937280
Complete first iteration of site module
11 years ago
jlukic
9bda901d5a
iteration on global site module
11 years ago
jlukic
fa1b35a3ef
Initial commit of global site config
11 years ago
jlukic
8e081e3e77
Fixes #681 , multi line steps, adds two line variation for vertical steps. Fixes all steps to use transform rotote arrows instead of border arrows for consistency
11 years ago
jlukic
e26457dc08
Fixes #704 , Fixes #421 . onShow, onHide callback moved to before transition starts, added new callbacks onVisible and noHidden for after animation completes
11 years ago
jlukic
858d28277f
Fixes #662 inverted icon rendering in OSX
11 years ago
jlukic
b1ea5caa2b
Form: Fixes input, dropdown, form field to have consistent sizes and 1em font
11 years ago
jlukic
902b6dce5a
Fixes #542 , use sibling selector instead of adjacent sibling on checkbox rules
11 years ago
jlukic
81fbf2aeb9
Fixes #711 selection dropdown does not match input height. Also adds stricter dropdown error css selectors
11 years ago
jlukic
565e0a075a
Dropdown: Adds strict type checking as an option for form selection, allowing for better handling of data-value=0, value='' and other ambiguous values
11 years ago
jlukic
94fb519bea
Fixes #694 A dropdown with numeric content for data-text causes an error on toLowerCase
11 years ago
jlukic
bee46f62a0
Fixes #712 , Modal uses RequestAnimationFrame without doing browser normalization on the event
11 years ago
jlukic
969c2a6918
Adds inverted buttons finally! Iteration on form and button
11 years ago
jlukic
869115b206
UI Transiutions now forces display on element during animation with important to avoid inheritance issues. Rewrite of some more form variables
11 years ago
jlukic
9f8c8e3f6e
Form variable beginning
11 years ago
jlukic
127df6b443
Update to checkbox/label/image/header, related to spacing and consistency
11 years ago
Michael Mullins
cad08c555f
use :only-child instead for tfoot fix
11 years ago
Michael Mullins
43232d02fe
fix single celled tfoot
In the case of a single celled tfoot the `:last-child` overrides the `:first-child` and leaves the table with a sharp bottom-left corner. An good example of this use case would be if you had a button action at the end of the table, similar to the first table example in the docs.
```
<table class="ui table segment">
<thead>
<tr><th>Name</th>
<th>Status</th>
<th>Notes</th>
</tr></thead>
<tbody>
<tr>
<td>John</td>
<td>Approved</td>
<td>None</td>
</tr>
<tr>
<td>Jamie</td>
<td>Approved</td>
<td>Requires call</td>
</tr>
<tr>
<td>Jill</td>
<td>Denied</td>
<td>None</td>
</tr>
</tbody>
<tfoot>
<tr><th colspan="3">
<div class="ui blue labeled icon button"><i class="user icon"></i> Add User</div>
</th>
</tr></tfoot>
</table>
<tfoot>
<tr><th></th></tr>
</tfoot>
</table>
```
There's probably a better way to do this, but it worked for me in my project.
11 years ago
Ilias Ismanalijev
2cfbd6a269
accessible reveal
11 years ago
jlukic
295e225ae4
Finished modifications to dropdown error states for form/dropdown
11 years ago
jlukic
01e9a41882
Rewrites state to remove hover/focus other useless methods, fixes integration with API, removes auto margins on first and last child of some elements
11 years ago
jlukic
2ee53691f1
Fixes some issues with tab formatting
11 years ago
Mohammad Younes
c545fbe720
rtl hints updates
1. semantic.css, using new directive to prepend the value.
2. sidebar.less, padding transition is required by a fix for sidebar in
rtl view mode.
11 years ago
jlukic
dfcf947fac
Testing out dropdown errors
11 years ago
jlukic
532b904637
Removes empty rule
11 years ago
jlukic
cd2a7d1696
Step: Adds vertical variation to step
11 years ago
jlukic
2054e48be9
Fixes #680 Issue with horizontal lists alignment in IE
11 years ago
jlukic
71e6d3c49c
Modal now uses requestAnimationFrame, properly detects for dimmer dependency
11 years ago
jlukic
cd98d5866f
Fixes karma test runner to not run Gruntfile, fixed missing destroy method on checkbox
11 years ago
jlukic
a6d59024e8
Updates semantic.config example to use latest version
11 years ago
jlukic
93fd67785d
fixes some broken paths, fixes some variables in menu
11 years ago
Jack Lukic
e28c3e0aad
Update README.markdown
11 years ago
Jack Lukic
7d89bb98f9
Update README.markdown
11 years ago
Jack Lukic
fa7eecb168
Update README.markdown
11 years ago
jlukic
1eefa169ff
Removes learn-semantic content from docs, redoes folder structure of project, adds grunt config
11 years ago
jlukic
2aa16fbba8
Removes semantic.config from tracked files
11 years ago
jlukic
3310d87cdb
Fixes inverted form formatting for checkboxes #661
11 years ago
jlukic
ac587e279a
Fixes #660 issue with ui input styling inside forms
11 years ago
jlukic
320e0d869f
Fixes issues with accordion rules being too specific. Regression caused by #599
11 years ago
jlukic
1101ce746a
Fixes #614 , issue with modal vertical position on multiple shows
11 years ago
jlukic
41919836b2
Fixes #614 , issue with modal vertical position on multiple shows
11 years ago
jlukic
69ba43daac
Adds checkbox user override, adds border box as required reset to avoid some issues with library
11 years ago
jlukic
dbf9d20f2c
Fixes dropdown inside even-item menu
11 years ago
jlukic
577681a924
Moves dimmer to use request animation frame instead of debouncing
11 years ago
jlukic
9561d9a851
Fixes repo link
11 years ago
jlukic
efafa3ae9b
Updates to sticky menu module
11 years ago
jlukic
a30baa3bb0
Rewrite of checkbox, new styles, css variables, font file embeds for legitness
11 years ago
jlukic
d95a163cc8
Fixes checkboxes not to submit form on enter
11 years ago
jlukic
9c49fa4335
completion of viisibility module
11 years ago
jlukic
6900ed99c7
updates to button/divider/header variables
11 years ago