You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/02/09 22:02:48 UTC

[GitHub] rob05c closed pull request #1871: [Issue-1851] - removes browser-icons.png

rob05c closed pull request #1871: [Issue-1851] - removes browser-icons.png
URL: https://github.com/apache/incubator-trafficcontrol/pull/1871
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/traffic_ops/app/public/images/browser-icons.png b/traffic_ops/app/public/images/browser-icons.png
deleted file mode 100644
index 1052e7a17d..0000000000
Binary files a/traffic_ops/app/public/images/browser-icons.png and /dev/null differ
diff --git a/traffic_ops/app/templates/cdn/loginpage.html.ep b/traffic_ops/app/templates/cdn/loginpage.html.ep
index 12983fafc0..5ec7311538 100644
--- a/traffic_ops/app/templates/cdn/loginpage.html.ep
+++ b/traffic_ops/app/templates/cdn/loginpage.html.ep
@@ -34,11 +34,6 @@
 				  -webkit-font-smoothing: antialiased;
 				  font: normal 14px Roboto,arial,sans-serif;
 				}
-				.browsers {
-					width: 107px;
-					height: 25px;
-					background: url('/images/browser-icons.png') no-repeat 0 0;
-				}
 				.container {
 					padding: 25px;
 					position: fixed;
@@ -93,10 +88,6 @@
 							<a id="login_button" href="#" class="btn btn-primary btn-md">login <i class="fa fa-sign-in"></i></a>
 						</span>
 					</div>
-					<div style="float:right;">
-						<label>Supported Browsers: </label>
-						<div id="browsers" class="browsers" title="Browsers"></div>
-					</div>
             </div>
 			</form>
         


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services