diff options
author | August Lilleaas <augustlilleaas@gmail.com> | 2009-06-11 15:11:55 +0200 |
---|---|---|
committer | August Lilleaas <augustlilleaas@gmail.com> | 2009-06-12 10:50:16 +0200 |
commit | bde9fc8e9fd75d7a925de64806f0e30e36a0c8d5 (patch) | |
tree | c1459c9feece2f31891e718a2afa50942e2f8ed7 | |
parent | 6aa06b01234879f093b47049c921769ad166fc42 (diff) | |
download | gitorious-mainline-outdated-bde9fc8e9fd75d7a925de64806f0e30e36a0c8d5.zip gitorious-mainline-outdated-bde9fc8e9fd75d7a925de64806f0e30e36a0c8d5.tar.gz gitorious-mainline-outdated-bde9fc8e9fd75d7a925de64806f0e30e36a0c8d5.tar.bz2 |
A few layout updates on the new glossy funky homepage.
-rw-r--r-- | app/views/events/recent_for_homepage.html.erb | 4 | ||||
-rwxr-xr-x | public/images/dialogue_small_bg_0e0e0e.png | bin | 0 -> 168 bytes | |||
-rwxr-xr-x | public/images/dialogue_small_bg_232424.png | bin | 175 -> 0 bytes | |||
-rwxr-xr-x | public/images/list_head_projects.png | bin | 11059 -> 11334 bytes | |||
-rwxr-xr-x | public/images/list_head_teams.png | bin | 10275 -> 10271 bytes | |||
-rwxr-xr-x | public/images/list_head_users.png | bin | 9861 -> 9873 bytes | |||
-rw-r--r-- | public/stylesheets/screen.css | 21 |
7 files changed, 18 insertions, 7 deletions
diff --git a/app/views/events/recent_for_homepage.html.erb b/app/views/events/recent_for_homepage.html.erb index 2a686c2..9933baf 100644 --- a/app/views/events/recent_for_homepage.html.erb +++ b/app/views/events/recent_for_homepage.html.erb @@ -1,5 +1,7 @@ <div class="recent_activities_bar"> - <div class="recent_activities_header"></div> + <div class="recent_activities_header"> + <div class="recent_activities_header_inner"></div> + </div> <% @latest_events.each do |event| %> <div class="recent_activity"> diff --git a/public/images/dialogue_small_bg_0e0e0e.png b/public/images/dialogue_small_bg_0e0e0e.png Binary files differnew file mode 100755 index 0000000..aa8acdd --- /dev/null +++ b/public/images/dialogue_small_bg_0e0e0e.png diff --git a/public/images/dialogue_small_bg_232424.png b/public/images/dialogue_small_bg_232424.png Binary files differdeleted file mode 100755 index 74e64db..0000000 --- a/public/images/dialogue_small_bg_232424.png +++ /dev/null diff --git a/public/images/list_head_projects.png b/public/images/list_head_projects.png Binary files differindex 0378f4c..6a72dc8 100755 --- a/public/images/list_head_projects.png +++ b/public/images/list_head_projects.png diff --git a/public/images/list_head_teams.png b/public/images/list_head_teams.png Binary files differindex 2883fc7..50995f8 100755 --- a/public/images/list_head_teams.png +++ b/public/images/list_head_teams.png diff --git a/public/images/list_head_users.png b/public/images/list_head_users.png Binary files differindex 75739a0..a52ec13 100755 --- a/public/images/list_head_users.png +++ b/public/images/list_head_users.png diff --git a/public/stylesheets/screen.css b/public/stylesheets/screen.css index 8556165..0b6cd70 100644 --- a/public/stylesheets/screen.css +++ b/public/stylesheets/screen.css @@ -166,6 +166,7 @@ Big header } #big_header_login{ + margin-top:4px; float:right; width:190px; text-align:center; @@ -265,7 +266,7 @@ Recent activities #recent_activities_container{ position:absolute; left:0; - top:13px; + top:16px; height:60px; } @@ -273,14 +274,20 @@ Recent activities float:left; } -.recent_activities_header{ +.recent_activities_header { + float:left; + background-image:url(../images/border_pixel_v.gif); + background-repeat:repeat-y; + background-position:top right; +} + +.recent_activities_header_inner{ width:186px; margin:0 20px; height:60px; background-image:url(../images/list_head_activities.png); background-repeat:no-repeat; background-position:left center; - float:left; } .recent_activity{ @@ -305,7 +312,8 @@ Recent activities .recent_activity_avatar{ float:left; margin-top:12px; - margin-right:5px; + margin-right:10px; + margin-left:5px; } .recent_activity_meta{ @@ -372,12 +380,13 @@ Homepage lists .homepage_listing .summary_box_image{ float:left; - margin:0 10px; + margin-right:18px; + margin-left:10px; } .homepage_listing .summary_box_content{ float:left; - width:250px; + width:242px; } /*#################### |