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

Change subject: don't show top dashed border on wikibase-toolbar-wrapper for 
new statements
......................................................................


don't show top dashed border on wikibase-toolbar-wrapper for new statements

doesn't look nice otherwise when clicking "add" on an item with
no statements or to add a new one.

Change-Id: I488d30baac53a8c590b27eb242f08157096c07ca
(cherry picked from commit ad652806e89c2f413e18cdb7597ce5366a8ae93f)
---
M lib/resources/wikibase.css
1 file changed, 9 insertions(+), 1 deletion(-)

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



diff --git a/lib/resources/wikibase.css b/lib/resources/wikibase.css
index a139b9e..f3309e9 100644
--- a/lib/resources/wikibase.css
+++ b/lib/resources/wikibase.css
@@ -303,12 +303,20 @@
 
 .wb-claimlistview > .wikibase-toolbar-wrapper {
        background-color: #F8F8F8;
-       border-top: 1px dashed #AAA;
        display: block;
        float: left;
        position: relative;
        width: 100%;
 }
+
+.wb-claimlistview > .wikibase-toolbar-wrapper {
+       border-top: 1px dashed #AAA;
+}
+
+.wb-claimlistview.wb-new > .wikibase-toolbar-wrapper {
+       border-top: 0;
+}
+
 .wb-claimlistview > .wikibase-toolbar-wrapper .wikibase-toolbar-container {
        position: static;
        line-height: 3em;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I488d30baac53a8c590b27eb242f08157096c07ca
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: wmf/1.25wmf8
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to