active_tags.css in Active Tags 7.2
Same filename and directory in other branches
.at-term-list {
padding: 5px 0;
}
.at-term {
background-color:#eee;
padding:2px;
display:inline;
margin:2px;
cursor:pointer;
}
.at-term-action-remove {
color:red;
padding-left:5px;
}
.at-term-entry {
width: 300px;
float: left;
}
.at-add-btn {
margin: 0 10px;
}File
active_tags.cssView source
-
- .at-term-list {
- padding: 5px 0;
- }
-
- .at-term {
- background-color:#eee;
- padding:2px;
- display:inline;
- margin:2px;
- cursor:pointer;
- }
-
- .at-term-action-remove {
- color:red;
- padding-left:5px;
- }
-
- .at-term-entry {
- width: 300px;
- float: left;
- }
-
- .at-add-btn {
- margin: 0 10px;
- }