]> git.quilime.com - clmpr.git/commitdiff
updated ui style
authorGabriel Dunne <gdunne@quilime.com>
Wed, 21 Dec 2011 20:51:32 +0000 (12:51 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 21 Dec 2011 20:51:32 +0000 (12:51 -0800)
edit.php
style.css

index b56067e7deb43e31c0f7232294b3555d62b677fb..b319cb999ba0ffde0ec00c3187a527441180104e 100644 (file)
--- a/edit.php
+++ b/edit.php
@@ -78,7 +78,7 @@ function deleteClump( id ) {
     </p>
 
     <p>
-    <label>url <a href="<?php echo $clump['url']; ?>" class="ui">visit&rarr;</a></label>
+    <label>url &nbsp;<a href="<?php echo $clump['url']; ?>" class="ui">go</a></label>
     <input type="text" name="url" value="<?php echo $clump['url']; ?>">
     </p>
 
index 7f4749913016289d50d2d0667c95d537fd90f3ca..5873367479882accd607dbcc443c3bf3ae2b0470 100644 (file)
--- 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
+}