SG has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/141094

Change subject: Change boxSizing to box-sizing
......................................................................

Change boxSizing to box-sizing

Change-Id: I0fdd7befed87a8a1486787cdb0ffac8d44323947
---
M modules/new/styles/forms.less
M modules/new/styles/interactive.less
M modules/new/styles/layout.less
M modules/new/styles/mixins/helpers.less
M modules/new/styles/mw-ui-flow.less
5 files changed, 13 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/94/141094/1

diff --git a/modules/new/styles/forms.less b/modules/new/styles/forms.less
index 433be75..c320466 100644
--- a/modules/new/styles/forms.less
+++ b/modules/new/styles/forms.less
@@ -28,13 +28,13 @@
        // Make all text fields 100% wide by default
        .mw-ui-fieldtype-text,
        .mw-ui-fieldtag-textarea {
-               .boxSizing(border-box);
+               .box-sizing(border-box);
                width: 100%;
        }
 
        .mw-ui-input,
        textarea {
-               .boxSizing(border-box);
+               .box-sizing(border-box);
                width: 100%;
                padding: .3em .3em .3em .6em;
                display: block;
@@ -137,7 +137,7 @@
                font-size: 0.75em;
 
                .flow-ui-button {
-                       .boxSizing(border-box);
+                       .box-sizing(border-box);
                        margin-left: 0;
                        width: 100%;
                        float: none;
diff --git a/modules/new/styles/interactive.less 
b/modules/new/styles/interactive.less
index e774317..5a7443c 100644
--- a/modules/new/styles/interactive.less
+++ b/modules/new/styles/interactive.less
@@ -117,14 +117,14 @@
 }
 
 .flow-timestamp {
-       .boxSizing( border-box );
+       .box-sizing( border-box );
        display: inline-block;
        text-align: left;
 }
 
 .flow-timestamp-ago,
 .flow-timestamp-now {
-       .boxSizing( border-box );
+       .box-sizing( border-box );
        display: block;
        position: relative;
        line-height: 1em;
diff --git a/modules/new/styles/layout.less b/modules/new/styles/layout.less
index 970adc6..1006218 100644
--- a/modules/new/styles/layout.less
+++ b/modules/new/styles/layout.less
@@ -11,7 +11,7 @@
 .flow-board-header,
 // The whole board content wrapper
 .flow-board {
-       .boxSizing( border-box );
+       .box-sizing( border-box );
        padding-right: 200px;
        width: 100%;
        max-width: 915px;
@@ -104,7 +104,7 @@
 // .mw-content-ltr ul
 .flow-board ul.flow-topic-navigation {
        float: right;
-       .boxSizing( border-box );
+       .box-sizing( border-box );
        margin: 0 -200px 0 0;
        width: 185px;
        border-radius: 3px;
@@ -140,7 +140,7 @@
 // Individual topic container navigator link in bar
 .flow-topic-navigator {
        display: block;
-       .boxSizing( border-box );
+       .box-sizing( border-box );
        position: relative;
        z-index: 2;
        padding: 0.5em 1em;
@@ -245,7 +245,7 @@
        opacity: .5;
 
        .flow-reply-count-number {
-               .boxSizing( border-box );
+               .box-sizing( border-box );
                display: block;
                position: absolute;
                left: 0;
diff --git a/modules/new/styles/mixins/helpers.less 
b/modules/new/styles/mixins/helpers.less
index 73f8534..0dcdd6d 100644
--- a/modules/new/styles/mixins/helpers.less
+++ b/modules/new/styles/mixins/helpers.less
@@ -1,6 +1,6 @@
 // Cross-browser Helpers
 
-.boxSizing( @value ) {
+.box-sizing( @value ) {
        box-sizing:         @value;
        -moz-box-sizing:    @value;
        -webkit-box-sizing: @value;
diff --git a/modules/new/styles/mw-ui-flow.less 
b/modules/new/styles/mw-ui-flow.less
index d4f1393..56de3de 100644
--- a/modules/new/styles/mw-ui-flow.less
+++ b/modules/new/styles/mw-ui-flow.less
@@ -39,7 +39,7 @@
  */
 /*.flow-ui-validated */.mw-ui-field:not(.ie8WillIgnoreThis) {
        .mw-ui-field-icon {
-               .boxSizing( border-box );
+               .box-sizing( border-box );
                white-space: nowrap;
                position: absolute;
                top: 0;
@@ -51,7 +51,7 @@
        }
 
        .mw-ui-field-icon:before {
-               .boxSizing( border-box );
+               .box-sizing( border-box );
                display: inline-block;
                position: absolute;
                top: 50%;
@@ -233,7 +233,7 @@
        opacity: .9;
 
        &.flow-ui-tooltip-block {
-               .boxSizing(border-box);
+               .box-sizing(border-box);
                width: 100%;
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0fdd7befed87a8a1486787cdb0ffac8d44323947
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: frontend-rewrite
Gerrit-Owner: SG <[email protected]>

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

Reply via email to