DG MS; correctly aligned publisher box submit button
This commit is contained in:
parent
1557e35a39
commit
7afe8e12a0
2 changed files with 9 additions and 0 deletions
|
|
@ -302,6 +302,7 @@ label {
|
|||
border-bottom: 2px #999999 solid;
|
||||
color: #999999;
|
||||
padding: 15px 1em;
|
||||
padding-bottom: 30px;
|
||||
position: relative; }
|
||||
|
||||
#new_blog,
|
||||
|
|
@ -323,6 +324,9 @@ ul#publisher_content_pickers li {
|
|||
border-bottom: 3px solid #999999;
|
||||
background-color: rgba(10, 81, 109, 0.1); }
|
||||
|
||||
#publisher .right {
|
||||
padding-right: 15px; }
|
||||
|
||||
#image_picker .small_photo {
|
||||
height: 100px;
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -364,6 +364,7 @@ label
|
|||
:bottom 2px #999 solid
|
||||
:color #999
|
||||
:padding 15px 1em
|
||||
:bottom 30px
|
||||
:position relative
|
||||
|
||||
#new_blog,
|
||||
|
|
@ -389,6 +390,10 @@ ul#publisher_content_pickers li
|
|||
:background
|
||||
:color rgba(10,81,109,0.1)
|
||||
|
||||
#publisher .right
|
||||
:padding
|
||||
:right 15px
|
||||
|
||||
#image_picker
|
||||
.small_photo
|
||||
:height 100px
|
||||
|
|
|
|||
Loading…
Reference in a new issue