Merge pull request #207 from simonlnu/master

styled cat tags and input
This commit is contained in:
Simon 2012-04-04 21:05:13 -07:00
commit b2290f4f12
2 changed files with 24 additions and 4 deletions

View File

@ -856,6 +856,16 @@ aside #viewcontacts {
border-radius: 5px;
vertical-align: middle;
}
#jot-category {
margin: 5px 0;
border-radius: 5px;
border: 1px #999 solid;
color: #aaa;
font-size: smaller;
}
#jot-category:focus {
color: #eee;
}
#jot #character-counter {
width: 6%;
float: right;
@ -2176,12 +2186,12 @@ div[id$="wrapper"] br {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
.filesavetags {
.filesavetags, .categorytags {
margin: 20px 0;
opacity: 0.5;
filter:alpha(opacity=50);
}
.filesavetags:hover {
.filesavetags:hover, .categorytags:hover {
margin: 20px 0;
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;

View File

@ -856,6 +856,16 @@ aside #viewcontacts {
border-radius: 5px;
vertical-align: middle;
}
#jot-category {
margin: 5px 0;
border-radius: 5px;
border: 1px #ccc solid;
color: #666;
font-size: small;
}
#jot-category:focus {
color: #111;
}
#jot #character-counter {
width: 6%;
float: right;
@ -2176,12 +2186,12 @@ div[id$="wrapper"] br {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
.filesavetags {
.filesavetags, .categorytags {
margin: 20px 0;
opacity: 0.5;
filter:alpha(opacity=50);
}
.filesavetags:hover {
.filesavetags:hover, .categorytags:hover {
margin: 20px 0;
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;