Skip to content

Commit

Permalink
Small CSS tweaks, added missing .arrow style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dvorkin committed Oct 14, 2010
1 parent 32191d6 commit 265ca44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions app/stylesheets/common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@
:background lightgrey
:border 1px silver outset

.arrow
:font-size 9px
:padding 0px 2px 3px 0px

.left
:-moz-border-radius
:bottomleft 9px
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@
background: lightgrey;
border: 1px silver outset; }

.arrow {
font-size: 9px;
padding: 0px 2px 3px 0px; }

.left {
-moz-border-radius-bottomleft: 9px;
-moz-border-radius-topleft: 9px;
Expand Down
6 changes: 2 additions & 4 deletions public/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ tt {
.tools {
font-size: 10px;
float: right;
padding: 0px 8px 0px 4px; }
padding: 0px 0px 0px 4px; }
.tools#comment_new_tools {
margin: 8px 0px 0px 0px; }

Expand Down Expand Up @@ -542,9 +542,7 @@ tt {

.arrow {
font-size: 9px;
vertical-align: middle;
padding-bottom: 3px;
padding-right: 2px; }
padding: 0px 2px 3px 0px; }

.left {
-moz-border-radius-bottomleft: 9px;
Expand Down

0 comments on commit 265ca44

Please sign in to comment.