Nuria has uploaded a new change for review.
https://gerrit.wikimedia.org/r/178547
Change subject: Consolidating our css styles to one file
......................................................................
Consolidating our css styles to one file
Removing responsive.css
Change-Id: I00973b8b40430c3428cd38679f16ac7dde47974e
---
D src/css/responsive.css
M src/css/styles.css
2 files changed, 35 insertions(+), 33 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/analytics/dashiki
refs/changes/47/178547/1
diff --git a/src/css/responsive.css b/src/css/responsive.css
deleted file mode 100644
index e79d0dc..0000000
--- a/src/css/responsive.css
+++ /dev/null
@@ -1,33 +0,0 @@
-/* responsive media queries */
-@media only screen and (max-width:640px) {
-
- section.projects {
- /* hide the projects menu */
- display: none;
- }
-
- section.main {
- /* override space left for section.projects which is hidden */
- left: 0;
- overflow: auto;
- }
-
- .ui.vertical.menu {
- /* override minimum menu width - we don't have the luxury of
whitespace */
- width: auto;
- }
-
- .graph {
- width: 100%;
- overflow-x: hidden;
- }
-
- .graph .parent-of-resizable {
- height: 75vh;
- margin-left: -5%; /* effectively reduces margins */
- width: 120%;
- min-height: 0;
- min-width: 0;
- }
-
-}
diff --git a/src/css/styles.css b/src/css/styles.css
index 14e3f69..dbdf7ca 100644
--- a/src/css/styles.css
+++ b/src/css/styles.css
@@ -237,3 +237,38 @@
z-index: 100;
}
/* End Twitter Typeahead stuff */
+
+
+/* responsive media queries */
+@media only screen and (max-width:640px) {
+
+ section.projects {
+ /* hide the projects menu */
+ display: none;
+ }
+
+ section.main {
+ /* override space left for section.projects which is hidden */
+ left: 0;
+ overflow: auto;
+ }
+
+ .ui.vertical.menu {
+ /* override minimum menu width - we don't have the luxury of
whitespace */
+ width: auto;
+ }
+
+ .graph {
+ width: 100%;
+ overflow-x: hidden;
+ }
+
+ .graph .parent-of-resizable {
+ height: 75vh;
+ margin-left: -5%; /* effectively reduces margins */
+ width: 120%;
+ min-height: 0;
+ min-width: 0;
+ }
+
+}
--
To view, visit https://gerrit.wikimedia.org/r/178547
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I00973b8b40430c3428cd38679f16ac7dde47974e
Gerrit-PatchSet: 1
Gerrit-Project: analytics/dashiki
Gerrit-Branch: master
Gerrit-Owner: Nuria <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits