diff options
author | Marius Mathiesen <marius@shortcut.no> | 2009-11-11 13:55:25 +0100 |
---|---|---|
committer | Marius Mathiesen <marius@shortcut.no> | 2009-11-11 13:55:39 +0100 |
commit | 4f3bee05dec7622bdb7d792ef4214bae89e045c8 (patch) | |
tree | 4f03027b6efbca750754c6677a99ecd473f11738 | |
parent | 8ef783cee16876132714ef15118421f78521842d (diff) | |
download | gitorious-mainline-outdated-4f3bee05dec7622bdb7d792ef4214bae89e045c8.zip gitorious-mainline-outdated-4f3bee05dec7622bdb7d792ef4214bae89e045c8.tar.gz gitorious-mainline-outdated-4f3bee05dec7622bdb7d792ef4214bae89e045c8.tar.bz2 |
Use relative image URLs in the stylesheet, for deployments under a different root
-rw-r--r-- | public/stylesheets/base.css | 276 |
1 files changed, 138 insertions, 138 deletions
diff --git a/public/stylesheets/base.css b/public/stylesheets/base.css index 2dfc0ae..a8d193b 100644 --- a/public/stylesheets/base.css +++ b/public/stylesheets/base.css @@ -158,7 +158,7 @@ abbr { #header { height: 112px; - background: #111 url("/images/header_bg.png") repeat-x 0 0; + background: #111 url("../images/header_bg.png") repeat-x 0 0; overflow: hidden; } @@ -218,7 +218,7 @@ abbr { #container { min-height: 300px; /* margin-right: 40px; - background: #fff url("/images/maincontent-border-right.gif") top right repeat-y;*/ + background: #fff url("../images/maincontent-border-right.gif") top right repeat-y;*/ background: #fff; } #container.in-context-mode { @@ -279,7 +279,7 @@ abbr { #sidebar ul.links li a { background-repeat: no-repeat; background-position: 5px 7px; - background-image: url("/images/silk/bullet_go.png"); + background-image: url("../images/silk/bullet_go.png"); display: block; padding: 5px 5px 5px 28px; } @@ -316,7 +316,7 @@ abbr { color: #666; text-align: center; clear: both; - background: #222 url("/images/header_bg.png") repeat-x; + background: #222 url("../images/header_bg.png") repeat-x; } #container #footer a { @@ -360,21 +360,21 @@ abbr { color: #03588e; background-color: #d9e8fa; border-color: #03588e; - background-image: url("/images/silk/information.png"); + background-image: url("../images/silk/information.png"); } .flash_message.success { color: #588e03; background-color: #e9fad9; border-color: #588e03; - background-image: url("/images/silk/accept.png"); + background-image: url("../images/silk/accept.png"); } .flash_message.error { color: #c30000; background-color: #f2dcdc; border-color: #c30000; - background-image: url("/images/silk/exclamation.png"); + background-image: url("../images/silk/exclamation.png"); } /* menu */ @@ -406,7 +406,7 @@ abbr { } #menu li.secondary.messages { - background: transparent url('/images/silk/email.png') no-repeat 0px 1px; + background: transparent url('../images/silk/email.png') no-repeat 0px 1px; } #menu li.secondary.messages a > span { color: #666; @@ -519,7 +519,7 @@ abbr { background-position: right 0px; padding: 0 15px 0 10px; display: list-item; - background-image: url("/images/breadcrumb.png"); + background-image: url("../images/breadcrumb.png"); } #breadcrumbs li a { @@ -540,90 +540,90 @@ abbr { } /* Icons used for actions and breadcrums */ -li.new_project > a { background-image: url("/images/silk/report_add.png") !important; } -li.edit_project > a { background-image: url("/images/silk/report_edit.png") !important; } -li.project > a { background-image: url("/images/silk/report.png") !important; } -li.project_personal > a { background-image: url("/images/silk/report_user.png") !important; } -li.project_research > a { background-image: url("/images/silk/report_magnify.png") !important; } -li.user > a { background-image: url("/images/silk/user.png") !important; } - -li.group > a { background-image: url("/images/silk/group.png") !important; } - -li.repository > a { background-image: url("/images/silk/database.png") !important; } -li.repository.mainline > a { background-image: url("/images/silk/database_star.png") !important; } -li.branch > a { background-image: url("/images/silk/arrow_branch.png") !important; } -li.branch.head > a { background-image: url("/images/arrow_branch_head.png") !important; } -li.tag > a { background-image: url("/images/silk/tag_blue.png") !important; } -li.tree > a { background-image: url("/images/silk/chart_organisation.png") !important; } -li.home > a { background-image: url("/images/silk/house.png") !important; } -li.account > a { background-image: url("/images/silk/user.png") !important; } -li.edit_account > a { background-image: url("/images/silk/user_edit.png") !important; } -li.edit_account_password > a { background-image: url("/images/silk/lock_edit.png") !important; } -li.new_key > a { background-image: url("/images/silk/key_add.png") !important; } -li.edit_key > a { background-image: url("/images/silk/key_edit.png") !important; } -li.key > a { background-image: url("/images/silk/key.png") !important; } -li.zip > a { background-image: url("/images/silk/page_white_zip.png") !important; } -li.gz > a { background-image: url("/images/silk/page_white_compressed.png") !important; } -li.merge_requests > a { background-image: url("/images/silk/arrow_in.png") !important; } -li.clone > a { background-image: url("/images/silk/database_clone.png") !important; } -li.comment_link > a { background-image: url("/images/silk/comment.png") !important; } -li.merge_request > a { background-image: url("/images/silk/arrow_merge.png") !important; } -li.alias > a { background-image: url("/images/silk/vcard.png") !important; } -li.new_alias > a { background-image: url("/images/silk/vcard_add.png") !important; } -li.emails > a { background-image: url("/images/silk/email.png") !important; } -li.new_email > a { background-image: url("/images/silk/email_add.png") !important; } -li.sent_emails > a { background-image: url("/images/silk/email_go.png") !important; } -li.received_emails > a { background-image: url("/images/silk/email_open.png") !important; } -li.all_emails > a { background-image: url("/images/silk/folder.png") !important; } +li.new_project > a { background-image: url("../images/silk/report_add.png") !important; } +li.edit_project > a { background-image: url("../images/silk/report_edit.png") !important; } +li.project > a { background-image: url("../images/silk/report.png") !important; } +li.project_personal > a { background-image: url("../images/silk/report_user.png") !important; } +li.project_research > a { background-image: url("../images/silk/report_magnify.png") !important; } +li.user > a { background-image: url("../images/silk/user.png") !important; } + +li.group > a { background-image: url("../images/silk/group.png") !important; } + +li.repository > a { background-image: url("../images/silk/database.png") !important; } +li.repository.mainline > a { background-image: url("../images/silk/database_star.png") !important; } +li.branch > a { background-image: url("../images/silk/arrow_branch.png") !important; } +li.branch.head > a { background-image: url("../images/arrow_branch_head.png") !important; } +li.tag > a { background-image: url("../images/silk/tag_blue.png") !important; } +li.tree > a { background-image: url("../images/silk/chart_organisation.png") !important; } +li.home > a { background-image: url("../images/silk/house.png") !important; } +li.account > a { background-image: url("../images/silk/user.png") !important; } +li.edit_account > a { background-image: url("../images/silk/user_edit.png") !important; } +li.edit_account_password > a { background-image: url("../images/silk/lock_edit.png") !important; } +li.new_key > a { background-image: url("../images/silk/key_add.png") !important; } +li.edit_key > a { background-image: url("../images/silk/key_edit.png") !important; } +li.key > a { background-image: url("../images/silk/key.png") !important; } +li.zip > a { background-image: url("../images/silk/page_white_zip.png") !important; } +li.gz > a { background-image: url("../images/silk/page_white_compressed.png") !important; } +li.merge_requests > a { background-image: url("../images/silk/arrow_in.png") !important; } +li.clone > a { background-image: url("../images/silk/database_clone.png") !important; } +li.comment_link > a { background-image: url("../images/silk/comment.png") !important; } +li.merge_request > a { background-image: url("../images/silk/arrow_merge.png") !important; } +li.alias > a { background-image: url("../images/silk/vcard.png") !important; } +li.new_alias > a { background-image: url("../images/silk/vcard_add.png") !important; } +li.emails > a { background-image: url("../images/silk/email.png") !important; } +li.new_email > a { background-image: url("../images/silk/email_add.png") !important; } +li.sent_emails > a { background-image: url("../images/silk/email_go.png") !important; } +li.received_emails > a { background-image: url("../images/silk/email_open.png") !important; } +li.all_emails > a { background-image: url("../images/silk/folder.png") !important; } /* Icons used both for events and actions/breadcrums */ -li.event_instance.create_repository, li.create_repository > a { background-image: url("/images/silk/database_add.png") !important; } -li.event_instance.add_project_repository, li.add_project_repository > a { background-image: url("/images/silk/database_add.png") !important; } -li.event_instance.clone_repository, li.clone_repository > a { background-image: url("/images/silk/database_clone.png") !important; } -li.event_instance.add_committer, li.add_committer > a { background-image: url("/images/silk/group_add.png") !important; } -li.event_instance.update_repository, li.update_repository > a { background-image: url("/images/silk/database_edit.png") !important; } -li.event_instance.delete_repository, li.delete_repository > a { background-image: url("/images/silk/database_delete.png") !important; } -li.event_instance.commit, li.commit > a { background-image: url("/images/silk/brick.png") !important; } -li.event_instance.merge_commit, li.merge_commit > a { background-image: url("/images/silk/arrow_merge.png") !important; } -li.event_instance.create_project, li.create_project > a { background-image: url("/images/silk/report_add.png") !important; } -li.event_instance.delete_project, li.delete_project > a { background-image: url("/images/silk/report_delete.png") !important; } -li.event_instance.update_project, li.update_project > a { background-image: url("/images/silk/report_edit.png") !important; } -li.event_instance.new_repository, li.new_repository > a { background-image: url("/images/silk/database_add.png") !important; } -li.event_instance.project_members, li.project_members > a { background-image: url("/images/silk/group.png") !important; } -li.event_instance.wiki_page, li.wiki_page > a { background-image: url("/images/silk/book_open.png") !important; } -li.event_instance.wiki_page_history, li.wiki_page_history > a { background-image: url("/images/silk/time.png") !important; } -li.event_instance.edit_wiki_page, li.edit_wiki_page > a { background-image: url("/images/silk/page_white_text_edit.png") !important; } -li.delete_merge_request > a { background-image: url("/images/silk/chart_line_delete.png") !important; } +li.event_instance.create_repository, li.create_repository > a { background-image: url("../images/silk/database_add.png") !important; } +li.event_instance.add_project_repository, li.add_project_repository > a { background-image: url("../images/silk/database_add.png") !important; } +li.event_instance.clone_repository, li.clone_repository > a { background-image: url("../images/silk/database_clone.png") !important; } +li.event_instance.add_committer, li.add_committer > a { background-image: url("../images/silk/group_add.png") !important; } +li.event_instance.update_repository, li.update_repository > a { background-image: url("../images/silk/database_edit.png") !important; } +li.event_instance.delete_repository, li.delete_repository > a { background-image: url("../images/silk/database_delete.png") !important; } +li.event_instance.commit, li.commit > a { background-image: url("../images/silk/brick.png") !important; } +li.event_instance.merge_commit, li.merge_commit > a { background-image: url("../images/silk/arrow_merge.png") !important; } +li.event_instance.create_project, li.create_project > a { background-image: url("../images/silk/report_add.png") !important; } +li.event_instance.delete_project, li.delete_project > a { background-image: url("../images/silk/report_delete.png") !important; } +li.event_instance.update_project, li.update_project > a { background-image: url("../images/silk/report_edit.png") !important; } +li.event_instance.new_repository, li.new_repository > a { background-image: url("../images/silk/database_add.png") !important; } +li.event_instance.project_members, li.project_members > a { background-image: url("../images/silk/group.png") !important; } +li.event_instance.wiki_page, li.wiki_page > a { background-image: url("../images/silk/book_open.png") !important; } +li.event_instance.wiki_page_history, li.wiki_page_history > a { background-image: url("../images/silk/time.png") !important; } +li.event_instance.edit_wiki_page, li.edit_wiki_page > a { background-image: url("../images/silk/page_white_text_edit.png") !important; } +li.delete_merge_request > a { background-image: url("../images/silk/chart_line_delete.png") !important; } /* Icons used for events only */ -li.event_instance.create_branch { background-image: url("/images/silk/arrow_branch.png") !important; } -li.event_instance.delete_branch { background-image: url("/images/silk/delete.png") !important; } -li.event_instance.create_tag { background-image: url("/images/silk/tag_blue_add.png") !important; } -li.event_instance.delete_tag { background-image: url("/images/silk/tag_blue_delete.png") !important; } -li.event_instance.remove_committer { background-image: url("/images/silk/group_delete.png") !important; } -li.event_instance.comment { background-image: url("/images/silk/comment.png") !important; } -li.event_instance.request_merge { background-image: url("/images/silk/chart_line_add.png") !important; } -li.event_instance.resolve_merge_request { background-image: url("/images/silk/arrow_merge.png") !important; } -li.event_instance.update_merge_request { background-image: url("/images/silk/chart_line_edit.png") !important; } -li.event_instance.delete_merge_request { background-image: url("/images/silk/chart_line_delete.png") !important; } -li.event_instance.push { background-image: url("/images/silk/bricks.png") !important; } +li.event_instance.create_branch { background-image: url("../images/silk/arrow_branch.png") !important; } +li.event_instance.delete_branch { background-image: url("../images/silk/delete.png") !important; } +li.event_instance.create_tag { background-image: url("../images/silk/tag_blue_add.png") !important; } +li.event_instance.delete_tag { background-image: url("../images/silk/tag_blue_delete.png") !important; } +li.event_instance.remove_committer { background-image: url("../images/silk/group_delete.png") !important; } +li.event_instance.comment { background-image: url("../images/silk/comment.png") !important; } +li.event_instance.request_merge { background-image: url("../images/silk/chart_line_add.png") !important; } +li.event_instance.resolve_merge_request { background-image: url("../images/silk/arrow_merge.png") !important; } +li.event_instance.update_merge_request { background-image: url("../images/silk/chart_line_edit.png") !important; } +li.event_instance.delete_merge_request { background-image: url("../images/silk/chart_line_delete.png") !important; } +li.event_instance.push { background-image: url("../images/silk/bricks.png") !important; } /* Icons used for file types in breadcrumb and tree view */ -table.tree tr td.file a, li.file > a { background-image: url("/images/silk/page_white_text.png"); } -table.tree tr td.folder a,li.folder > a { background-image: url("/images/silk/folder.png") !important; } -table.tree tr td.cplusplus-file a, li.cplusplus-file > a { background-image: url("/images/silk/page_white_cplusplus.png"); } -table.tree tr td.c-file a, li.c-file > a { background-image: url("/images/silk/page_white_c.png"); } -table.tree tr td.header-file a, li.header-file > a { background-image: url("/images/silk/page_white_h.png"); } -table.tree tr td.java-file a, li.java-file > a { background-image: url("/images/silk/page_white_cup.png"); } -table.tree tr td.exec-file a, li.exec-file > a { background-image: url("/images/silk/page_white_gear.png"); } -table.tree tr td.ruby-file a, li.ruby-file > a { background-image: url("/images/silk/page_white_ruby.png"); } -table.tree tr td.compressed-file a, li.compressed-file > a { background-image: url("/images/silk/page_white_compressed.png"); } -table.tree tr td.image-file a, li.image-file > a { background-image: url("/images/silk/page_white_picture.png"); } -table.tree tr td.submodule a { background-image: url("/images/silk/folder_go.png"); } - -li.wiki a {background-image: url('/images/silk/book_open.png');} -li.memberships a, li.committerships a {background-image: url('/images/silk/group_gear.png');} -li.membership a, li.committership a {background-image: url('/images/silk/group_edit.png');} +table.tree tr td.file a, li.file > a { background-image: url("../images/silk/page_white_text.png"); } +table.tree tr td.folder a,li.folder > a { background-image: url("../images/silk/folder.png") !important; } +table.tree tr td.cplusplus-file a, li.cplusplus-file > a { background-image: url("../images/silk/page_white_cplusplus.png"); } +table.tree tr td.c-file a, li.c-file > a { background-image: url("../images/silk/page_white_c.png"); } +table.tree tr td.header-file a, li.header-file > a { background-image: url("../images/silk/page_white_h.png"); } +table.tree tr td.java-file a, li.java-file > a { background-image: url("../images/silk/page_white_cup.png"); } +table.tree tr td.exec-file a, li.exec-file > a { background-image: url("../images/silk/page_white_gear.png"); } +table.tree tr td.ruby-file a, li.ruby-file > a { background-image: url("../images/silk/page_white_ruby.png"); } +table.tree tr td.compressed-file a, li.compressed-file > a { background-image: url("../images/silk/page_white_compressed.png"); } +table.tree tr td.image-file a, li.image-file > a { background-image: url("../images/silk/page_white_picture.png"); } +table.tree tr td.submodule a { background-image: url("../images/silk/folder_go.png"); } + +li.wiki a {background-image: url('../images/silk/book_open.png');} +li.memberships a, li.committerships a {background-image: url('../images/silk/group_gear.png');} +li.membership a, li.committership a {background-image: url('../images/silk/group_edit.png');} li.merge_requests a.selected { color: #09460F;} @@ -695,10 +695,10 @@ li.merge_requests a.selected { color: #09460F;} } .help-box .icon.help { - background: transparent url('/images/silk/help.png') no-repeat 0 0; + background: transparent url('../images/silk/help.png') no-repeat 0 0; } .help-box .icon.error { - background: transparent url('/images/silk/error.png') no-repeat 0 0; + background: transparent url('../images/silk/error.png') no-repeat 0 0; } .help-box :last-child { @@ -710,14 +710,14 @@ li.merge_requests a.selected { color: #09460F;} text-align:center; width: 250px; float: right; - background: #fff url('/images/dialog_bg_bottom.png') repeat-x bottom left; + background: #fff url('../images/dialog_bg_bottom.png') repeat-x bottom left; } #new-project-button a { font-size: 18px; display: block; padding: 10px 10px 8px 10px; border: 1px solid #ccc; - background: transparent url("/images/silk/report_add.png") no-repeat 220px center; + background: transparent url("../images/silk/report_add.png") no-repeat 220px center; } #new-project-button.small-button { @@ -823,7 +823,7 @@ textarea:focus, select:focus { /* embeds the openid image in the text field */ input#openid_url { - background: url(/images/login-bg.gif) no-repeat; + background: url(../images/login-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; color: #000; @@ -908,11 +908,11 @@ ul.repository_list li { margin-bottom: 10px; } ul.repository_list li.mainline { - background: url("/images/silk/database_star.png") 0 0 no-repeat; + background: url("../images/silk/database_star.png") 0 0 no-repeat; } ul.repository_list li.clone { - background: url("/images/silk/database.png") 0 0 no-repeat; + background: url("../images/silk/database.png") 0 0 no-repeat; } ul.repository_list .user img, ul.repository_list .group img, @@ -1232,13 +1232,13 @@ div.being_constructed { padding: 0; margin: 20px auto 150px auto; width: 500px; - background: transparent url("/images/dialog_bg_bottom.png") repeat-x left bottom; + background: transparent url("../images/dialog_bg_bottom.png") repeat-x left bottom; } div.being_constructed div.being_constructed_content { padding: 20px; border: 2px solid #4e4e4e; - background: transparent url("/images/dialog_bg_top.png") repeat-x left top; + background: transparent url("../images/dialog_bg_top.png") repeat-x left top; } div.being_constructed .spin { @@ -1287,7 +1287,7 @@ div.being_constructed .hint { overflow: hidden; } .ac_loading { - background : url('/images/spinner.gif') right center no-repeat; + background : url('../images/spinner.gif') right center no-repeat; } .ac_over { background-color: #ffb; @@ -2095,11 +2095,11 @@ table.select_commits_from_list td.merge_to_container { text-align: center; } table.select_commits_from_list tr.commit_row td.selection { - background: url("/images/silk/brick.png") no-repeat center center; + background: url("../images/silk/brick.png") no-repeat center center; width: 40px; } table.select_commits_from_list tr.selected td.selection { - background-image: url("/images/silk/brick_add.png"); + background-image: url("../images/silk/brick_add.png"); background-color: #ffc; } @@ -2287,25 +2287,25 @@ table.select_commits_from_list tr.commit_comments .commit-details .permalink a { padding: 0; } -li.event_instance.create_project { background-image: url("/images/silk/report_add.png"); } -li.event_instance.delete_project { background-image: url("/images/silk/report_delete.png"); } -li.event_instance.update_project { background-image: url("/images/silk/report_edit.png"); } -li.event_instance.create_repository { background-image: url("/images/silk/database_add.png"); } -li.event_instance.clone_repository { background-image: url("/images/silk/database_clone.png"); } -li.event_instance.delete_repository { background-image: url("/images/silk/database_delete.png"); } -li.event_instance.update_repository { background-image: url("/images/silk/database_edit.png"); } -li.event_instance.commit { background-image: url("/images/silk/brick.png"); } -li.event_instance.create_branch { background-image: url("/images/silk/arrow_branch.png"); } -li.event_instance.delete_branch { background-image: url("/images/silk/delete.png"); } -li.event_instance.create_tag { background-image: url("/images/silk/tag_blue_add.png"); } -li.event_instance.delete_tag { background-image: url("/images/silk/tag_blue_delete.png"); } -li.event_instance.add_committer { background-image: url("/images/silk/group_add.png"); } -li.event_instance.remove_committer { background-image: url("/images/silk/group_delete.png"); } -li.event_instance.comment { background-image: url("/images/silk/comment.png"); } -li.event_instance.request_merge { background-image: url("/images/silk/chart_line_add.png"); } -li.event_instance.resolve_merge_request { background-image: url("/images/silk/arrow_merge.png"); } -li.event_instance.update_merge_request { background-image: url("/images/silk/chart_line_edit.png"); } -li.event_instance.delete_merge_request { background-image: url("/images/silk/chart_line_delete.png"); } +li.event_instance.create_project { background-image: url("../images/silk/report_add.png"); } +li.event_instance.delete_project { background-image: url("../images/silk/report_delete.png"); } +li.event_instance.update_project { background-image: url("../images/silk/report_edit.png"); } +li.event_instance.create_repository { background-image: url("../images/silk/database_add.png"); } +li.event_instance.clone_repository { background-image: url("../images/silk/database_clone.png"); } +li.event_instance.delete_repository { background-image: url("../images/silk/database_delete.png"); } +li.event_instance.update_repository { background-image: url("../images/silk/database_edit.png"); } +li.event_instance.commit { background-image: url("../images/silk/brick.png"); } +li.event_instance.create_branch { background-image: url("../images/silk/arrow_branch.png"); } +li.event_instance.delete_branch { background-image: url("../images/silk/delete.png"); } +li.event_instance.create_tag { background-image: url("../images/silk/tag_blue_add.png"); } +li.event_instance.delete_tag { background-image: url("../images/silk/tag_blue_delete.png"); } +li.event_instance.add_committer { background-image: url("../images/silk/group_add.png"); } +li.event_instance.remove_committer { background-image: url("../images/silk/group_delete.png"); } +li.event_instance.comment { background-image: url("../images/silk/comment.png"); } +li.event_instance.request_merge { background-image: url("../images/silk/chart_line_add.png"); } +li.event_instance.resolve_merge_request { background-image: url("../images/silk/arrow_merge.png"); } +li.event_instance.update_merge_request { background-image: url("../images/silk/chart_line_edit.png"); } +li.event_instance.delete_merge_request { background-image: url("../images/silk/chart_line_delete.png"); } /* sidebar repository list */ @@ -2553,11 +2553,11 @@ div.archive-download-box p { .message_list tr.membership td.who, .message_list tr.committership td.who { - background-image: url(/images/silk/server.png); + background-image: url(../images/silk/server.png); } .message_list tr.message td.who { - background-image: url(/images/silk/comments.png); + background-image: url(../images/silk/comments.png); } .message_full { @@ -2609,7 +2609,7 @@ div.archive-download-box p { } .pull-box h3.pull-box-header { - background: #696C6D url('/images/dialog_bg_top.png') repeat-x; + background: #696C6D url('../images/dialog_bg_top.png') repeat-x; color: #fff; text-align: center; padding: 6px 0 5px 0; @@ -2629,17 +2629,17 @@ div.archive-download-box p { padding: 0; margin: 20px auto 150px auto; width: 500px; - background: transparent url("/images/dialog_bg_bottom.png") repeat-x left bottom; + background: transparent url("../images/dialog_bg_bottom.png") repeat-x left bottom; } .dialog-box .dialog-box-content { padding: 20px; border: 2px solid #4e4e4e; - background: transparent url("/images/dialog_bg_top.png") repeat-x left top; + background: transparent url("../images/dialog_bg_top.png") repeat-x left top; } .dialog-box .dialog-box-header { - background: #4e4e4e url("/images/dialog_header_bg.png") repeat-x; + background: #4e4e4e url("../images/dialog_header_bg.png") repeat-x; color: #fff; text-align: center; padding: 10px 0 5px 0; @@ -2675,15 +2675,15 @@ table.select_commits_from_list tr.unknown-status td.meta } table.select_commits_from_list tr.unmerged td.meta { - background-image: url(/images/merge_status/unmerged.png); + background-image: url(../images/merge_status/unmerged.png); } table.select_commits_from_list tr.merged td.meta { - background-image: url(/images/merge_status/merged.png); + background-image: url(../images/merge_status/merged.png); } table.select_commits_from_list tr.unknown-status td.meta { - background-image: url(/images/merge_status/unknown.png); + background-image: url(../images/merge_status/unknown.png); } #commits_to_be_merged { @@ -2874,7 +2874,7 @@ Merge request commit selector list-style: none; margin: 0; padding: 0 0 0 30px; - background-image: url(/images/silver_gradient.png); + background-image: url(../images/silver_gradient.png); background-position: top left; background-repeat: repeat-x; height: 23px; @@ -2902,7 +2902,7 @@ Merge request commit selector background-position: top right; cursor: pointer; background-repeat: no-repeat; - background-image: url(/images/commit_selector.png); + background-image: url(../images/commit_selector.png); } #merge_request_commit_selector.large li.single_commit.expander { width: 250px; @@ -2915,7 +2915,7 @@ Merge request commit selector } #merge_request_commit_selector li:first-child.ui-selected, #merge_request_commit_selector li:first-child.ui-selecting{ - background-image: url(/images/silver_gradient_inverse.png); + background-image: url(../images/silver_gradient_inverse.png); margin-left: -30px; padding-left: 37px; border-right: 2px solid #ddd; @@ -2936,7 +2936,7 @@ Merge request commit selector } #merge_request_commit_selector li.ui-selected, #merge_request_commit_selector li.ui-selecting{ - background-image: url(/images/commit_selector_selected.png); + background-image: url(../images/commit_selector_selected.png); } #merge_request_commit_selector li.single_commit a:hover { @@ -2946,12 +2946,12 @@ Merge request commit selector #merge_request_commit_selector li.merged a { - background-image: url("/images/silk/bullet_green.png"); + background-image: url("../images/silk/bullet_green.png"); } #merge_request_commit_selector li.unmerged a { - background-image: url("/images/silk/bullet_red.png"); + background-image: url("../images/silk/bullet_red.png"); } #merge_request_commit_selector .version_selector @@ -2986,7 +2986,7 @@ Merge request commit selector #merge_request_commit_selector #current_shas { - background-image: url(/images/silk/brick.png); + background-image: url(../images/silk/brick.png); background-repeat: no-repeat; padding-left: 20px; font-size: 12px; @@ -3017,10 +3017,10 @@ Merge request commit selector .file-diff .header span.icon { padding-right: 20px; } .file-diff .header.open span.icon { - background: url('/images/silk/bullet_toggle_minus.png') no-repeat 0 0; + background: url('../images/silk/bullet_toggle_minus.png') no-repeat 0 0; } .file-diff .header.closed span.icon { - background: url('/images/silk/bullet_toggle_plus.png') no-repeat 0 0; + background: url('../images/silk/bullet_toggle_plus.png') no-repeat 0 0; } .file-diff .diff-stats { @@ -3086,7 +3086,7 @@ Merge request commit selector .merge_request_diff_browser #large_commit_selector { padding: 20px; margin-bottom: 10px; - background: #fff url('/images/silver_gradient.png') repeat-x bottom left; + background: #fff url('../images/silver_gradient.png') repeat-x bottom left; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; @@ -3148,7 +3148,7 @@ ul.changable-selection-options li:hover { left: 0; width: 325px; height: 50px; - background: transparent url('/images/hover-bubble-bg.png') bottom center; + background: transparent url('../images/hover-bubble-bg.png') bottom center; padding: 0 0 10px 0; margin: 0; color: #efefef; |