jenkins-bot has submitted this change and it was merged.

Change subject: Uploads page: remove out the progress indicator
......................................................................


Uploads page: remove out the progress indicator

Change-Id: I75018f2edeb902818b8a253d1e726569f9a39760
---
M less/specials/uploads.less
D stylesheets/specials/images/uploads/Indicator_active.png
D stylesheets/specials/images/uploads/Indicator_default.png
M stylesheets/specials/uploads.css
M templates/specials/uploads/carousel.html
5 files changed, 2 insertions(+), 50 deletions(-)

Approvals:
  JGonera: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/less/specials/uploads.less b/less/specials/uploads.less
index d193add..8bbfb54 100644
--- a/less/specials/uploads.less
+++ b/less/specials/uploads.less
@@ -6,8 +6,6 @@
 }
 
 .carousel {
-       @indicatorHeight: 10px;
-       @indicatorPadding: 4px;
        @buttonPadding: 4px;
 
        position: relative;
@@ -27,7 +25,7 @@
                position: absolute;
                top: 0;
                width: @searchBarPaddingLeft;
-               bottom: @indicatorHeight + @indicatorPadding;
+               bottom: 0;
 
                &.prev {
                        left: @buttonPadding;
@@ -99,28 +97,6 @@
 
                &.page-3 {
                        background-image: url(images/uploads/SplashScreen3.png);
-               }
-       }
-
-       ul {
-               position: absolute;
-               bottom: 0;
-               left: 0;
-               right: 0;
-               padding: @indicatorPadding 0 24px 0;
-               text-align: center;
-
-               li {
-                       display: inline-block;
-                       text-indent: -999px;
-                       overflow: hidden;
-                       width: 10px;
-                       height: @indicatorHeight;
-                       background: url(images/uploads/Indicator_default.png) 
50% 50% no-repeat;
-
-                       &.active {
-                               background-image: 
url(images/uploads/Indicator_active.png);
-                       }
                }
        }
 }
diff --git a/stylesheets/specials/images/uploads/Indicator_active.png 
b/stylesheets/specials/images/uploads/Indicator_active.png
deleted file mode 100644
index e176109..0000000
--- a/stylesheets/specials/images/uploads/Indicator_active.png
+++ /dev/null
Binary files differ
diff --git a/stylesheets/specials/images/uploads/Indicator_default.png 
b/stylesheets/specials/images/uploads/Indicator_default.png
deleted file mode 100644
index 6acb2f8..0000000
--- a/stylesheets/specials/images/uploads/Indicator_default.png
+++ /dev/null
Binary files differ
diff --git a/stylesheets/specials/uploads.css b/stylesheets/specials/uploads.css
index 7a41171..9349346 100644
--- a/stylesheets/specials/uploads.css
+++ b/stylesheets/specials/uploads.css
@@ -23,7 +23,7 @@
   position: absolute;
   top: 0;
   width: 40px;
-  bottom: 14px;
+  bottom: 0;
 }
 .carousel > button.prev {
   left: 4px;
@@ -96,25 +96,6 @@
 }
 .carousel .page.page-3 {
   background-image: url(images/uploads/SplashScreen3.png);
-}
-.carousel ul {
-  position: absolute;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  padding: 4px 0 24px 0;
-  text-align: center;
-}
-.carousel ul li {
-  display: inline-block;
-  text-indent: -999px;
-  overflow: hidden;
-  width: 10px;
-  height: 10px;
-  background: url(images/uploads/Indicator_default.png) 50% 50% no-repeat;
-}
-.carousel ul li.active {
-  background-image: url(images/uploads/Indicator_active.png);
 }
 .ctaUploadPhoto {
   padding: 8px;
diff --git a/templates/specials/uploads/carousel.html 
b/templates/specials/uploads/carousel.html
index 7d1bc70..216b913 100644
--- a/templates/specials/uploads/carousel.html
+++ b/templates/specials/uploads/carousel.html
@@ -6,9 +6,4 @@
        {{#cancel}}<button class="cancel">{{cancel}}</button>{{/cancel}}
 </div>
 {{/pages}}
-<ul>
-{{#pages}}
-       <li>{{id}}</li>
-{{/pages}}
-</ul>
 <button class='next'></button>

-- 
To view, visit https://gerrit.wikimedia.org/r/69251
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I75018f2edeb902818b8a253d1e726569f9a39760
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to