X-Git-Url: https://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=common.css;h=f9b17ad8dc34dd3730429452ef05cc5bccfd883d;hp=6f4c484f6457db0f5b9892a0d2ae1763af1eacaa;hb=HEAD;hpb=880ed14c6887464c1200f146a871e8cfae896638 diff --git a/common.css b/common.css index 6f4c484..16e99f2 100644 --- a/common.css +++ b/common.css @@ -29,8 +29,9 @@ a { font-style: italic; text-decoration: underline; color: #068; + word-break: break-word; } -a.button { +a.button, label.button { font-style: inherit; text-decoration: inherit; color: inherit; @@ -85,7 +86,7 @@ h1 { } h2 { font-size: 1.125em; } -select, input, button, textarea, a.button { +select, input, button, textarea, a.button, label.button { display: inline-block; color: #000; background-color: #FFF; border: .5pt solid; @@ -102,7 +103,7 @@ input[type=radio], input[type=checkbox] { } input[type=number] { text-align: right; padding-right: 0; } -button, input[type=button], a.button { +button, input[type=button], a.button, label.button { box-shadow: .125em .125em .25em; cursor: pointer; } @@ -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;