From: Gabriel Dunne
Date: Thu, 22 Dec 2011 03:54:26 +0000 (-0800)
Subject: updated tag style
X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=f362ce468028b37f59540faed23af1013653a96d;p=clmpr.git
updated tag style
---
diff --git a/edit.php b/edit.php
index 31822d6..d92f6d5 100644
--- a/edit.php
+++ b/edit.php
@@ -73,26 +73,22 @@ function deleteClump( id ) {
-
+
-
+
-
-
-
- - •combine "multiple words" with quotes
- - •separate tags by space, comma, or enter
-
-
-
+
+
+
+
-
+
@@ -107,7 +103,7 @@ function deleteClump( id ) {
-
+
delete
endif; ?>
diff --git a/lib/tag-it/css/clmpr.tagit.css b/lib/tag-it/css/clmpr.tagit.css
index 1fbd429..49e2dec 100644
--- a/lib/tag-it/css/clmpr.tagit.css
+++ b/lib/tag-it/css/clmpr.tagit.css
@@ -1,3 +1,17 @@
+/* ui overrride */
+.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
+ color: #00d;
+ font-weight: normal;
+}
+ul.tagit li.tagit-choice .tagit-close .text-icon {
+
+}
+ul.tagit li.tagit-choice .tagit-close .text-icon:hover {
+ color: #00f !important;
+}
+
+
+
ul.tagit {
border: 1px solid #ccc;
}
@@ -7,8 +21,8 @@ ul.tagit li {
}
ul.tagit li.tagit-choice {
border-radius: 2px;
- border: 1px solid #CAD8F3;
- background-color: #DEE7F8;
+ border: 1px solid #bbb;
+ background-color: #e0e0e0;
}
ul.tagit li.tagit-choice a.tagit-close {
text-decoration: none;
@@ -30,9 +44,10 @@ ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
background-color: #bbcef1;
border-color: #6d95e0;
}
+
+
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
- color: #222;
}
ul.tagit input[type="text"] {
color: #333333;
diff --git a/new.php b/new.php
index d71d27c..d62e432 100644
--- a/new.php
+++ b/new.php
@@ -55,12 +55,10 @@ try {
-
-
- - •combine "multiple words" with quotes
- - •separate tags by space, comma, enter
-
+
+
+
diff --git a/style.css b/style.css
index 318390b..86326f2 100644
--- a/style.css
+++ b/style.css
@@ -89,11 +89,13 @@ ul.links li .tags {
.ui {
font-size:12px;
font-weight:normal;
- color:#55d !important;
font-style:normal;
+}
+a.ui {
+ color:#55d !important;
text-decoration:underline;
}
-.ui:hover {
+a.ui:hover {
text-decoration:none;
}
.ui.delete {