[education/rkward] /: Tweak dashboard CSS, importantly keeping the layout from wrapping.
Thomas Friedrichsmeier
null at kde.org
Fri May 13 18:29:39 BST 2022
Git commit 00c553e829d96723c52ee84370e5483490d10986 by Thomas Friedrichsmeier.
Committed on 13/05/2022 at 17:28.
Pushed by tfry into branch 'master'.
Tweak dashboard CSS, importantly keeping the layout from wrapping.
M +0 -3 ChangeLog
M +12 -3 rkward/pages/rkward_help.css
https://invent.kde.org/education/rkward/commit/00c553e829d96723c52ee84370e5483490d10986
diff --git a/ChangeLog b/ChangeLog
index 191707d4..268c7dff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,5 @@
TODOs:
- More tolerant handshake on Windows? Simply a matter of allowing more time?
- - Fix RKWard-app icon on Windows
- When directly upgrading from very old versions (pre 0.6.3, currently), discard existing config settings
- Plugin maps with the same id are grouped together, and the most recent version is used, automatically
@@ -13,7 +12,6 @@ TODOs:
- Better placement of messages in non-plot preview windows
- Fixed some problems with cancelling running commands
- Package installation uses inline widget to provide progress feedback, instead of separate dialogs
- - TODO: Fix crash, if cancelling of operation is confirmed, after operation has finished (guard against deletion, while question sub-dialog is active)
- Package installation no longer uses an external process, unless required for root permissions
- Fixed: Package installation as root would fail to find kdesu/kdesudo on recent systems
- Fixed: R help pages would refuse to open in new tab
@@ -25,7 +23,6 @@ TODOs:
- Fixed: Installation from dialog would fail for R packages requiring the rkward package
- Allow separate analysis by grouping factors in Analysis->Descriptive Statistics
- Rework help start page to serve as a dashboard for common tasks, replacing the old startup dialog
- - TODO: finish this
- Fix quirks around "Save as" for rkward output documents
--- Version 0.7.3 - Apr-21-2022
diff --git a/rkward/pages/rkward_help.css b/rkward/pages/rkward_help.css
index f4057472..589d34f4 100644
--- a/rkward/pages/rkward_help.css
+++ b/rkward/pages/rkward_help.css
@@ -26,7 +26,7 @@ a:link {
}
#rkward_welcome #main {
- width: 95%;
+ width: 100%;
margin: auto;
display: flex;
flex-flow: row wrap;
@@ -37,14 +37,23 @@ a:link {
width: 100%;
}
+#rkward_welcome #main h2 {
+ margin: 0.5em 0;
+ padding: 0.2em;
+ display: inline;
+ border: 1px solid var(--shadow-color);
+ border-radius: .5em;
+}
+
#rkward_welcome #navigation {
display: none;
}
#rkward_welcome div {
- width: 45%;
- margin: 1em;
+ width: 46%;
+ margin: 2%;
padding: 0em 1em;
+ box-sizing: border-box;
}
#rkward_welcome div div {
More information about the rkward-tracker
mailing list