Skip to content

Commit

Permalink
UI-1181: Add missing images for phone models
Browse files Browse the repository at this point in the history
  • Loading branch information
joristirado committed Mar 11, 2015
1 parent c55de06 commit 95b924c
Show file tree
Hide file tree
Showing 19 changed files with 48 additions and 2 deletions.
Binary file added css/images/models/cisco301g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed css/images/models/cisco303.jpg
Binary file not shown.
Binary file added css/images/models/cisco303g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/cisco508g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/cisco509g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/cisco512g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/cisco514g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified css/images/models/cisco525g.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom301.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom320.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom330.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom4000.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom430.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom501.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom600.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/polycom601.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/yealinkt21.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/images/models/yealinkt23.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 48 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,16 @@ input[type="color"],
.model-image.yealink-t20 {
background: url('images/models/yealinkt20.jpg') center no-repeat;
}
.model-image.yealink-t21 {
background: url('images/models/yealinkt21.jpg') center no-repeat;
}
.model-image.yealink-t22 {
background: url('images/models/yealinkt22.jpg') center no-repeat;
}
.model-image.yealink-t23,
.model-image.yealink-t23g {
background: url('images/models/yealinkt23.jpg') center no-repeat;
}
.model-image.yealink-t26 {
background: url('images/models/yealinkt26.jpg') center no-repeat;
}
Expand Down Expand Up @@ -473,8 +480,11 @@ input[type="color"],
.model-image.cisco-962 {
background: url('images/models/cisco962.jpg') center no-repeat;
}
.model-image.cisco-303 {
background: url('images/models/cisco303.jpg') center no-repeat;
.model-image.cisco-301g {
background: url('images/models/cisco301g.jpg') center no-repeat;
}
.model-image.cisco-303g {
background: url('images/models/cisco303g.jpg') center no-repeat;
}
.model-image.cisco-501g {
background: url('images/models/cisco501g.jpg') center no-repeat;
Expand All @@ -485,6 +495,18 @@ input[type="color"],
.model-image.cisco-504g {
background: url('images/models/cisco504g.jpg') center no-repeat;
}
.model-image.cisco-508g {
background: url('images/models/cisco508g.jpg') center no-repeat;
}
.model-image.cisco-509g {
background: url('images/models/cisco509g.jpg') center no-repeat;
}
.model-image.cisco-512g {
background: url('images/models/cisco512g.jpg') center no-repeat;
}
.model-image.cisco-514g {
background: url('images/models/cisco514g.jpg') center no-repeat;
}
.model-image.cisco-525g {
background: url('images/models/cisco525g.jpg') center no-repeat;
}
Expand All @@ -496,21 +518,39 @@ input[type="color"],
.model-image.polycom-1500 {
background: url('images/models/polycom1500.jpg') center no-repeat;
}
.model-image.polycom-301 {
background: url('images/models/polycom301.jpg') center no-repeat;
}
.model-image.polycom-320 {
background: url('images/models/polycom320.jpg') center no-repeat;
}
.model-image.polycom-321 {
background: url('images/models/polycom321.jpg') center no-repeat;
}
.model-image.polycom-330 {
background: url('images/models/polycom330.jpg') center no-repeat;
}
.model-image.polycom-331 {
background: url('images/models/polycom331.jpg') center no-repeat;
}
.model-image.polycom-335 {
background: url('images/models/polycom335.jpg') center no-repeat;
}
.model-image.polycom-4000 {
background: url('images/models/polycom4000.jpg') center no-repeat;
}
.model-image.polycom-430 {
background: url('images/models/polycom430.jpg') center no-repeat;
}
.model-image.polycom-450 {
background: url('images/models/polycom450.jpg') center no-repeat;
}
.model-image.polycom-5000 {
background: url('images/models/polycom5000.jpg') center no-repeat;
}
.model-image.polycom-501 {
background: url('images/models/polycom501.jpg') center no-repeat;
}
.model-image.polycom-550 {
background: url('images/models/polycom550.jpg') center no-repeat;
}
Expand All @@ -520,6 +560,12 @@ input[type="color"],
.model-image.polycom-6000 {
background: url('images/models/polycom6000.jpg') center no-repeat;
}
.model-image.polycom-600 {
background: url('images/models/polycom600.jpg') center no-repeat;
}
.model-image.polycom-601 {
background: url('images/models/polycom601.jpg') center no-repeat;
}
.model-image.polycom-650 {
background: url('images/models/polycom650.jpg') center no-repeat;
}
Expand Down

0 comments on commit 95b924c

Please sign in to comment.