From: Gabriel Dunne Date: Wed, 21 Dec 2011 07:30:07 +0000 (-0800) Subject: updated edit/delete icons so they read as text X-Git-Tag: v0.1~14 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=0d55181fcd94a4bd313acdfc1ad4009b74b253cb;p=clmpr.git updated edit/delete icons so they read as text --- diff --git a/get.php b/get.php index 0eb9941..057b13c 100644 --- a/get.php +++ b/get.php @@ -152,14 +152,18 @@ function deleteClump( id, elem ) { - ago by - - + + + ago by + + - - × - + edit + delete + + + diff --git a/head.html b/head.html index 557f7f1..dbdfa1e 100644 --- a/head.html +++ b/head.html @@ -2,3 +2,5 @@ + + diff --git a/style.css b/style.css index 6e2229c..ed745b3 100644 --- a/style.css +++ b/style.css @@ -81,15 +81,19 @@ ul.links li .tags { .ui { - color:#99f; - text-decoration:none; + color:#444 !important; + background:#e4e4e4; + display:inline-block; + font-style:normal; + font-size:11px; + line-height:1.3em; + padding:0.1em 0.5em 0.03em 0.5em; } .ui:hover { - text-decoration: none; + color:#333; + background:#eee; } .ui.delete { - font-weight:bold; - color:#f9e; } .ui.edit { }