Pginer has uploaded a new change for review.

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


Change subject: Styling adjustmants on the bottom panel
......................................................................

Styling adjustmants on the bottom panel

CSS adjustments for the metadata panel of Media Viewer.
Changes include:
- Panel colur
- Text spacing and colour.
- Positioning of license image with respect to text.

Change-Id: I3dd1a462842cf2cf955cfc5788b24b0e29cb3f6c
---
M resources/ext.multimediaViewer/ext.multimediaViewer.css
M resources/multilightbox/multilightbox.css
2 files changed, 14 insertions(+), 7 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MultimediaViewer 
refs/changes/62/100362/1

diff --git a/resources/ext.multimediaViewer/ext.multimediaViewer.css 
b/resources/ext.multimediaViewer/ext.multimediaViewer.css
index b27f87d..89a96f6 100644
--- a/resources/ext.multimediaViewer/ext.multimediaViewer.css
+++ b/resources/ext.multimediaViewer/ext.multimediaViewer.css
@@ -12,12 +12,13 @@
 
 .mlb-controls {
        height: auto;
+    color: #222222;
 }
 
 .mlb-post-image {
        position: absolute;
        height: auto;
-       background-color: #e4e2e1;
+       background-color: #fbfbfb;
 }
 
 .mw-mlb-controls-position {
@@ -122,8 +123,9 @@
 
 .mw-mlb-image-metadata {
        width: 100%;
-       background-color: #e4e2e1;
+       background-color: #fbfbfb;
        position: relative;
+    padding-top: 10px;
 }
 
 .mw-mlb-image-desc-div {
@@ -143,7 +145,7 @@
 }
 
 .mw-mlb-image-desc {
-       color: #6f7073;
+       color: #555555;
 }
 
 .mw-mlb-image-links li {
@@ -197,7 +199,9 @@
 }
 
 .mw-mlb-license {
-       padding-left: 10px;
+    color: #888888;
+       padding-left: 15px;
+    font-size: 0.9em;
 }
 
 .mw-mlb-license.empty {
@@ -209,7 +213,7 @@
        /* @embed */
        background-image: url(img/cc.svg);
        display: inline-block;
-       vertical-align: middle;
+       vertical-align: text-bottom;
        height: 20px;
        width: 20px;
        content: ' ';
@@ -238,7 +242,8 @@
 .mw-mlb-credit,
 .mw-mlb-image-desc,
 .mw-mlb-mmv-about-links {
-       padding-left: 20px;
+       padding: 0 0 5px 15px;
+    margin:0;
 }
 
 .mw-mlb-mmv-about-links {
diff --git a/resources/multilightbox/multilightbox.css 
b/resources/multilightbox/multilightbox.css
index c90cda8..ec78b61 100644
--- a/resources/multilightbox/multilightbox.css
+++ b/resources/multilightbox/multilightbox.css
@@ -73,7 +73,9 @@
 .mlb-controls {
        height: 32px;
        width: 100%;
-       border-bottom: 1px solid #7d7c81;
+       border-bottom: 1px solid #cccccc;
+    padding-top: 10px;
+    padding-bottom: 5px
 }
 
 .mlb-close,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3dd1a462842cf2cf955cfc5788b24b0e29cb3f6c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: Pginer <pgi...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to