DG MS; correctly aligned publisher box submit button

This commit is contained in:
danielvincent 2010-08-04 15:39:19 -07:00
parent 1557e35a39
commit 7afe8e12a0
2 changed files with 9 additions and 0 deletions

View file

@ -302,6 +302,7 @@ label {
border-bottom: 2px #999999 solid; border-bottom: 2px #999999 solid;
color: #999999; color: #999999;
padding: 15px 1em; padding: 15px 1em;
padding-bottom: 30px;
position: relative; } position: relative; }
#new_blog, #new_blog,
@ -323,6 +324,9 @@ ul#publisher_content_pickers li {
border-bottom: 3px solid #999999; border-bottom: 3px solid #999999;
background-color: rgba(10, 81, 109, 0.1); } background-color: rgba(10, 81, 109, 0.1); }
#publisher .right {
padding-right: 15px; }
#image_picker .small_photo { #image_picker .small_photo {
height: 100px; height: 100px;
position: relative; position: relative;

View file

@ -364,6 +364,7 @@ label
:bottom 2px #999 solid :bottom 2px #999 solid
:color #999 :color #999
:padding 15px 1em :padding 15px 1em
:bottom 30px
:position relative :position relative
#new_blog, #new_blog,
@ -389,6 +390,10 @@ ul#publisher_content_pickers li
:background :background
:color rgba(10,81,109,0.1) :color rgba(10,81,109,0.1)
#publisher .right
:padding
:right 15px
#image_picker #image_picker
.small_photo .small_photo
:height 100px :height 100px