[Rt-commit] rt branch, 5.0/admin-rt-portal-layout-fix, repushed
Aaron Trevena
ast at bestpractical.com
Wed Sep 16 14:15:54 EDT 2020
The branch 5.0/admin-rt-portal-layout-fix was deleted and repushed:
was ee7d2c580447eafea02003b80d6c4f7b6a6e96dd
now adb813d7bf029f8110cc15d32b1ebeea2e9c8982
1: ee7d2c5804 ! 1: 7f57fb2a8f Fix styling for RT portal iframe
@@ -6,13 +6,8 @@
properly due to browser style-sheets. Adding explicit style fixes the layout
to use the space on the page consistently with other components.
- While fixing the styling of the portal I found that the rt-portal classes in
- the elevator-light theme admin css were unused, and wouldn't effect the contents
- of the iframe due to iframe source not inheriting styles from parent document.
-
- The unused styles were pulled in with the responsive styling from the
- base-responsive branch in commit bb895ab211600e697ac8443b0a367ed0f2e75b0f but
- haven't been used.
+ Added styling to allow a less squashed layout for the admin page, allowing
+ more room for the portal and any other content added to the right of the menu.
diff --git a/share/html/Admin/Elements/Portal b/share/html/Admin/Elements/Portal
--- a/share/html/Admin/Elements/Portal
@@ -72,28 +67,17 @@
width: 100%;
border: 0;
}
+@@
+ padding-bottom: 0;
+ }
--#rt-portal .titlebox {
-- position: absolute;
-- top: 1em;
-- right: 1em;
-- bottom: 3em;
-- width: 55%;
-- padding-bottom: 1em;
--}
--
--#rt-portal .titlebox-content {
-- height: 100%;
-- padding: 0;
--}
--
--#rt-portal .titlebox.rolled-up {
-- bottom: auto;
-- padding-bottom: 0;
+iframe.rt-portlet {
+ height: 200px;
+ width: 100%;
+ border: 0;
++}
++
+ .admin-hint {
+ font-style: italic;
}
-
- .admin-hint {
+
-: ------- > 2: adb813d7bf Remove unused styles from admin.css
More information about the rt-commit
mailing list