]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
13 years agoFixed a bug with rounded or radius button groups and submit buttons. 1064/head
Adam Michel [Wed, 24 Oct 2012 10:38:30 +0000 (06:38 -0400)] 
Fixed a bug with rounded or radius button groups and submit buttons.

Submit input types inside a button group with a class of rounded or radius weren't being styled in the same way as anchors.

13 years agoMerge pull request #1058 from jmillerdesign/fix-modal-margins
Chris Michel [Wed, 24 Oct 2012 05:10:43 +0000 (22:10 -0700)] 
Merge pull request #1058 from jmillerdesign/fix-modal-margins

Only remove top/bottom margins from first/last element in modal.

13 years agoMerge pull request #1014 from greylabel/font-style
Chris Michel [Wed, 24 Oct 2012 02:48:17 +0000 (19:48 -0700)] 
Merge pull request #1014 from greylabel/font-style

Adding options to allow specifying font-style for body and header text

13 years agoremoved unused html5 shiv since this is already part of modernizr
Mark Hayes [Tue, 23 Oct 2012 16:33:42 +0000 (09:33 -0700)] 
removed unused html5 shiv since this is already part of modernizr

13 years agoRemove margins from first/last .row inside of a reveal-modal. 1058/head
J Miller [Tue, 23 Oct 2012 07:20:00 +0000 (00:20 -0700)] 
Remove margins from first/last .row inside of a reveal-modal.

13 years agoOnly remove top/bottom margins from first/last element in modal.
J Miller [Tue, 23 Oct 2012 03:58:08 +0000 (20:58 -0700)] 
Only remove top/bottom margins from first/last element in modal.

If the modal contains divs or other parent elements, then don't adjust the margin of their child elements. Only remove margin from the first/last child of the modal.

13 years agoMerge pull request #1044 from EnigmaSolved/patch-5
Chris Michel [Tue, 23 Oct 2012 03:19:00 +0000 (20:19 -0700)] 
Merge pull request #1044 from EnigmaSolved/patch-5

Add Error, Small to 100% width Media Query for Forms.

13 years agoRTL fixes to ui and navbar.
ghaida [Mon, 22 Oct 2012 23:05:24 +0000 (16:05 -0700)] 
RTL fixes to ui and navbar.

13 years agoAdd Error, Small to 100% width media query. 1044/head
EnigmaSolved [Fri, 19 Oct 2012 23:59:34 +0000 (20:59 -0300)] 
Add Error, Small to 100% width media query.

Currently (in 3.1.1) you can add a column class to `small` tags in order to size them to match the corresponding `input` (this is for situations where one is not doing `row` classes, but just using the number classes to size/arrange form fields, eg, `<input class="six">`). However, the `small` tag (with corresponding `error` class) then does not get full width on the Small screen size. I believe this Pull Request should fix that.

However, I would encourage the Zurb folks to double check that I've not missed anything as this particular bit of Foundation scss is less familiar to me, and I was admittedly focused on fixing my particular use case. So there may be additional changes that you all would wish to make and/or there may be implications to the changes I'm proposing that I'm not aware of.

:)

13 years agoMerge pull request #1024 from ayamomiji/patch-1
Jordan Humphreys [Thu, 18 Oct 2012 03:31:45 +0000 (20:31 -0700)] 
Merge pull request #1024 from ayamomiji/patch-1

Rebind event handler when call foundationTopBar repeatly

13 years agoMerge pull request #1030 from chrismeller/tooltips-selectors
Jordan Humphreys [Thu, 18 Oct 2012 03:29:11 +0000 (20:29 -0700)] 
Merge pull request #1030 from chrismeller/tooltips-selectors

Support any Valid jQuery Selector for Tooltips

13 years agoFix errors when there is no class on the selected element. 1030/head
Chris Meller [Thu, 18 Oct 2012 00:40:12 +0000 (19:40 -0500)] 
Fix errors when there is no class on the selected element.

If you are using a selector other than a CSS class, this is necessary.

13 years agoRename the targetClass option to selector.
Chris Meller [Thu, 18 Oct 2012 00:39:27 +0000 (19:39 -0500)] 
Rename the targetClass option to selector.

The old option is aliased in and will take precedence, but this makes it clear you can pass in any valid jQuery selector, not just a specific class.

13 years agoUpdate README.md
Mark Hayes [Tue, 16 Oct 2012 16:22:55 +0000 (09:22 -0700)] 
Update README.md

updated ASP.Net NuGet package link

13 years agoRebind event handler when call foundationTopBar repeatly 1024/head
ayaya [Tue, 16 Oct 2012 12:02:50 +0000 (20:02 +0800)] 
Rebind event handler when call foundationTopBar repeatly

13 years agoUpdate lib/foundation/generators/layout_generator.rb
Mark Hayes [Fri, 12 Oct 2012 04:02:33 +0000 (21:02 -0700)] 
Update lib/foundation/generators/layout_generator.rb

update missing elsif condition

13 years agoAdding variables and SCSS to allow specifying font-style for body and header text 1014/head
Grant Gaduet [Thu, 11 Oct 2012 16:44:47 +0000 (09:44 -0700)] 
Adding variables and SCSS to allow specifying font-style for body and header text

13 years agoMerge pull request #1012 from snorpey/patch-1
Mark Hayes [Thu, 11 Oct 2012 15:55:55 +0000 (08:55 -0700)] 
Merge pull request #1012 from snorpey/patch-1

Removes duplicate code

13 years agoRemoves duplicate code 1012/head
Georg Fischer [Thu, 11 Oct 2012 09:10:55 +0000 (12:10 +0300)] 
Removes duplicate code

```display: block; content:"";``` is already included in ```cssTriangle()```.
This patch removes duplicate output in CSS.

13 years agoMerge pull request #986 from bmatzner/master
Chris Michel [Thu, 11 Oct 2012 05:20:17 +0000 (22:20 -0700)] 
Merge pull request #986 from bmatzner/master

Fixed augmented fourth

13 years agoMerge pull request #970 from EnigmaSolved/patch-4
Mark Hayes [Thu, 11 Oct 2012 03:40:26 +0000 (20:40 -0700)] 
Merge pull request #970 from EnigmaSolved/patch-4

fix custom form elements exclusion

13 years agoUpdate README.md
Mark Hayes [Fri, 5 Oct 2012 18:22:07 +0000 (11:22 -0700)] 
Update README.md

added link to foundation icons rails gem

13 years agoFix augmented fourth 986/head
Bernd Matzner [Fri, 5 Oct 2012 17:44:03 +0000 (20:44 +0300)] 
Fix augmented fourth

Augmented fourth used to be smaller than one, whereas all other ratios were larger.
In addition, shortened the approximation of square root of 2 a bit

13 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Fri, 5 Oct 2012 14:46:16 +0000 (07:46 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agoMerge pull request #975 from daftspunk/master
Jordan Humphreys [Tue, 2 Oct 2012 18:54:05 +0000 (11:54 -0700)] 
Merge pull request #975 from daftspunk/master

Adds mobile to one up to block grid, top bar touchable area on iPad improvements.

13 years agoMerge pull request #976 from bratsche/master
Jordan Humphreys [Tue, 2 Oct 2012 18:50:00 +0000 (11:50 -0700)] 
Merge pull request #976 from bratsche/master

Move some app.js initialization into a ready callback, re #949

13 years agoClose navigation flyout when hover over another flyout and input has focus.
Jordan Humphreys [Tue, 2 Oct 2012 18:46:09 +0000 (11:46 -0700)] 
Close navigation flyout when hover over another flyout and input has focus.

13 years agoFix hover state in Firefox for nav bar inputs.
Jordan Humphreys [Tue, 2 Oct 2012 18:34:43 +0000 (11:34 -0700)] 
Fix hover state in Firefox for nav bar inputs.

13 years agoMove some app.js setup into a ready callback, re #949. 976/head
Cody Russell [Tue, 2 Oct 2012 12:34:53 +0000 (07:34 -0500)] 
Move some app.js setup into a ready callback, re #949.

13 years agoAdds mobile one up to block grid 975/head
Sam Georges [Tue, 2 Oct 2012 06:49:12 +0000 (16:49 +1000)] 
Adds mobile one up to block grid

13 years agoFixes issue where top level items are touchable on iPad
Sam Georges [Tue, 2 Oct 2012 06:46:31 +0000 (16:46 +1000)] 
Fixes issue where top level items are touchable on iPad

13 years agoMerge pull request #969 from peteroconnor/topBarDropToggleColor
Chris Michel [Tue, 2 Oct 2012 01:59:40 +0000 (18:59 -0700)] 
Merge pull request #969 from peteroconnor/topBarDropToggleColor

Added more settings for top-bar: $topBarDropToggleColor, $topBarDropToggleAlpha

13 years agoMerge pull request #962 from daftspunk/master
Chris Michel [Tue, 2 Oct 2012 01:59:16 +0000 (18:59 -0700)] 
Merge pull request #962 from daftspunk/master

Minors

13 years agoMerge pull request #961 from EnigmaSolved/patch-3
Chris Michel [Tue, 2 Oct 2012 01:58:52 +0000 (18:58 -0700)] 
Merge pull request #961 from EnigmaSolved/patch-3

Make Address Bar hiding conditional on no #Hash

13 years agoMerge pull request #946 from dmackerman/updated-tooltips
Chris Michel [Tue, 2 Oct 2012 01:56:15 +0000 (18:56 -0700)] 
Merge pull request #946 from dmackerman/updated-tooltips

tooltips now support html, such as <br>

13 years agoMerge pull request #942 from keilmillerjr/master
Chris Michel [Tue, 2 Oct 2012 01:53:59 +0000 (18:53 -0700)] 
Merge pull request #942 from keilmillerjr/master

block-grid now supports up to twelve-up

13 years agofixed contain-to-grid sidescroll
zurbchris [Tue, 2 Oct 2012 01:49:37 +0000 (18:49 -0700)] 
fixed contain-to-grid sidescroll

13 years agoMerge pull request #900 from tswicegood/allow-relative-sizes
Chris Michel [Tue, 2 Oct 2012 01:13:54 +0000 (18:13 -0700)] 
Merge pull request #900 from tswicegood/allow-relative-sizes

Make these two values configurable via settings

13 years agoadded a new Joomla template using Foundation 3
zurbchris [Tue, 2 Oct 2012 00:44:41 +0000 (17:44 -0700)] 
added a new Joomla template using Foundation 3

13 years agofix custom form elements exclusion 970/head
EnigmaSolved [Mon, 1 Oct 2012 16:45:21 +0000 (13:45 -0300)] 
fix custom form elements exclusion

I went looking for (and found!) the undocumented feature of the Custom Forms that if you add `data-customforms="disabled"` to an element in a custom form it will not be converted into the Foundation Custom version.  This is useful for instances when the developer wishes to use a particular form field in a different manner (eg, apply some other kind of custom form code to the field).  However, I discovered that the change I've made for this Pull Request is necessary for it to fully work.

13 years agoadd more settings for top-bar: $topBarDropToggleColor, $topBarDropToggleAlpha 969/head
peter [Mon, 1 Oct 2012 16:29:55 +0000 (00:29 +0800)] 
add more settings for top-bar: $topBarDropToggleColor, $topBarDropToggleAlpha

13 years agoAllows top level items to remain clickable when breakpoint not reached 962/head
Sam Georges [Sat, 29 Sep 2012 09:39:34 +0000 (19:39 +1000)] 
Allows top level items to remain clickable when breakpoint not reached

13 years agoMake Address Bar hiding conditional on no #Hash 961/head
EnigmaSolved [Sat, 29 Sep 2012 03:16:20 +0000 (00:16 -0300)] 
Make Address Bar hiding conditional on no #Hash

If the user comes to a page via a deep link (eg, www.example.com/page/#anchor-on-page) we don't want the `scrollTo` to fire because it will prevent the page from staying at the anchor location (which is confusing, since the page would try to go to the anchor and then scroll up when the `scrollTo` fires). This commit remedies that via what should be a pretty standard, cross browser method (as far as I know). :)

13 years agotooltips now support html, such as <br> 946/head
Dave Ackerman [Wed, 26 Sep 2012 17:40:12 +0000 (13:40 -0400)] 
tooltips now support html, such as <br>

13 years agoblock-grid now supports up to twelve-up 942/head
Keil Miller Jr [Wed, 26 Sep 2012 15:13:26 +0000 (11:13 -0400)] 
block-grid now supports up to twelve-up

13 years agoAdd hover state support for desktop accordions.
Jordan Humphreys [Thu, 20 Sep 2012 15:49:33 +0000 (08:49 -0700)] 
Add hover state support for desktop accordions.

13 years agoupdated version v3.1.1
Mark Hayes [Wed, 19 Sep 2012 20:42:27 +0000 (13:42 -0700)] 
updated version

13 years agobumped version
Mark Hayes [Wed, 19 Sep 2012 20:42:08 +0000 (13:42 -0700)] 
bumped version

13 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Wed, 19 Sep 2012 20:38:17 +0000 (13:38 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agodon't track .orig files which get generated by git
Mark Hayes [Wed, 19 Sep 2012 20:38:07 +0000 (13:38 -0700)] 
don't track .orig files which get generated by git

13 years agobumbed Top Bar Version, updated implementation to remove side-scroll bug
zurbchris [Wed, 19 Sep 2012 19:03:25 +0000 (12:03 -0700)] 
bumbed Top Bar Version, updated implementation to remove side-scroll bug

13 years agobreakpoint actually is necessary, creating a new element with the 'top-bar-js-breakpo...
Mark Hayes [Tue, 18 Sep 2012 23:09:14 +0000 (16:09 -0700)] 
breakpoint actually is necessary, creating a new element with the 'top-bar-js-breakpoint' class that contains the width defined by the $topBarBreakPoint sass variable

13 years agoMove topbar breakpoint config to nav element data-breakpoint attribute.
Jordan Humphreys [Tue, 18 Sep 2012 21:56:27 +0000 (14:56 -0700)] 
Move topbar breakpoint config to nav element data-breakpoint attribute.

13 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 18 Sep 2012 21:44:52 +0000 (14:44 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agoinclude top bar into Rails asset pipeline, remove breakpoint option from top bar...
Mark Hayes [Tue, 18 Sep 2012 21:44:38 +0000 (14:44 -0700)] 
include top bar into Rails asset pipeline, remove breakpoint option from top bar js file since it doesn't appear to be necessary

13 years agoMerge pull request #906 from eddywashere/fix-invisible-placeholder-classes-for-grid
Chris Michel [Tue, 18 Sep 2012 21:11:24 +0000 (14:11 -0700)] 
Merge pull request #906 from eddywashere/fix-invisible-placeholder-classes-for-grid

Added placeholder selector to fix extra output of invisible classes

13 years agofixes #899
zurbchris [Tue, 18 Sep 2012 21:08:35 +0000 (14:08 -0700)] 
fixes #899

13 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 21:07:49 +0000 (14:07 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agofixes #897
zurbchris [Tue, 18 Sep 2012 21:07:42 +0000 (14:07 -0700)] 
fixes #897

13 years agoMerge pull request #893 from mehlah/fix-import-order
Chris Michel [Tue, 18 Sep 2012 20:37:55 +0000 (13:37 -0700)] 
Merge pull request #893 from mehlah/fix-import-order

Update custom imports order to meet required dependencies

13 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 20:36:41 +0000 (13:36 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agoupdated ui.scss to remove error with passing 2 values to transition-duration
zurbchris [Tue, 18 Sep 2012 20:36:33 +0000 (13:36 -0700)] 
updated ui.scss to remove error with passing 2 values to transition-duration

13 years agoMerge pull request #880 from Bluerise/mobile-end-float
Chris Michel [Tue, 18 Sep 2012 20:26:34 +0000 (13:26 -0700)] 
Merge pull request #880 from Bluerise/mobile-end-float

mobile columns should also float on end

13 years agoupdated test direction settings.scss file to include ratios again
zurbchris [Tue, 18 Sep 2012 20:17:28 +0000 (13:17 -0700)] 
updated test direction settings.scss file to include ratios again

13 years agoupdated tabs
zurbchris [Tue, 18 Sep 2012 20:02:25 +0000 (13:02 -0700)] 
updated tabs

13 years agoupdated user app.scss file with correct order of commented parts of Foundation
zurbchris [Tue, 18 Sep 2012 20:01:46 +0000 (13:01 -0700)] 
updated user app.scss file with correct order of commented parts of Foundation

13 years agoMerge pull request #814 from nicinabox/tabs
Mark Hayes [Tue, 18 Sep 2012 18:56:34 +0000 (11:56 -0700)] 
Merge pull request #814 from nicinabox/tabs

Add tab support for use as a navigation element

13 years agoMerge pull request #885 from modlearning/master
Mark Hayes [Tue, 18 Sep 2012 18:49:32 +0000 (11:49 -0700)] 
Merge pull request #885 from modlearning/master

allow option so that slides are only cycled once in orbit

13 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 18:28:13 +0000 (11:28 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agoupdated orbit test
zurbchris [Tue, 18 Sep 2012 18:28:03 +0000 (11:28 -0700)] 
updated orbit test

13 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 18 Sep 2012 18:20:10 +0000 (11:20 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

Conflicts:
test/reveal.html

13 years agostop playing embedded flex-videos when modal is closed, includes test
Mark Hayes [Tue, 18 Sep 2012 18:18:11 +0000 (11:18 -0700)] 
stop playing embedded flex-videos when modal is closed, includes test

13 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 17:57:42 +0000 (10:57 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agoupdated custom forms so Radio has normal functionality of keeping checked when checked
zurbchris [Tue, 18 Sep 2012 17:57:28 +0000 (10:57 -0700)] 
updated custom forms so Radio has normal functionality of keeping checked when checked

13 years agosupports slim templates in the generator
Mark Hayes [Tue, 18 Sep 2012 17:43:02 +0000 (10:43 -0700)] 
supports slim templates in the generator

13 years agoAdded placeholder selector to fix extra output of invisible classes 906/head
Eddy Hernandez [Tue, 18 Sep 2012 15:39:37 +0000 (10:39 -0500)] 
Added placeholder selector to fix extra output of invisible classes

13 years agoMake these two values configurable via settings 900/head
Travis Swicegood [Mon, 17 Sep 2012 19:23:54 +0000 (14:23 -0500)] 
Make these two values configurable via settings

These two values are originally hard-coded which causes a failure if you
want to use relative font-sizes.  Moving these to settings allows the
developer to specify them however they see fit, including as a relative
value.

13 years agoUpdate custom imports order to meet required dependencies 893/head
Mehdi Lahmam B [Sun, 16 Sep 2012 22:55:12 +0000 (00:55 +0200)] 
Update custom imports order to meet required dependencies

13 years agoSingle cycle for orbit slides 885/head
ModLearning Team [Sat, 15 Sep 2012 04:57:11 +0000 (00:57 -0400)] 
Single cycle for orbit slides

When enabled, orbit will only cycle through the slides once...like a
presentation

13 years agobump version v3.1.0
Mark Hayes [Fri, 14 Sep 2012 19:54:47 +0000 (12:54 -0700)] 
bump version

13 years agobumped version v3.1.0.rc1
Mark Hayes [Fri, 14 Sep 2012 19:34:46 +0000 (12:34 -0700)] 
bumped version

13 years agobumped version
Mark Hayes [Fri, 14 Sep 2012 19:34:01 +0000 (12:34 -0700)] 
bumped version

13 years agoupdated button style on topbar
zurbchris [Fri, 14 Sep 2012 18:27:21 +0000 (11:27 -0700)] 
updated button style on topbar

13 years agomobile columns should also float on end 880/head
Patrick Wildt [Fri, 14 Sep 2012 18:21:57 +0000 (20:21 +0200)] 
mobile columns should also float on end

13 years agoupdated user app.scss
zurbchris [Fri, 14 Sep 2012 18:14:41 +0000 (11:14 -0700)] 
updated user app.scss

13 years agobumped version
zurbchris [Fri, 14 Sep 2012 18:11:56 +0000 (11:11 -0700)] 
bumped version

13 years agoadded a line to button JS to close open when new one is clicked, fixes #870
zurbchris [Fri, 14 Sep 2012 17:56:24 +0000 (10:56 -0700)] 
added a line to button JS to close open when new one is clicked, fixes #870

13 years agoadded margin bottom to rows inside of a reveal modal, fixes #863
zurbchris [Fri, 14 Sep 2012 16:56:54 +0000 (09:56 -0700)] 
added margin bottom to rows inside of a reveal modal, fixes #863

13 years agofixes #858
zurbchris [Fri, 14 Sep 2012 16:53:11 +0000 (09:53 -0700)] 
fixes #858

13 years agoupdated user settings file
zurbchris [Fri, 14 Sep 2012 16:18:05 +0000 (09:18 -0700)] 
updated user settings file

13 years agoupdated test directory settings file
zurbchris [Fri, 14 Sep 2012 16:17:34 +0000 (09:17 -0700)] 
updated test directory settings file

13 years agoupdate style
zurbchris [Fri, 14 Sep 2012 16:00:21 +0000 (09:00 -0700)] 
update style

13 years agodivider style tweaks
zurbchris [Fri, 14 Sep 2012 14:34:09 +0000 (07:34 -0700)] 
divider style tweaks

13 years agochanged classname for topbar toggle
zurbchris [Fri, 14 Sep 2012 14:08:35 +0000 (07:08 -0700)] 
changed classname for topbar toggle

13 years agorefactored scss a bit for top bar
zurbchris [Fri, 14 Sep 2012 05:46:37 +0000 (22:46 -0700)] 
refactored scss a bit for top bar

13 years agoupdated hover style again
zurbchris [Fri, 14 Sep 2012 03:16:00 +0000 (20:16 -0700)] 
updated hover style again

13 years agoupdated hover styles
zurbchris [Fri, 14 Sep 2012 03:10:52 +0000 (20:10 -0700)] 
updated hover styles

13 years agoremove extra classes
zurbchris [Fri, 14 Sep 2012 00:32:57 +0000 (17:32 -0700)] 
remove extra classes

13 years agoQA complete
zurbchris [Fri, 14 Sep 2012 00:25:21 +0000 (17:25 -0700)] 
QA complete

13 years agoMerge branch 'topbar-3.0.10' of github.com:zurb/foundation into topbar-3.0.10
zurbchris [Thu, 13 Sep 2012 23:27:42 +0000 (16:27 -0700)] 
Merge branch 'topbar-3.0.10' of github.com:zurb/foundation into topbar-3.0.10