Browse Source

updates release notes for next v

beta
jlukic 11 years ago
parent
commit
f4d3836bdd
  1. 5
      RELEASE NOTES.md
  2. 3
      build/less/collections/table.less
  3. 25
      build/less/modules/checkbox.less
  4. 2
      build/minified/collections/table.min.css
  5. 2
      build/minified/modules/checkbox.min.css
  6. 25
      build/packaged/css/semantic.css
  7. 4
      build/packaged/css/semantic.min.css
  8. 3
      build/uncompressed/collections/table.css
  9. 22
      build/uncompressed/modules/checkbox.css
  10. 3
      rtl/less/collections/table.less
  11. 25
      rtl/less/modules/checkbox.less
  12. 2
      rtl/minified/collections/table.min.css
  13. 2
      rtl/minified/modules/checkbox.min.css
  14. 25
      rtl/packaged/css/semantic.css
  15. 4
      rtl/packaged/css/semantic.min.css
  16. 3
      rtl/uncompressed/collections/table.css
  17. 22
      rtl/uncompressed/modules/checkbox.css

5
RELEASE NOTES.md

@ -1,5 +1,10 @@
## RELEASE NOTES
### Version 0.5.1 - Oct 10, 2013
**Updates**
- Fixes vertical alignment of checkboxes
### Version 0.5.0 - Oct 10, 2013
**Critical Fixes**

3
build/less/collections/table.less

@ -486,6 +486,9 @@
.ui.basic.table td {
padding: 0.8em 0.5em;
}
.ui.basic.table tbody tr:nth-child(2n) {
background-color: transparent !important;
}
/*--------------

25
build/less/modules/checkbox.less

@ -23,6 +23,10 @@
.ui.checkbox {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
outline: none;
vertical-align: middle;
}
@ -43,7 +47,7 @@
position: relative;
min-width: 1em;
height: 1em;
height: 1.5em;
padding-left: 2em;
outline: none;
@ -452,30 +456,11 @@
---------------*/
.ui.checkbox {
width: 1em;
height: 1em;
}
.ui.checkbox,
.ui.checkbox .box,
.ui.checkbox label {
font-size: 1em;
}
.ui.large.checkbox {
width: 1.25em;
height: 1.25em;
}
.ui.large.checkbox,
.ui.large.checkbox .box,
.ui.large.checkbox label {
font-size: 1.25em;
}
.ui.huge.checkbox {
width: 1.5em;
height: 1.5em;
}
.ui.huge.checkbox,
.ui.huge.checkbox .box,
.ui.huge.checkbox label {
font-size: 1.5em;
}

2
build/minified/collections/table.min.css

File diff suppressed because one or more lines are too long

2
build/minified/modules/checkbox.min.css

File diff suppressed because one or more lines are too long

25
build/packaged/css/semantic.css

@ -3205,6 +3205,9 @@ body > .ui.grid {
.ui.basic.table td {
padding: 0.8em 0.5em;
}
.ui.basic.table tbody tr:nth-child(2n) {
background-color: transparent !important;
}
/*--------------
Padded
---------------*/
@ -9459,6 +9462,8 @@ a.ui.teal.label:hover:before {
.ui.checkbox {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
outline: none;
vertical-align: middle;
}
@ -9475,7 +9480,7 @@ a.ui.teal.label:hover:before {
cursor: pointer;
position: relative;
min-width: 1em;
height: 1em;
height: 1.5em;
padding-left: 2em;
outline: none;
white-space: nowrap;
@ -9780,30 +9785,12 @@ a.ui.teal.label:hover:before {
Sizes
---------------*/
.ui.checkbox {
width: 1em;
height: 1em;
}
.ui.checkbox,
.ui.checkbox .box,
.ui.checkbox label {
font-size: 1em;
}
.ui.large.checkbox {
width: 1.25em;
height: 1.25em;
}
.ui.large.checkbox,
.ui.large.checkbox .box,
.ui.large.checkbox label {
font-size: 1.25em;
}
.ui.huge.checkbox {
width: 1.5em;
height: 1.5em;
}
.ui.huge.checkbox,
.ui.huge.checkbox .box,
.ui.huge.checkbox label {
font-size: 1.5em;
}

4
build/packaged/css/semantic.min.css

File diff suppressed because one or more lines are too long

3
build/uncompressed/collections/table.css

@ -431,6 +431,9 @@
.ui.basic.table td {
padding: 0.8em 0.5em;
}
.ui.basic.table tbody tr:nth-child(2n) {
background-color: transparent !important;
}
/*--------------
Padded
---------------*/

22
build/uncompressed/modules/checkbox.css

@ -18,6 +18,8 @@
.ui.checkbox {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
outline: none;
vertical-align: middle;
}
@ -34,7 +36,7 @@
cursor: pointer;
position: relative;
min-width: 1em;
height: 1em;
height: 1.5em;
padding-left: 2em;
outline: none;
white-space: nowrap;
@ -339,29 +341,11 @@
Sizes
---------------*/
.ui.checkbox {
width: 1em;
height: 1em;
}
.ui.checkbox,
.ui.checkbox .box,
.ui.checkbox label {
font-size: 1em;
}
.ui.large.checkbox {
width: 1.25em;
height: 1.25em;
}
.ui.large.checkbox,
.ui.large.checkbox .box,
.ui.large.checkbox label {
font-size: 1.25em;
}
.ui.huge.checkbox {
width: 1.5em;
height: 1.5em;
}
.ui.huge.checkbox,
.ui.huge.checkbox .box,
.ui.huge.checkbox label {
font-size: 1.5em;
}

3
rtl/less/collections/table.less

@ -486,6 +486,9 @@
.ui.basic.table td {
padding: 0.8em 0.5em;
}
.ui.basic.table tbody tr:nth-child(2n) {
background-color: transparent !important;
}
/*--------------

25
rtl/less/modules/checkbox.less

@ -23,6 +23,10 @@
.ui.checkbox {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
outline: none;
vertical-align: middle;
}
@ -43,7 +47,7 @@
position: relative;
min-width: 1em;
height: 1em;
height: 1.5em;
padding-right: 2em;
outline: none;
@ -452,30 +456,11 @@
---------------*/
.ui.checkbox {
width: 1em;
height: 1em;
}
.ui.checkbox,
.ui.checkbox .box,
.ui.checkbox label {
font-size: 1em;
}
.ui.large.checkbox {
width: 1.25em;
height: 1.25em;
}
.ui.large.checkbox,
.ui.large.checkbox .box,
.ui.large.checkbox label {
font-size: 1.25em;
}
.ui.huge.checkbox {
width: 1.5em;
height: 1.5em;
}
.ui.huge.checkbox,
.ui.huge.checkbox .box,
.ui.huge.checkbox label {
font-size: 1.5em;
}

2
rtl/minified/collections/table.min.css

File diff suppressed because one or more lines are too long

2
rtl/minified/modules/checkbox.min.css

File diff suppressed because one or more lines are too long

25
rtl/packaged/css/semantic.css

@ -3205,6 +3205,9 @@ body > .ui.grid {
.ui.basic.table td {
padding: 0.8em 0.5em;
}
.ui.basic.table tbody tr:nth-child(2n) {
background-color: transparent !important;
}
/*--------------
Padded
---------------*/
@ -9459,6 +9462,8 @@ a.ui.teal.label:hover:before {
.ui.checkbox {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
outline: none;
vertical-align: middle;
}
@ -9475,7 +9480,7 @@ a.ui.teal.label:hover:before {
cursor: pointer;
position: relative;
min-width: 1em;
height: 1em;
height: 1.5em;
padding-right: 2em;
outline: none;
white-space: nowrap;
@ -9780,30 +9785,12 @@ a.ui.teal.label:hover:before {
Sizes
---------------*/
.ui.checkbox {
width: 1em;
height: 1em;
}
.ui.checkbox,
.ui.checkbox .box,
.ui.checkbox label {
font-size: 1em;
}
.ui.large.checkbox {
width: 1.25em;
height: 1.25em;
}
.ui.large.checkbox,
.ui.large.checkbox .box,
.ui.large.checkbox label {
font-size: 1.25em;
}
.ui.huge.checkbox {
width: 1.5em;
height: 1.5em;
}
.ui.huge.checkbox,
.ui.huge.checkbox .box,
.ui.huge.checkbox label {
font-size: 1.5em;
}

4
rtl/packaged/css/semantic.min.css

File diff suppressed because one or more lines are too long

3
rtl/uncompressed/collections/table.css

@ -431,6 +431,9 @@
.ui.basic.table td {
padding: 0.8em 0.5em;
}
.ui.basic.table tbody tr:nth-child(2n) {
background-color: transparent !important;
}
/*--------------
Padded
---------------*/

22
rtl/uncompressed/modules/checkbox.css

@ -18,6 +18,8 @@
.ui.checkbox {
position: relative;
display: inline-block;
width: 1em;
height: 1.5em;
outline: none;
vertical-align: middle;
}
@ -34,7 +36,7 @@
cursor: pointer;
position: relative;
min-width: 1em;
height: 1em;
height: 1.5em;
padding-right: 2em;
outline: none;
white-space: nowrap;
@ -339,29 +341,11 @@
Sizes
---------------*/
.ui.checkbox {
width: 1em;
height: 1em;
}
.ui.checkbox,
.ui.checkbox .box,
.ui.checkbox label {
font-size: 1em;
}
.ui.large.checkbox {
width: 1.25em;
height: 1.25em;
}
.ui.large.checkbox,
.ui.large.checkbox .box,
.ui.large.checkbox label {
font-size: 1.25em;
}
.ui.huge.checkbox {
width: 1.5em;
height: 1.5em;
}
.ui.huge.checkbox,
.ui.huge.checkbox .box,
.ui.huge.checkbox label {
font-size: 1.5em;
}

Loading…
Cancel
Save