Post button back, but needs moving, did latest_message css change in sass
This commit is contained in:
parent
d503c6541f
commit
8658276385
2 changed files with 9 additions and 14 deletions
|
|
@ -171,17 +171,11 @@ form {
|
|||
line-height: 18px; }
|
||||
#user_name h1 a {
|
||||
color: black; }
|
||||
#user_name #latest_message {
|
||||
#user_name span {
|
||||
size: small;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
color: #999999; }
|
||||
#user_name #latest_message span {
|
||||
size: small;
|
||||
font-style: italic; }
|
||||
#user_name #latest_message_time{
|
||||
font-weight: normal;
|
||||
color: #999999;
|
||||
size: small;
|
||||
font-style: italic; }
|
||||
#user_name ul {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
|
|
@ -306,7 +300,8 @@ label {
|
|||
background-color: rgba(10, 81, 109, 0.05);
|
||||
border-bottom: 2px #999999 solid;
|
||||
color: #999999;
|
||||
padding: 15px 1em; }
|
||||
padding: 15px 1em;
|
||||
position: relative; }
|
||||
|
||||
#new_blog,
|
||||
#new_bookmark {
|
||||
|
|
|
|||
|
|
@ -205,13 +205,12 @@ form
|
|||
a
|
||||
:color #000
|
||||
|
||||
#latest_message
|
||||
span
|
||||
:size small
|
||||
:font-style italic
|
||||
:font
|
||||
:weight normal
|
||||
:color #999
|
||||
span
|
||||
:size small
|
||||
:font-style italic
|
||||
|
||||
ul
|
||||
:display inline
|
||||
|
|
@ -365,6 +364,7 @@ label
|
|||
:bottom 2px #999 solid
|
||||
:color #999
|
||||
:padding 15px 1em
|
||||
:position relative
|
||||
|
||||
#new_blog,
|
||||
#new_bookmark
|
||||
|
|
|
|||
Loading…
Reference in a new issue