Skip to content

Commit

Permalink
Merge pull request #1688 from hennevogel/add_new_sponsor
Browse files Browse the repository at this point in the history
[webui] Name flag icons like flag status
LGTM 👍
  • Loading branch information
mdeniz committed Apr 7, 2016
2 parents 7e44383 + 1a4bf15 commit 18a2cab
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 18 deletions.
File renamed without changes
File renamed without changes
36 changes: 18 additions & 18 deletions src/api/app/assets/stylesheets/webui/application/icons.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
.icons-brick_go { width: 16px; height: 16px; background: image-url('icons_sprite.png') -271px -344px no-repeat; }
.icons-bug_add { width: 16px; height: 16px; background: image-url('icons_sprite.png') -291px -344px no-repeat; }
.icons-bug_delete { width: 16px; height: 16px; background: image-url('icons_sprite.png') -311px -344px no-repeat; }
.icons-build_disabled { width: 20px; height: 16px; background: image-url('icons_sprite.png') -370px -112px no-repeat; }
.icons-build_disabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -338px -138px no-repeat; }
.icons-build_disabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -126px -267px no-repeat; }
.icons-build_enabled { width: 20px; height: 16px; background: image-url('icons_sprite.png') -370px -132px no-repeat; }
.icons-build_enabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -154px -267px no-repeat; }
.icons-build_enabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -182px -267px no-repeat; }
.icons-build_disable { width: 20px; height: 16px; background: image-url('icons_sprite.png') -370px -112px no-repeat; }
.icons-build_disable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -338px -138px no-repeat; }
.icons-build_disable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -126px -267px no-repeat; }
.icons-build_enable { width: 20px; height: 16px; background: image-url('icons_sprite.png') -370px -132px no-repeat; }
.icons-build_enable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -154px -267px no-repeat; }
.icons-build_enable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -182px -267px no-repeat; }
.icons-cancel { width: 16px; height: 16px; background: image-url('icons_sprite.png') -331px -344px no-repeat; }
.icons-clear { width: 16px; height: 16px; background: image-url('icons_sprite.png') -351px -344px no-repeat; }
.icons-clear_active { width: 16px; height: 16px; background: image-url('icons_sprite.png') -371px -344px no-repeat; }
Expand All @@ -39,10 +39,10 @@
.icons-comment_delete { width: 16px; height: 16px; background: image-url('icons_sprite.png') -162px -367px no-repeat; }
.icons-comment_edit { width: 16px; height: 16px; background: image-url('icons_sprite.png') -182px -367px no-repeat; }
.icons-configure { width: 32px; height: 32px; background: image-url('icons_sprite.png') -230px -138px no-repeat; }
.icons-debuginfo_disabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -210px -267px no-repeat; }
.icons-debuginfo_disabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -238px -267px no-repeat; }
.icons-debuginfo_enabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -266px -267px no-repeat; }
.icons-debuginfo_enabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -294px -267px no-repeat; }
.icons-debuginfo_disable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -210px -267px no-repeat; }
.icons-debuginfo_disable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -238px -267px no-repeat; }
.icons-debuginfo_enable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -266px -267px no-repeat; }
.icons-debuginfo_enable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -294px -267px no-repeat; }
.icons-delete { width: 16px; height: 16px; background: image-url('icons_sprite.png') -202px -367px no-repeat; }
.icons-dialog-warning { width: 22px; height: 22px; background: image-url('icons_sprite.png') -370px -86px no-repeat; }
.icons-distributions-arch { width: 40px; height: 39px; background: image-url('icons_sprite.png') -2px -301px no-repeat; }
Expand Down Expand Up @@ -120,10 +120,10 @@
.icons-page_white_get { width: 16px; height: 16px; background: image-url('icons_sprite.png') -418px -142px no-repeat; }
.icons-plugin_add { width: 16px; height: 16px; background: image-url('icons_sprite.png') -418px -162px no-repeat; }
.icons-project { width: 16px; height: 16px; background: image-url('icons_sprite.png') -418px -182px no-repeat; }
.icons-publish_disabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -322px -267px no-repeat; }
.icons-publish_disabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -242px -301px no-repeat; }
.icons-publish_enabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -270px -301px no-repeat; }
.icons-publish_enabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -298px -301px no-repeat; }
.icons-publish_disable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -322px -267px no-repeat; }
.icons-publish_disable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -242px -301px no-repeat; }
.icons-publish_enable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -270px -301px no-repeat; }
.icons-publish_enable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -298px -301px no-repeat; }
.icons-rebuild { width: 16px; height: 16px; background: image-url('icons_sprite.png') -418px -202px no-repeat; }
.icons-rebuild-light { width: 16px; height: 16px; background: image-url('icons_sprite.png') -418px -222px no-repeat; }
.icons-reload { width: 14px; height: 16px; background: image-url('icons_sprite.png') -302px -407px no-repeat; }
Expand Down Expand Up @@ -159,10 +159,10 @@
.icons-time { width: 16px; height: 16px; background: image-url('icons_sprite.png') -142px -407px no-repeat; }
.icons-time_error { width: 16px; height: 16px; background: image-url('icons_sprite.png') -162px -407px no-repeat; }
.icons-tools-report-bug { width: 16px; height: 16px; background: image-url('icons_sprite.png') -182px -407px no-repeat; }
.icons-useforbuild_disabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -326px -301px no-repeat; }
.icons-useforbuild_disabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -370px -2px no-repeat; }
.icons-useforbuild_enabled_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -370px -30px no-repeat; }
.icons-useforbuild_enabled_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -370px -58px no-repeat; }
.icons-useforbuild_disable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -326px -301px no-repeat; }
.icons-useforbuild_disable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -370px -2px no-repeat; }
.icons-useforbuild_enable_blue { width: 24px; height: 24px; background: image-url('icons_sprite.png') -370px -30px no-repeat; }
.icons-useforbuild_enable_grey { width: 24px; height: 24px; background: image-url('icons_sprite.png') -370px -58px no-repeat; }
.icons-user_add { width: 16px; height: 16px; background: image-url('icons_sprite.png') -202px -407px no-repeat; }
.icons-user_delete { width: 16px; height: 16px; background: image-url('icons_sprite.png') -222px -407px no-repeat; }
.icons-user_edit { width: 16px; height: 16px; background: image-url('icons_sprite.png') -242px -407px no-repeat; }
Expand Down

0 comments on commit 18a2cab

Please sign in to comment.