From: Jean-Philippe Lang Date: Thu, 17 Dec 2009 18:52:28 +0000 (+0000) Subject: Removes large icons. X-Git-Tag: 0.9.0~83 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=91a493e2c7ca59130f3c4a718e2b07b4448633b9;p=redmine.git Removes large icons. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3179 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/boards/index.rhtml b/app/views/boards/index.rhtml index 440a77412..7cc6a0e2f 100644 --- a/app/views/boards/index.rhtml +++ b/app/views/boards/index.rhtml @@ -11,7 +11,7 @@ <% for board in @boards %> - <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "icon22 icon22-comment" %>
+ <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "board" %>
<%=h board.description %> <%= board.topics_count %> diff --git a/app/views/messages/show.rhtml b/app/views/messages/show.rhtml index fd32fad94..5ddc083e5 100644 --- a/app/views/messages/show.rhtml +++ b/app/views/messages/show.rhtml @@ -20,7 +20,7 @@
<% unless @replies.empty? %> -

<%= l(:label_reply_plural) %>

+

<%= l(:label_reply_plural) %>

<% @replies.each do |message| %>
">
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 019a14dfd..69c0eab32 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -35,7 +35,7 @@
-

<%= l(:label_comment_plural) %>

+

<%= l(:label_comment_plural) %>

<% @comments.each do |comment| %> <% next if comment.new_record? %>
diff --git a/app/views/projects/roadmap.rhtml b/app/views/projects/roadmap.rhtml index a31b35385..6bd52ed07 100644 --- a/app/views/projects/roadmap.rhtml +++ b/app/views/projects/roadmap.rhtml @@ -6,7 +6,7 @@
<% @versions.each do |version| %> <%= tag 'a', :name => version.name %> -

<%= link_to_version version %>

+

<%= link_to_version version %>

<%= render :partial => 'versions/overview', :locals => {:version => version} %> <%= render(:partial => "wiki/content", :locals => {:content => version.wiki_page.content}) if version.wiki_page %> diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index a83d98fe1..1e751e2b0 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -16,8 +16,8 @@ <% if User.current.allowed_to?(:view_issues, @project) %> -
-

<%=l(:label_issue_tracking)%>

+
+

<%=l(:label_issue_tracking)%>

    <% for tracker in @trackers %>
  • <%= link_to tracker.name, :controller => 'issues', :action => 'index', :project_id => @project, @@ -36,8 +36,8 @@
    <% if @users_by_role.any? %> -
    -

    <%=l(:label_member_plural)%>

    +
    +

    <%=l(:label_member_plural)%>

    <% @users_by_role.keys.sort.each do |role| %> <%=h role %>: <%= @users_by_role[role].sort.collect{|u| link_to_user u}.join(", ") %>
    <% end %>

    @@ -45,7 +45,7 @@ <% end %> <% if @news.any? && authorize_for('news', 'index') %> -
    +

    <%=l(:label_news_latest)%>

    <%= render :partial => 'news/news', :collection => @news %>

    <%= link_to l(:label_news_view_all), :controller => 'news', :action => 'index', :project_id => @project %>

    diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml index 021e330d8..279c35421 100644 --- a/app/views/welcome/index.rhtml +++ b/app/views/welcome/index.rhtml @@ -3,7 +3,7 @@
    <%= textilizable Setting.welcome_text %> <% if @news.any? %> -
    +

    <%=l(:label_news_latest)%>

    <%= render :partial => 'news/news', :collection => @news %> <%= link_to l(:label_news_view_all), :controller => 'news' %> @@ -14,8 +14,8 @@
    <% if @projects.any? %> -
    -

    <%=l(:label_project_latest)%>

    +
    +

    <%=l(:label_project_latest)%>

      <% for project in @projects %>
    • diff --git a/public/images/22x22/authent.png b/public/images/22x22/authent.png deleted file mode 100644 index d2b29945f..000000000 Binary files a/public/images/22x22/authent.png and /dev/null differ diff --git a/public/images/22x22/comment.png b/public/images/22x22/comment.png deleted file mode 100644 index e2f4e701c..000000000 Binary files a/public/images/22x22/comment.png and /dev/null differ diff --git a/public/images/22x22/file.png b/public/images/22x22/file.png deleted file mode 100644 index 96c56a2b5..000000000 Binary files a/public/images/22x22/file.png and /dev/null differ diff --git a/public/images/22x22/groups.png b/public/images/22x22/groups.png deleted file mode 100644 index 92f396207..000000000 Binary files a/public/images/22x22/groups.png and /dev/null differ diff --git a/public/images/22x22/info.png b/public/images/22x22/info.png deleted file mode 100644 index cf54e2c6a..000000000 Binary files a/public/images/22x22/info.png and /dev/null differ diff --git a/public/images/22x22/notifications.png b/public/images/22x22/notifications.png deleted file mode 100644 index 972f4a24d..000000000 Binary files a/public/images/22x22/notifications.png and /dev/null differ diff --git a/public/images/22x22/options.png b/public/images/22x22/options.png deleted file mode 100644 index 48da1516c..000000000 Binary files a/public/images/22x22/options.png and /dev/null differ diff --git a/public/images/22x22/package.png b/public/images/22x22/package.png deleted file mode 100644 index f1a98dcde..000000000 Binary files a/public/images/22x22/package.png and /dev/null differ diff --git a/public/images/22x22/plugin.png b/public/images/22x22/plugin.png deleted file mode 100644 index 455fa6a80..000000000 Binary files a/public/images/22x22/plugin.png and /dev/null differ diff --git a/public/images/22x22/projects.png b/public/images/22x22/projects.png deleted file mode 100644 index 4f023bedb..000000000 Binary files a/public/images/22x22/projects.png and /dev/null differ diff --git a/public/images/22x22/role.png b/public/images/22x22/role.png deleted file mode 100644 index 4de98edd4..000000000 Binary files a/public/images/22x22/role.png and /dev/null differ diff --git a/public/images/22x22/settings.png b/public/images/22x22/settings.png deleted file mode 100644 index 54a3b4730..000000000 Binary files a/public/images/22x22/settings.png and /dev/null differ diff --git a/public/images/22x22/tracker.png b/public/images/22x22/tracker.png deleted file mode 100644 index f51394186..000000000 Binary files a/public/images/22x22/tracker.png and /dev/null differ diff --git a/public/images/22x22/users.png b/public/images/22x22/users.png deleted file mode 100644 index b3bef89c2..000000000 Binary files a/public/images/22x22/users.png and /dev/null differ diff --git a/public/images/22x22/workflow.png b/public/images/22x22/workflow.png deleted file mode 100644 index 9d1b9d8b9..000000000 Binary files a/public/images/22x22/workflow.png and /dev/null differ diff --git a/public/images/32x32/file.png b/public/images/32x32/file.png deleted file mode 100644 index 1662b5302..000000000 Binary files a/public/images/32x32/file.png and /dev/null differ diff --git a/public/images/package.png b/public/images/package.png index ff629d117..da3c2a2d7 100644 Binary files a/public/images/package.png and b/public/images/package.png differ diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 7be6bbd48..2f13b3d55 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -181,8 +181,17 @@ table.attributes { width: 100% } table.attributes th { vertical-align: top; text-align: left; } table.attributes td { vertical-align: top; } +table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; } + td.center {text-align:center;} +h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; } + +div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; } +div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; } +div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; } +div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; } + .highlight { background-color: #FCFD8D;} .highlight.token-1 { background-color: #faa;} .highlight.token-2 { background-color: #afa;} @@ -730,14 +739,6 @@ padding-top: 2px; padding-bottom: 3px; } -.icon22 { -background-position: 0% 40%; -background-repeat: no-repeat; -padding-left: 26px; -line-height: 22px; -vertical-align: middle; -} - .icon-add { background-image: url(../images/add.png); } .icon-edit { background-image: url(../images/edit.png); } .icon-copy { background-image: url(../images/copy.png); } @@ -789,21 +790,6 @@ vertical-align: middle; .icon-file.application-zip { background-image: url(../images/files/zip.png); } .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); } -.icon22-projects { background-image: url(../images/22x22/projects.png); } -.icon22-users { background-image: url(../images/22x22/users.png); } -.icon22-groups { background-image: url(../images/22x22/groups.png); } -.icon22-tracker { background-image: url(../images/22x22/tracker.png); } -.icon22-role { background-image: url(../images/22x22/role.png); } -.icon22-workflow { background-image: url(../images/22x22/workflow.png); } -.icon22-options { background-image: url(../images/22x22/options.png); } -.icon22-notifications { background-image: url(../images/22x22/notifications.png); } -.icon22-authent { background-image: url(../images/22x22/authent.png); } -.icon22-info { background-image: url(../images/22x22/info.png); } -.icon22-comment { background-image: url(../images/22x22/comment.png); } -.icon22-package { background-image: url(../images/22x22/package.png); } -.icon22-settings { background-image: url(../images/22x22/settings.png); } -.icon22-plugin { background-image: url(../images/22x22/plugin.png); } - img.gravatar { padding: 2px; border: solid 1px #d5d5d5;