Mercurial > code > home > repos > href
diff static/style.css @ 10:e054949143e9
reworking addlink and shareWith support
Ignore-this: b1665b776f3964f7fde219acadc51f32
author | drewp@bigasterisk.com |
---|---|
date | Fri, 15 Mar 2013 00:29:53 -0700 |
parents | f8c4c7ce5f4a |
children |
line wrap: on
line diff
--- a/static/style.css Wed Mar 06 23:23:18 2013 -0800 +++ b/static/style.css Fri Mar 15 00:29:53 2013 -0700 @@ -54,7 +54,21 @@ margin-left: 24px; color: #5E6A6F; } -input { +.shareWith { + margin-left: 24px; + color: #5E6A6F; +} +.person { +display: inline-block; +padding: 2px; +margin: 0 2px; +border: 1px solid gray; +border-radius: 3px; + } +input[type=text] { width: 500px; padding: 4px; +} +#filterTag { + width: 300px; } \ No newline at end of file