-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
31 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<h2>Development of this plugin has ended. Please upgrade to the new <a href="http://formstone.it">Formstone</a>.</h2><br> | ||
|
||
<a href="http://gruntjs.com" target="_blank"><img src="https://cdn.gruntjs.com/builtwith.png" alt="Built with Grunt"></a> | ||
# Tabber | ||
|
||
A jQuery plugin for adding simple tabbed interfaces. Part of the Formstone Library. | ||
|
||
- [Demo](http://formstone.it/components/Tabber/demo/index.html) | ||
- [Documentation](http://formstone.it/tabber/) | ||
- [Demo](http://classic.formstone.it/components/Tabber/demo/index.html) | ||
- [Documentation](http://classic.formstone.it/tabber/) | ||
|
||
#### Bower Support | ||
`bower install Tabber` | ||
`bower install Tabber` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,8 @@ | ||
/* | ||
* Tabber v3.0.13 - 2014-09-14 | ||
* Tabber v3.0.13 - 2015-04-04 | ||
* A jQuery plugin for adding simple tabbed interfaces. Part of the Formstone Library. | ||
* http://formstone.it/tabber/ | ||
* http://classic.formstone.it/tabber/ | ||
* | ||
* Copyright 2014 Ben Plum; MIT Licensed | ||
* Copyright 2015 Ben Plum; MIT Licensed | ||
*/ | ||
|
||
.tabber { overflow: hidden; } | ||
|
||
.tabber .tabber-menu { display: block; margin: 0; padding: 0; } | ||
.tabber .tabber-handle { color: #999; cursor: pointer; display: block; float: left; | ||
-webkit-transition: none; | ||
-moz-transition: none; | ||
-ms-transition: none; | ||
-o-transition: none; | ||
transition: none; | ||
} | ||
.tabber .tabber-handle.active { color: #333; } | ||
.tabber .tabber-handle.mobile { display: none; float: none; } | ||
|
||
.tabber .tabber-tab { clear: both; display: none; } | ||
.tabber .tabber-tab.active { display: block; } | ||
|
||
/* Vertical */ | ||
.tabber.vertical .tabber-menu { float: left; width: 20%; } | ||
.tabber.vertical .tabber-handle { display: block; width: 100%; } | ||
.tabber.vertical .tabber-handle.mobile { display: none; } | ||
|
||
.tabber.vertical .tabber-tab { clear: none; float: right; min-height: 100%; width: 80%; } | ||
|
||
/* Mobile */ | ||
.tabber.mobile .tabber-handle { display: none; } | ||
.tabber.mobile .tabber-handle.mobile { display: block; } | ||
|
||
.tabber.vertical.mobile .tabber-menu, | ||
.tabber.vertical.mobile .tabber-tab { float: none; width: 100%; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters