ff 3.6 publisher fix.
This commit is contained in:
parent
30955d0100
commit
26cada5866
1 changed files with 17 additions and 19 deletions
|
|
@ -638,61 +638,59 @@ label
|
||||||
:color #999
|
:color #999
|
||||||
:position relative
|
:position relative
|
||||||
:min-height 65px
|
:min-height 65px
|
||||||
:max-height 90px
|
|
||||||
:width 100%
|
:width 100%
|
||||||
:margin
|
:margin
|
||||||
:bottom 10px
|
:bottom 10px
|
||||||
:top 0px
|
:top -14px
|
||||||
|
|
||||||
:border
|
:border
|
||||||
:bottom 2px #777 solid
|
:bottom 2px #777 solid
|
||||||
|
|
||||||
.avatar
|
.avatar
|
||||||
:float left
|
:position absolute
|
||||||
:margin
|
:margin
|
||||||
:right 15px
|
:right 15px
|
||||||
:border-radius 5px
|
:border-radius 5px
|
||||||
:-webkit-border-radius 5px
|
:-webkit-border-radius 5px
|
||||||
:-moz-border-radius 5px
|
:-moz-border-radius 5px
|
||||||
|
|
||||||
p
|
|
||||||
:position absolute
|
|
||||||
:left 0
|
|
||||||
:top 0
|
|
||||||
|
|
||||||
form
|
form
|
||||||
:display inline
|
|
||||||
:position relative
|
:position relative
|
||||||
|
:margin
|
||||||
|
:left 65px
|
||||||
|
:bottom 10px
|
||||||
|
:top 0
|
||||||
|
|
||||||
textarea
|
textarea
|
||||||
:height 42px
|
:height 42px
|
||||||
|
:display block
|
||||||
|
|
||||||
input[type='text'],
|
input[type='text'],
|
||||||
textarea
|
textarea
|
||||||
:width 515px
|
:width 514px
|
||||||
:margin 0
|
:margin 0
|
||||||
|
|
||||||
.options_and_submit
|
.options_and_submit
|
||||||
:display none
|
:display none
|
||||||
|
:position relative
|
||||||
:padding
|
:padding
|
||||||
:top 63px
|
:top 8px
|
||||||
:bottom 5px
|
:margin
|
||||||
|
:bottom -2px
|
||||||
input[type='submit']
|
input[type='submit']
|
||||||
:float right
|
:position absolute
|
||||||
:margin
|
:right -13px
|
||||||
:top -4px
|
:top 5px
|
||||||
:width 75px
|
:width 75px
|
||||||
|
|
||||||
.public_toggle
|
.public_toggle
|
||||||
:position absolute
|
|
||||||
:bottom 8px
|
|
||||||
:width 300px
|
:width 300px
|
||||||
|
:margin
|
||||||
|
:left -3px
|
||||||
:font
|
:font
|
||||||
:size smaller
|
:size smaller
|
||||||
:style italic
|
:style italic
|
||||||
:display inline
|
:display inline
|
||||||
:margin
|
|
||||||
:left 62px
|
|
||||||
|
|
||||||
#image_picker
|
#image_picker
|
||||||
.small_photo
|
.small_photo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue