Commit 8ed15292 authored by RawKStar77's avatar RawKStar77

Add examples to pattern library, polish CSS and HTML in accordance to @aron's suggestions.

parent bff3142f
...@@ -736,17 +736,17 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } ...@@ -736,17 +736,17 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
padding: .01em 1.3em .01em .3em; padding: .01em 1.3em .01em .3em;
position: relative; position: relative;
opacity: .8; opacity: .8;
margin-right: 0.4em;
&:hover { opacity: 1; } &:hover { opacity: 1; }
&.tagit-new { padding: 0; } &.tagit-new { padding: 0; }
& + li { margin-left: .4em; }
} }
&[readonly] { &[readonly] {
.tagit-new, .tagit-close { display: none; } .tagit-new, .tagit-close { display: none; }
li { li {
padding: 1px 6px; padding: .1em .3em;
font-size: 11px; font-size: 12px;
} }
li.tagit-choice { margin-top: .1em; } li.tagit-choice { margin-top: .1em; }
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
@import "compass/utilities/general/clearfix"; @import "compass/utilities/general/clearfix";
.form-field { .form-field {
margin-bottom: 2px; margin-bottom: 10px;
} }
.form-description { .form-description {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment