Browse Source

fixes menu from being too large on mobile devices causing formatting issues. Fixes #86

Former-commit-id: 95b0f6164788a5427081e06c58dbffe2ed9115bf
Former-commit-id: b020e4b9ac6772151989bfe38ed944a79875976f
beta
jlukic 11 years ago
parent
commit
2aabb967c2
  1. 8
      build/less/modules/behavior/form.js
  2. 8
      build/minified/modules/behavior/form.js
  3. 8
      build/uncompressed/modules/behavior/form.js
  4. 3
      node/src/documents/collections/form.html.eco
  5. 8
      node/src/files/build/less/modules/behavior/form.js
  6. 8
      node/src/files/build/minified/modules/behavior/form.js
  7. 8
      node/src/files/build/uncompressed/modules/behavior/form.js
  8. 150
      node/src/files/stylesheets/semantic.css
  9. 2
      node/src/layouts/default.html.eco
  10. 8
      src/modules/behavior/form.js

8
build/less/modules/behavior/form.js

@ -376,10 +376,7 @@ $.fn.form = function(fields, parameters) {
}
// normal notation
else {
isValid = (type == 'checked')
? $field.filter(':checked').size() > 0
: settings.rules[type](value)
;
isValid = $.proxy(settings.rules[type], $field)(value);
}
return isValid;
}
@ -639,6 +636,9 @@ $.fn.form.settings = {
},
rules: {
checked: function() {
return ($(this).filter(':checked').size() > 0);
},
empty: function(value) {
return !(value === undefined || '' === value);
},

8
build/minified/modules/behavior/form.js

@ -376,10 +376,7 @@ $.fn.form = function(fields, parameters) {
}
// normal notation
else {
isValid = (type == 'checked')
? $field.filter(':checked').size() > 0
: settings.rules[type](value)
;
isValid = $.proxy(settings.rules[type], $field)(value);
}
return isValid;
}
@ -639,6 +636,9 @@ $.fn.form.settings = {
},
rules: {
checked: function() {
return ($(this).filter(':checked').size() > 0);
},
empty: function(value) {
return !(value === undefined || '' === value);
},

8
build/uncompressed/modules/behavior/form.js

@ -376,10 +376,7 @@ $.fn.form = function(fields, parameters) {
}
// normal notation
else {
isValid = (type == 'checked')
? $field.filter(':checked').size() > 0
: settings.rules[type](value)
;
isValid = $.proxy(settings.rules[type], $field)(value);
}
return isValid;
}
@ -639,6 +636,9 @@ $.fn.form.settings = {
},
rules: {
checked: function() {
return ($(this).filter(':checked').size() > 0);
},
empty: function(value) {
return !(value === undefined || '' === value);
},

3
node/src/documents/collections/form.html.eco

@ -29,6 +29,9 @@ type : 'UI Collection'
<a href="/modules/checkbox.html">checkboxes</a>, and <a href="/collections/message.html">message blocks</a>.
</p>
<p>Validation messages use <a href="/collections/message.html">messages</a> which are formatted for use inside forms.</p>
<div class="ui ignored warning message">
<p>If you are looking for form validation, you should check out <a href="/modules/form.html">form validation</a>.</p>
</div>
<div class="ui ignored info message">
<p>This example uses a <a href="/elements/segment.html">ui segment</a> to add the padding and background color. This is not required.</p>
</div>

8
node/src/files/build/less/modules/behavior/form.js

@ -376,10 +376,7 @@ $.fn.form = function(fields, parameters) {
}
// normal notation
else {
isValid = (type == 'checked')
? $field.filter(':checked').size() > 0
: settings.rules[type](value)
;
isValid = $.proxy(settings.rules[type], $field)(value);
}
return isValid;
}
@ -639,6 +636,9 @@ $.fn.form.settings = {
},
rules: {
checked: function() {
return ($(this).filter(':checked').size() > 0);
},
empty: function(value) {
return !(value === undefined || '' === value);
},

8
node/src/files/build/minified/modules/behavior/form.js

@ -376,10 +376,7 @@ $.fn.form = function(fields, parameters) {
}
// normal notation
else {
isValid = (type == 'checked')
? $field.filter(':checked').size() > 0
: settings.rules[type](value)
;
isValid = $.proxy(settings.rules[type], $field)(value);
}
return isValid;
}
@ -639,6 +636,9 @@ $.fn.form.settings = {
},
rules: {
checked: function() {
return ($(this).filter(':checked').size() > 0);
},
empty: function(value) {
return !(value === undefined || '' === value);
},

8
node/src/files/build/uncompressed/modules/behavior/form.js

@ -376,10 +376,7 @@ $.fn.form = function(fields, parameters) {
}
// normal notation
else {
isValid = (type == 'checked')
? $field.filter(':checked').size() > 0
: settings.rules[type](value)
;
isValid = $.proxy(settings.rules[type], $field)(value);
}
return isValid;
}
@ -639,6 +636,9 @@ $.fn.form.settings = {
},
rules: {
checked: function() {
return ($(this).filter(':checked').size() > 0);
},
empty: function(value) {
return !(value === undefined || '' === value);
},

150
node/src/files/stylesheets/semantic.css

@ -163,7 +163,7 @@ a:hover {
#example .main.menu {
top: 0px;
min-width: 380px;
min-width: 320px;
z-index: 900;
-webkit-box-sizing: border-box;
@ -1165,39 +1165,24 @@ body.progress .ui.progress .bar {
transform-style: preserve-3d;
}
@media only screen and (max-width : 1725px) {
#example .container {
width: auto;
margin-right: 100px;
margin-left: 325px;
}
#example.index .container {
margin-left: 8em;
margin-right: 8em;
@media only screen and (max-width : 450px) {
#example .main.menu .icon.item {
display: none;
}
#example .sticky-wrapper.stuck .peek {
margin-left: 0px;
left: 95px;
#example .main.menu .github.item {
display: block;
}
#example.left.pushed .sticky-wrapper .peek {
padding-left: 275px;
margin-left: -275px;
#example .carbonad {
height: 135px;
}
#example.left.pushed .sticky-wrapper.stuck .peek {
margin-left: 0px;
padding-left: 275px;
#example .carbonad .carbonad-text {
width: 90px;
}
}
@media only screen and (max-width : 600px) {
#example .main.menu .borderless.item {
display: none;
}
#example .fixed .right.menu {
display: inline-block;
float: none;
}
#example .fixed .developer,
#example .fixed .designer,
#example .fixed .previous,
@ -1205,60 +1190,6 @@ body.progress .ui.progress .bar {
display: none;
}
}
@media only screen and (max-width : 1050px) {
#example .fixed .section,
#example .fixed .title b {
display: none;
}
#example .stripe .header .code.icon {
display: none;
}
#example .fixed .container {
width: auto;
margin: 0px auto;
}
#example .attached.launch.button {
display: none;
}
#example .fixed .launch {
display: inline-block;
}
#example .sticky-wrapper {
display: none;
}
#example .container {
width: auto;
margin: 0% 30px 0px;
}
#example
#example .right.attached.launch {
display: none;
}
}
@media only screen and (min-width : 1725px) {
#example .container {
width: 1100px;
}
#example .sticky-wrapper.stuck .peek {
margin-left: -780px;
}
#example.left.pushed .main.menu {
margin-left: -132px;
}
}
@media only screen and (min-width : 2300px) {
#example .container {
width: 1320px;
}
#example .sticky-wrapper.stuck .peek {
margin-left: -890px;
}
}
@media only screen and (max-width : 780px) {
#example.index .masthead {
text-align: center;
@ -1299,6 +1230,9 @@ body.progress .ui.progress .bar {
#example #menu .hide.item {
display: block;
}
#example #menu .item > .icon {
font-size: 1em !important;
}
#example .inverted.advertisement .carbonad {
height: 109px;
}
@ -1319,8 +1253,62 @@ body.progress .ui.progress .bar {
margin-left: 160px;
width: 170px;
}
}
@media only screen and (max-width : 1050px) {
#example .fixed .section,
#example .fixed .title b {
display: none;
}
#example .stripe .header .code.icon {
display: none;
}
#example .fixed .container {
width: auto;
margin: 0px auto;
}
#example .attached.launch.button {
display: none;
}
#example .fixed .launch {
display: inline-block;
}
#example .sticky-wrapper {
display: none;
}
#example .container {
width: auto;
margin: 0% 30px 0px;
}
#example
#example .right.attached.launch {
display: none;
}
}
@media only screen and (min-width : 1725px) {
#example.index .container {
margin-left: 8em;
margin-right: 8em;
}
#example .sticky-wrapper.stuck .peek {
margin-left: 0px;
left: 95px;
}
#example.left.pushed .sticky-wrapper .peek {
padding-left: 275px;
margin-left: -275px;
}
#example.left.pushed .sticky-wrapper.stuck .peek {
margin-left: 0px;
padding-left: 275px;
}
}
@media only screen and (min-width : 2300px) {
#example .container {
width: 1320px;
}
#example .sticky-wrapper.stuck .peek {
margin-left: -890px;
}
}
@media only screen and (max-width : 1500px) {
#example.index .icon.header .icon {

2
node/src/layouts/default.html.eco

@ -228,7 +228,7 @@
<i class="terminal icon"></i>
</a>
<% end %>
<a class="popup icon item" title="View project on Github" href="https://github.com/quirkyinc/semantic">
<a class="popup icon github item" title="View project on Github" href="https://github.com/quirkyinc/semantic">
<i class="icon github"></i>
</a>
<!--

8
src/modules/behavior/form.js

@ -376,10 +376,7 @@ $.fn.form = function(fields, parameters) {
}
// normal notation
else {
isValid = (type == 'checked')
? $field.filter(':checked').size() > 0
: settings.rules[type](value)
;
isValid = $.proxy(settings.rules[type], $field)(value);
}
return isValid;
}
@ -639,6 +636,9 @@ $.fn.form.settings = {
},
rules: {
checked: function() {
return ($(this).filter(':checked').size() > 0);
},
empty: function(value) {
return !(value === undefined || '' === value);
},

Loading…
Cancel
Save