[dw-free] Revamp /update
[commit: http://hg.dwscoalition.org/dw-free/rev/ee6ce2cebd46]
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Tweaks to tag token styling
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Tweaks to tag token styling
Patch by
Files modified:
- htdocs/stc/jquery.autocompletewithunknown.css
--------------------------------------------------------------------------------
diff -r e677ef46248f -r ee6ce2cebd46 htdocs/stc/jquery.autocompletewithunknown.css
--- a/htdocs/stc/jquery.autocompletewithunknown.css Wed Dec 14 23:33:30 2011 +0800
+++ b/htdocs/stc/jquery.autocompletewithunknown.css Thu Dec 15 00:09:14 2011 +0800
@@ -1,15 +1,14 @@
-
.token {
font-size:1em;
- padding:.2em .3em;
+ padding:.2em 0 .2em .3em;
border-width: 1px;
border-style: solid;
line-height: 1.1em;
margin: 0.2em;
float: left;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
}
.token.new {
@@ -18,17 +17,17 @@
}
.token .token_remove {
- padding: 0.2em 0.3em;
+ padding: 0.1em 0.3em;
border-left: 1px solid;
margin-left: 0.2em;
font-weight: bold;
text-decoration: none;
- -moz-border-radius-topright:5px;
- -moz-border-radius-bottomright:5px;
- -webkit-border-top-right-radius:5px;
- -webkit-border-bottom-right-radius:5px;
- border-top-right-radius:5px;
- border-bottom-right-radius:5px;
+ -moz-border-radius-topright:4px;
+ -moz-border-radius-bottomright:4px;
+ -webkit-border-top-right-radius:4px;
+ -webkit-border-bottom-right-radius:4px;
+ border-top-right-radius:4px;
+ border-bottom-right-radius:4px;
}
.autocomplete_container {
--------------------------------------------------------------------------------
