X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=cgilite%2Fcommon.css;h=30c3942eb5d8a2b4ef42e3fceb972b2d8c54a495;hb=81b5d834ef1762196d80ff0a8b1af1ef3f89889c;hp=6f4c484f6457db0f5b9892a0d2ae1763af1eacaa;hpb=532b6743da019906f2f00575d246823c66ec35fd;p=shellwiki diff --git a/cgilite/common.css b/cgilite/common.css index 6f4c484..30c3942 100644 --- a/cgilite/common.css +++ b/cgilite/common.css @@ -29,6 +29,7 @@ a { font-style: italic; text-decoration: underline; color: #068; + word-break: break-word; } a.button { font-style: inherit; @@ -115,6 +116,7 @@ input + label { margin-left: .375em; } +input[type="search"] + button.search, input.search + button.search { width: 2.5em; color: transparent; @@ -125,6 +127,7 @@ input.search + button.search { white-space: nowrap; overflow: hidden; } +input[type="search"] + button.search:before, input.search + button.search:before { content: '\1f50d'; color: #000;