Browse Source

Rebuild dist

pull/1574/head
jlukic 9 years ago
parent
commit
3c17c122d0
13 changed files with 28 additions and 26 deletions
  1. 10
      dist/components/accordion.min.js
  2. 8
      dist/components/dropdown.css
  3. 2
      dist/components/dropdown.min.css
  4. 1
      dist/components/flag.css
  5. 2
      dist/components/flag.min.css
  6. 3
      dist/components/popup.css
  7. 4
      dist/components/popup.js
  8. 2
      dist/components/popup.min.css
  9. 2
      dist/components/popup.min.js
  10. 12
      dist/semantic.css
  11. 4
      dist/semantic.js
  12. 2
      dist/semantic.min.css
  13. 2
      dist/semantic.min.js

10
dist/components/accordion.min.js
File diff suppressed because it is too large
View File

8
dist/components/dropdown.css

@ -469,12 +469,12 @@ select.ui.dropdown {
/* Search Dropdown */
.ui.search.dropdown > input.search {
background: none transparent;
border: none;
box-shadow: none;
background: none transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0em !important;
cursor: pointer;
position: absolute;
border-radius: 0em !important;
top: 0em;
left: 0em;
width: 100%;

2
dist/components/dropdown.min.css
File diff suppressed because it is too large
View File

1
dist/components/flag.css

@ -339,7 +339,6 @@ i.flag.gabon:before {
background-position: -36px 0px;
}
i.flag.gb:before,
i.flag.england:before,
i.flag.united.kingdom:before {
background-position: -36px -26px;
}

2
dist/components/flag.min.css
File diff suppressed because it is too large
View File

3
dist/components/popup.css

@ -22,9 +22,6 @@
right: 0px;
z-index: 900;
border: 1px solid #cccccc;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
max-width: 250px;
background-color: #ffffff;
padding: 0.833em 1em;

4
dist/components/popup.js

@ -116,9 +116,9 @@ $.fn.popup = function(parameters) {
}
if(settings.popup) {
$popup.addClass(className.loading);
if($popup.offsetParent()[0] !== $module.offsetParent()[0]) {
$offsetParent = $module.offsetParent();
if($popup.offsetParent()[0] !== $offsetParent[0]) {
module.debug('Moving popup to the same offset parent as activating element');
$offsetParent = $module.offsetParent();
$popup
.detach()
.appendTo($offsetParent)

2
dist/components/popup.min.css

@ -8,4 +8,4 @@
* http://opensource.org/licenses/MIT
*
*/
.ui.popup{display:none;position:absolute;top:0;right:0;z-index:900;border:1px solid #ccc;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;max-width:250px;background-color:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.8);border-radius:.2857rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ui.popup>.header{padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.125em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.75em;height:.75em;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #b3b3b3}.ui.popup{margin:0}.ui.popup.bottom{margin:.75em 0 0}.ui.popup.top{margin:0 0 .75em}.ui.popup.left.center{margin:0 .75em 0 0}.ui.popup.right.center{margin:0 0 0 .75em}.ui.bottom.center.popup:before{margin-left:-.325em;top:-.325em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 0 0 #b3b3b3}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.325em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 0 0 #b3b3b3}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.325em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 0 0 #b3b3b3}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.325em;left:50%;margin-left:-.325em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.325em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.325em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.325em;bottom:auto;left:auto;margin-top:-.325em;box-shadow:1px -1px 0 0 #b3b3b3}.ui.right.center.popup:before{top:50%;left:-.325em;bottom:auto;right:auto;margin-top:-.325em;box-shadow:-1px 1px 0 0 #b3b3b3}.ui.popup>.ui.grid:not(.padded){width:-webkit-calc(100% + 1.75rem);width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.basic.popup:before{display:none}.ui.wide.popup{width:350px;max-width:350px}.ui[class*="very wide"].popup{width:550px;max-width:550px}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.small.popup{font-size:.785714rem}.ui.popup{font-size:.85714rem}.ui.large.popup{font-size:1rem}.ui.huge.popup{font-size:1.14285rem}
.ui.popup{display:none;position:absolute;top:0;right:0;z-index:900;border:1px solid #ccc;max-width:250px;background-color:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.8);border-radius:.2857rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ui.popup>.header{padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.125em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.75em;height:.75em;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #b3b3b3}.ui.popup{margin:0}.ui.popup.bottom{margin:.75em 0 0}.ui.popup.top{margin:0 0 .75em}.ui.popup.left.center{margin:0 .75em 0 0}.ui.popup.right.center{margin:0 0 0 .75em}.ui.bottom.center.popup:before{margin-left:-.325em;top:-.325em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 0 0 #b3b3b3}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.325em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 0 0 #b3b3b3}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.325em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 0 0 #b3b3b3}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.325em;left:50%;margin-left:-.325em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.325em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.325em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.325em;bottom:auto;left:auto;margin-top:-.325em;box-shadow:1px -1px 0 0 #b3b3b3}.ui.right.center.popup:before{top:50%;left:-.325em;bottom:auto;right:auto;margin-top:-.325em;box-shadow:-1px 1px 0 0 #b3b3b3}.ui.popup>.ui.grid:not(.padded){width:-webkit-calc(100% + 1.75rem);width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.basic.popup:before{display:none}.ui.wide.popup{width:350px;max-width:350px}.ui[class*="very wide"].popup{width:550px;max-width:550px}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.small.popup{font-size:.785714rem}.ui.popup{font-size:.85714rem}.ui.large.popup{font-size:1rem}.ui.huge.popup{font-size:1.14285rem}

2
dist/components/popup.min.js
File diff suppressed because it is too large
View File

12
dist/semantic.css

@ -3991,7 +3991,6 @@ i.flag.gabon:before {
}
i.flag.gb:before,
i.flag.england:before,
i.flag.united.kingdom:before {
background-position: -36px -26px;
}
@ -23303,12 +23302,12 @@ select.ui.dropdown {
/* Search Dropdown */
.ui.search.dropdown > input.search {
background: none transparent;
border: none;
box-shadow: none;
background: none transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0em !important;
cursor: pointer;
position: absolute;
border-radius: 0em !important;
top: 0em;
left: 0em;
width: 100%;
@ -24518,9 +24517,6 @@ a.ui.nag {
right: 0px;
z-index: 900;
border: 1px solid #cccccc;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
max-width: 250px;
background-color: #ffffff;
padding: 0.833em 1em;

4
dist/semantic.js

@ -6034,9 +6034,9 @@ $.fn.popup = function(parameters) {
}
if(settings.popup) {
$popup.addClass(className.loading);
if($popup.offsetParent()[0] !== $module.offsetParent()[0]) {
$offsetParent = $module.offsetParent();
if($popup.offsetParent()[0] !== $offsetParent[0]) {
module.debug('Moving popup to the same offset parent as activating element');
$offsetParent = $module.offsetParent();
$popup
.detach()
.appendTo($offsetParent)

2
dist/semantic.min.css
File diff suppressed because it is too large
View File

2
dist/semantic.min.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save