all box-shadows in views rendering in gecko

This commit is contained in:
danielvincent 2010-10-31 17:29:23 -07:00
parent 82160d234a
commit 3cdb48232a

View file

@ -50,7 +50,6 @@ h3
:padding 1em
:box-shadow 0 1px 2px #333
:-moz-box-shadow 0 1px 2px #333
:-webkit-box-shadow 0 1px 2px #333
@ -206,10 +205,16 @@ header
:display inline
.avatar
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
img
:-webkit-box-shadow 0 1px 2px #666
:-moz-box-shadow 0 1px 2px #666
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
@ -262,7 +267,9 @@ header
:position absolute
:top 7px
:left 0
:-webkit-box-shadow 0 1px 2px #666
:-moz-box-shadow 0 1px 2px #666
h2
:margin
@ -276,6 +283,8 @@ header
:size 14px
.avatar
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
li.message
@ -337,7 +346,11 @@ li.message
&.active
:background
:color #333
:-webkit-border-radius 5px 5px 0 0
:-moz-border-radius 5px 5px 0 0
:border-radius 5px 5px 0 0
a
:color #fff
:text-shadow none
@ -540,9 +553,11 @@ ul.comments
#stream, #profile,
.comments
img.person_picture
:border-radius 3px
:-webkit-border-radius 3px
:-moz-border-radius 3px
:border-radius 3px
:display inline block
:height 30px
:display absolute
@ -586,10 +601,12 @@ li.message .from .right
#show_photo
img
:max-width 100%
:-webkit-box-shadow 0 2px 4px #333
:border 10px solid #fff
:bottom 80px solid #fff
:-webkit-box-shadow 0 2px 4px #333
:-moz-box-shadow 0 2px 4px #333
:-webkit-border-radius 3px
:-moz-border-radius 3px
:border-radius 3px
@ -619,9 +636,9 @@ textarea
:border 1px solid #ccc
:height auto
:border-radius 5px
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
input[type='checkbox']
:width auto
@ -661,9 +678,10 @@ label
:position absolute
:margin
:right 15px
:border-radius 5px
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
form
:position relative
@ -715,6 +733,8 @@ label
:bottom 1em
img
:-moz-border-radius 3px
:-webkit-border-radius 3px
:border-radius 3px
input[type='checkbox']
@ -859,6 +879,7 @@ h1.big_text
a
:-webkit-border-radius 5px 5px 0 0
:-moz-border-radius 5px 5px 0 0
:border-radius 5px 5px 0 0
:text-shadow 0 1px 0 #444
:line
@ -1000,8 +1021,13 @@ h1.big_text
img
:height 70px
:width 70px
:border-radius 5px
:-webkit-box-shadow 0 1px 2px #999
:-moz-box-shadow 0 1px 2px #999
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
&:hover
.delete
@ -1041,6 +1067,7 @@ h1.big_text
:border-radius 20px
:-webkit-box-shadow 0 1px 3px #000
:-moz-box-shadow 0 1px 3px #000
.x
:z-index 2
@ -1095,6 +1122,10 @@ ul#settings_nav
:width 30px
:height 30px
.friend_pictures.horizontal
img
:margin-right -5px
#thumbnails
:line-height 14px
@ -1103,6 +1134,9 @@ ul#settings_nav
:padding 0
#left_pane
h2
:font
:weight 200
ul
:margin 0
:padding 0
@ -1132,6 +1166,9 @@ ul#settings_nav
:bottom 0.7em
:border 2px dashed #FAC421
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
.null_arrow
@ -1158,6 +1195,7 @@ h2,h3,h4
input[type="search"]
:-webkit-appearance textfield
:-moz-appearance textfield
header
input[type="search"]
@ -1286,6 +1324,8 @@ ul.aspects
:height 20px
:-webkit-border-radius 10px
:-moz-border-radius 10px
:border-radius 10px
:line-height 16px
:text-indent 6px
@ -1299,8 +1339,14 @@ ul.aspects
:padding 12px
:background
:color rgb(255,255,255)
:-webkit-box-shadow 0 1px 3px #333
:-moz-box-shadow 0 1px 3px #333
:-webkit-border-radius 2px
:-moz-border-radius 2px
:border-radius 2px
:border
:bottom 1px solid #ccc
:top 1px solid #fff
@ -1335,6 +1381,9 @@ ul.aspects
:background
:color rgb(16,127,201)
:padding 8px
:-webkit-border-radius 10px
:-moz-border-radius 10px
:border-radius 10px
&:hover
@ -1369,7 +1418,10 @@ ul.aspects
#user_photo_uploader
.avatar
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
:height 100px
:width 100px
@ -1382,13 +1434,19 @@ ul.aspects
#profile_photo_upload
:margin
:top 5px
:min-height 100px
img
:position absolute
:left 0
:height 100px
:width 100px
:-webkit-border-radius 5px
:-moz-border-radius 5px
:border-radius 5px
:-webkit-box-shadow 0 1px 2px #666
:-moz-box-shadow 0 1px 2px #666
:padding
:left 120px