From: Gabriel Dunne Date: Wed, 21 Dec 2011 20:51:32 +0000 (-0800) Subject: updated ui style X-Git-Tag: v0.1~3 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=d45eb607ed47ad45738e9f17e72653ef78125284;p=clmpr.git updated ui style --- diff --git a/edit.php b/edit.php index b56067e..b319cb9 100644 --- a/edit.php +++ b/edit.php @@ -78,7 +78,7 @@ function deleteClump( id ) {

- +

diff --git a/style.css b/style.css index 7f47499..5873367 100644 --- a/style.css +++ b/style.css @@ -86,17 +86,14 @@ ul.links li .tags { .ui { - color:#555 !important; - background:#e4e4e4; - display:inline-block; + font-size:12px; + font-weight:normal; + color:#55d !important; font-style:normal; - font-size:11px; - line-height:1.3em; - padding:0.1em 0.5em 0.03em 0.5em; + text-decoration:underline; } .ui:hover { - color:#333; - background:#f4f4f4; + text-decoration:none; } .ui.delete { } @@ -131,6 +128,9 @@ ul.tags li:last-child:after { content:""; } + + + .tag-help { font-weight:normal; font-size:12px; @@ -142,4 +142,4 @@ ul.tags li:last-child:after { #tags li { font-size:14px; -} \ No newline at end of file +}