Skip to content

Commit

Permalink
add subtle box-shadows to button containers and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong committed Dec 17, 2009
1 parent 82fadc6 commit 02ec515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stylesheets/admin/partials/_forms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
margin: 3px 0 20px
height: 1%
overflow-y: auto
+round-corners(10px)
+round-corners(8px)
h3
color: #333
margin: 15px 0 0
Expand Down Expand Up @@ -224,6 +224,7 @@ body.reversed
background: white url(../../images/admin/buttons_background.png) bottom repeat-x
padding: 12px 10px
+round-corners(8px)
+box-shadow(2px, 2px, 3px, rgba(0,0,0,0.15))
fieldset
background: #858585
padding: 20px 15px
Expand All @@ -244,7 +245,7 @@ body.reversed
textarea
border: 1px solid white
.box
+box-shadow(2px, 2px, 5px, rgba(0,0,0,0.3))
+box-shadow(2px, 2px, 3px, rgba(0,0,0,0.15))

body.single_form
#content
Expand Down
1 change: 1 addition & 0 deletions stylesheets/admin/partials/_tabcontrol.sass
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
.page
padding: 12px 20px 20px
background: url(../../images/admin/vertical_tan_gradient.png) top left repeat-x #f5f1e2
+box-shadow(2px, 2px, 3px, rgba(0,0,0,0.15))
p
margin-top: 0
label
Expand Down

0 comments on commit 02ec515

Please sign in to comment.