Skip to content

Commit

Permalink
Changes border radius for widgets
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 22, 2012
1 parent b408902 commit fa7e9a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,16 @@ body {
.widget {
margin-top: 20px;
border: 1px solid #D0D5D8;
@include border-radius(4px);
@include border-top-radius(4px);
@include border-bottom-radius(7px);
background: #F3F8F9;
@include box-shadow(0px 2px #d1d6d9);

.title {
@include background-image(linear-gradient($widget-title-bg-1, $widget-title-bg-2));
@include border-top-left-radius(4px);
@include border-top-right-radius(4px);
border-bottom: 1px solid #DBDFE0;

padding-left: 10px;
padding-top: 5px;
Expand Down

0 comments on commit fa7e9a1

Please sign in to comment.