forked from aehlke/tag-it
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
general progress on cleanup and jQ UI compliance
add some more examples allow specially instantiating the widget on INPUT, UL, or OL to prefill tag data from what exists in the markup, and set singleField in the case of INPUT make events jQuery UI-compliant fix and tweak theme and base CSS clean up JS clean up docs
- Loading branch information
Showing
9 changed files
with
647 additions
and
293 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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
@charset "UTF-8"; | ||
|
||
|
||
#nav { | ||
left:0; | ||
} | ||
#header { | ||
padding-top:3em; | ||
} | ||
|
||
#header h1, #header h2 { | ||
margin: 0 0 .2em 0; | ||
padding-top: 1.5em; | ||
} | ||
hr + h3, hr + h4 { | ||
margin-top: 0; | ||
} | ||
hr { | ||
margin-bottom: .4em; | ||
} | ||
|
||
|
||
|
||
.myform { | ||
padding:20px 0px; | ||
} | ||
.myform div.line { | ||
clear:both; | ||
min-height:50px; | ||
margin-bottom:15px; | ||
} | ||
.myform label { | ||
display:block; | ||
font-weight:bold; | ||
margin-bottom:5px; | ||
} |
Oops, something went wrong.