Skip to content

Commit

Permalink
update tag css
Browse files Browse the repository at this point in the history
  • Loading branch information
trivektor committed Jan 7, 2012
1 parent bb218c0 commit 809b793
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions public/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,14 @@ ol.notes li {
.tags_section .tags_list .tag {
float: left;
background: url(images/tag_bg.png) repeat-x #94c626 left bottom;
padding: 3px 7px;
padding: 2px 6px;
border-radius: 4px;
border: 1px solid #48580a;
color: #fff;
display: inline-block;
box-shadow: 0 1px 0 #f0ffd2 inset;
margin-right: 10px;
margin-bottom: 10px; }
margin: 0 10px 10px 0;
font-size: 10px; }

.AUDIO_info_float {
margin-top: 10px; }
Expand Down
9 changes: 5 additions & 4 deletions public/css/master.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ ol.notes {
.shadow {
box-shadow:0 1px 3px -1px #111 inset;
position:absolute;
top:0; left:0;
top:0;
left:0;
width:128px;
height:128px;
z-index:10;
Expand Down Expand Up @@ -308,14 +309,14 @@ ol.notes {
.tag {
float:left;
background:url(images/tag_bg.png) repeat-x #94c626 left bottom;
padding:3px 7px;
padding:2px 6px;
border-radius:4px;
border:1px solid #48580a;
color:#fff;
display:inline-block;
box-shadow:0 1px 0 #f0ffd2 inset;
margin-right:10px;
margin-bottom:10px;
margin:0 10px 10px 0;
font-size:10px;
}
}
}
Expand Down

0 comments on commit 809b793

Please sign in to comment.