Aude has uploaded a new change for review.
https://gerrit.wikimedia.org/r/172897
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
---
M lib/resources/wikibase.css
1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/97/172897/1
diff --git a/lib/resources/wikibase.css b/lib/resources/wikibase.css
index b184c07..3209f63 100644
--- a/lib/resources/wikibase.css
+++ b/lib/resources/wikibase.css
@@ -295,12 +295,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/172897
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I488d30baac53a8c590b27eb242f08157096c07ca
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits