From d9d701ae8fdf284d427dea4a17224edbd12c0f3e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 4 Oct 2016 11:45:44 +0200 Subject: [PATCH] WIP of new hint presentation for preferences: - Remove extra prefHelp styles of calendar which disturbs the default behavior --- calendar/templates/pixelegg/app.css | 47 -------------------------- calendar/templates/pixelegg/app.less | 50 ---------------------------- 2 files changed, 97 deletions(-) diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 8692e24409..035d10e0a2 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -2379,53 +2379,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget margin: -2px -1px 0px -2px; width: 410px; } -/** ##################################################################################### - * @package preferences - * ###################################################################################### - */ -table.prefTable { - width: 100%; -} -tr.prefRow { - position: relative; -} -td.prefName { - width: 50%; -} -tr.prefRow > td { - vertical-align: bottom; - /* otherwise help will cover bigger prefValue */ -} -.prefHelp { - position: absolute; - right: 55%; - display: none; - width: 33%; - background-color: #ffffff; -} -tr.prefRow:hover .prefHelp { - display: block; - z-index: 10; - /* FF: displays it under next prefName without */ -} -.prefDefault, -.prefValue { - float: left; -} -.prefValue { - margin-right: 5px; -} -.prefValue textarea, -textarea.prefValue { - width: 99%; - height: 5em; -} -.prefType, -.prefApp { - font-size: 150%; - display: inline-block; - padding-bottom: 5px; -} /* ########################################################################################################################################### * Calendar specfic /* ########################################################################################################################################### diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 2e28b94291..50013700a2 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -1012,61 +1012,11 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget width:410px; } -/** ##################################################################################### - * @package preferences - * ###################################################################################### - */ - -table.prefTable { - width: 100%; -} -tr.prefRow { - position: relative; -} -td.prefName { - width: 50%; -} -tr.prefRow > td { - vertical-align: bottom; /* otherwise help will cover bigger prefValue */ -} -.prefHelp { - position: absolute; - right: 55%; - display: none; - width: 33%; - background-color: @color_tooltip; - -} -tr.prefRow:hover .prefHelp { - display: block; - z-index: 10; /* FF: displays it under next prefName without */ -} -.prefDefault, .prefValue { - float: left; -} -.prefValue { - margin-right: 5px; -} -.prefValue textarea, textarea.prefValue { - width: 99%; - height: 5em; -} - -.prefType, .prefApp { - font-size: 150%; - display: inline-block; - padding-bottom: 5px; -} - - /* ########################################################################################################################################### * Calendar specfic /* ########################################################################################################################################### */ - - - /*ui-widget*/ /*edit series*/ button#series {