From 8658276385e5f685bbca670807b231416933630e Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 2 Aug 2010 11:21:04 -0700 Subject: [PATCH] Post button back, but needs moving, did latest_message css change in sass --- public/stylesheets/application.css | 15 +++++---------- public/stylesheets/sass/application.sass | 8 ++++---- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index efa4b50fa..e08ee09eb 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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 { diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 3490e3b39..022e5f415 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -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