[Rt-commit] rt branch, 4.6/fix-menu-overflows, repushed
Blaine Motsinger
blaine at bestpractical.com
Thu Dec 19 12:07:05 EST 2019
The branch 4.6/fix-menu-overflows was deleted and repushed:
was 92190ddbbf1a02b890e587d18d0ab4a440675648
now d5c3a9bc256123bf2688f6ad009b6f127a7fb927
1: 7802d79e7a ! 1: f3bc81d61b Fix overflow for main and page navigation
@@ -47,17 +47,4 @@
top: 0.5em;
height: 1.4em;
font-size: 1.4em;
-@@
- text-overflow: ellipsis;
- }
-
-+ at media (max-width: 1060px) {
-+ div#header h1 {
-+ right: 13%;
-+ }
-+}
-+
- h1 {
- color: #31363E;
- }
2: b758bf3bf5 = 2: df61ca1a72 Re-add collapsing topactions buttons
3: 5921bcb6fb ! 3: dfaec645a4 Update layout to support wrapping subject
@@ -30,6 +30,9 @@
+ float: left;
+ clear: both;
+ width: 100%;
++ border-top-color: #547CCC;
++ border-top-width: 2px;
++ border-top-style: solid;
}
@media (max-width: 800px) {
@@ -63,7 +66,6 @@
- border-bottom-width: 2px;
- border-bottom-style: solid;
+ float: left;
-+ max-width: 60%;
}
div#header h1 {
@@ -77,14 +79,15 @@
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
--}
--
-- at media (max-width: 1060px) {
-- div#header h1 {
-- right: 13%;
-- }
+ white-space: break-spaces;
+ overflow: visible;
++ max-width: 60%;
++}
++
++ at media (max-width: 600px) { /* less than 600 */
++ div#header h1 {
++ max-width: 70%;
++ }
}
h1 {
4: 92190ddbbf ! 4: 9d63a7d2db Fix page-menu display issues
@@ -1,10 +1,19 @@
Author: Blaine Motsinger <blaine at bestpractical.com>
- WIP - Fix page-menu display issues
+ Fix page-menu display issues
diff --git a/share/static/css/elevator-light/nav.css b/share/static/css/elevator-light/nav.css
--- a/share/static/css/elevator-light/nav.css
+++ b/share/static/css/elevator-light/nav.css
+@@
+ #main-navigation .sf-menu a:hover {
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
++ border-radius: 0;
++ text-align: left;
+ }
+
+ #main-navigation a {
@@
}
@@ -21,14 +30,4 @@
}
#page-menu.sf-menu li {
-@@
- border-left-width: 1px;
- }
-
-+#page-menu.sf-menu ul #li-page-overflow ul li #page-actions {
-+ float: none;
-+}
-+
- /* restore wrapping for submenus */
- #app-nav.sf-menu ul {
- white-space: normal;
+
-: ------- > 5: d5c3a9bc25 Fix margin on topaction and logo
More information about the rt-commit
mailing list