From b9621f03235586a192339c6ba10f7fd91a83f3d8 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 4 Oct 2016 18:04:10 +0200 Subject: [PATCH] WIP of new hint presentation for preferences: - Fix misalignment of middle field - Fix some of the tabs getting horizental scrollbar --- preferences/templates/default/app.css | 10 +++++++++- preferences/templates/default/settings.xet | 2 +- preferences/templates/pixelegg/app.css | 14 ++++++++++++-- preferences/templates/pixelegg/app.less | 4 +++- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/preferences/templates/default/app.css b/preferences/templates/default/app.css index 14deadd93a..00152101b1 100644 --- a/preferences/templates/default/app.css +++ b/preferences/templates/default/app.css @@ -44,6 +44,8 @@ tr.prefRow > td { padding: 5px; margin-top: -4px; top: 0; + overflow-y: auto; + z-index: 1; } tr.prefRow:hover .prefHelp { display: block; @@ -51,9 +53,15 @@ tr.prefRow:hover .prefHelp { } .prefDefault, .prefValue { float: left; + display: inline-block; } .prefValue { margin-right: 5px; + width:49%; +} +.prefDefault { + float: right; + width:48%; } .prefValue textarea, textarea.prefValue { width: 99%; @@ -65,7 +73,7 @@ tr.prefRow:hover .prefHelp { margin-right: 5px; } .prefType{ - width:50%; + width:49%; } .prefApp { width:49.50%; diff --git a/preferences/templates/default/settings.xet b/preferences/templates/default/settings.xet index 0188207d01..4190e15a64 100644 --- a/preferences/templates/default/settings.xet +++ b/preferences/templates/default/settings.xet @@ -34,7 +34,7 @@ - + diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index 3b719f83b0..0df003bd78 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -59,6 +59,8 @@ tr.prefRow > td { padding: 5px; margin-top: -4px; top: 0; + overflow-y: auto; + z-index: 1; } tr.prefRow:hover .prefHelp { display: block; @@ -68,9 +70,15 @@ tr.prefRow:hover .prefHelp { .prefDefault, .prefValue { float: left; + display: inline-block; } .prefValue { margin-right: 5px; + width: 49%; +} +.prefDefault { + float: right; + width: 48%; } .prefValue textarea, textarea.prefValue { @@ -84,7 +92,7 @@ textarea.prefValue { margin-right: 5px; } .prefType { - width: 50%; + width: 49%; } .prefApp { width: 49.50%; @@ -135,13 +143,15 @@ tr.prefRow > td { .prefHelp { position: absolute; display: none; - width: 254px; + width: 250px; max-height: 99%; height: 97%; padding: 5px; margin-top: -4px; top: 0; z-index: 1; + border: 2px solid dimgrey; + border-radius: 5px; } .prefHelpColumn { border-left: 1px solid #e6e6e6 !important; diff --git a/preferences/templates/pixelegg/app.less b/preferences/templates/pixelegg/app.less index a2fd141d51..73fbf5adaf 100755 --- a/preferences/templates/pixelegg/app.less +++ b/preferences/templates/pixelegg/app.less @@ -57,13 +57,15 @@ tr.prefRow > td { .prefHelp { position: absolute; display: none; - width: 254px; + width: 250px; max-height: 99%; height: 97%; padding: 5px; margin-top: -4px; top: 0; z-index: 1; + border: 2px solid dimgrey; + border-radius: 5px; } .prefHelpColumn {border-left:1px solid #e6e6e6 !important;} tr.prefRow:hover .prefHelp {