From 533ad2cc0e5266a990b4e52bc53ccd31d191345e Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 28 Sep 2015 17:45:24 +0000 Subject: [PATCH] Allow taller nextmatch headers --- pixelegg/css/mobile.css | 13 +++++++------ pixelegg/css/pixelegg.css | 11 ++++++----- pixelegg/less/layout_table.less | 8 +++----- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index a4c92caa92..1e7b97def3 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -2196,6 +2196,7 @@ body { * @package pixelegg * @version $Id$ */ +@import-once "def_colors.less"; #socialMedia { position: relative; bottom: 20px; @@ -4273,7 +4274,7 @@ td.message span.message { text-decoration: none; height: 32px; /*font-size: 1.1em;*/ - font-size: 12.1px; + font-size: 12.100000000000001px; line-height: 1.5em; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { @@ -4297,7 +4298,7 @@ td.message span.message { } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before { padding-right: 20px; - font-size: 12.1px; + font-size: 12.100000000000001px; content: " "; background-image: url(../images/topmenu_items/home.png); background-repeat: no-repeat; @@ -4693,7 +4694,7 @@ td.message span.message { padding-left: 3em; color: #999999; /*font-size: 12px;*/ - font-size: 12.1px; + font-size: 12.100000000000001px; line-height: 17px; } #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object { @@ -4865,7 +4866,7 @@ td.message span.message { margin: 5px 0px 3px 5px; padding: 0px 0px 0px 15px; line-height: 1em; - font-size: 12.1px; + font-size: 12.100000000000001px; background-image: url(../images/arrow_left.png); background-repeat: no-repeat; background-position: left center; @@ -5899,7 +5900,7 @@ table.egwGridView_outer thead tr th:active { border-bottom: 1px solid silver; } table.egwGridView_outer thead tr th div.innerContainer { - max-height: 7em; + max-height: 10em; overflow-y: auto; } table.egwGridView_outer thead tr th.optcol { @@ -6925,7 +6926,7 @@ a.textSidebox { margin: 5px 0px 3px 5px; padding: 0px 0px 0px 15px; line-height: 1em; - font-size: 12.1px; + font-size: 12.100000000000001px; background-image: url(../images/arrow_left.png); background-repeat: no-repeat; background-position: left center; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 3778d4105e..5d350d80f5 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -2185,6 +2185,7 @@ body { * @package pixelegg * @version $Id$ */ +@import-once "def_colors.less"; #socialMedia { position: relative; bottom: 20px; @@ -4262,7 +4263,7 @@ td.message span.message { text-decoration: none; height: 32px; /*font-size: 1.1em;*/ - font-size: 12.1px; + font-size: 12.100000000000001px; line-height: 1.5em; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { @@ -4286,7 +4287,7 @@ td.message span.message { } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before { padding-right: 20px; - font-size: 12.1px; + font-size: 12.100000000000001px; content: " "; background-image: url(../images/topmenu_items/home.png); background-repeat: no-repeat; @@ -4682,7 +4683,7 @@ td.message span.message { padding-left: 3em; color: #999999; /*font-size: 12px;*/ - font-size: 12.1px; + font-size: 12.100000000000001px; line-height: 17px; } #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object { @@ -4854,7 +4855,7 @@ td.message span.message { margin: 5px 0px 3px 5px; padding: 0px 0px 0px 15px; line-height: 1em; - font-size: 12.1px; + font-size: 12.100000000000001px; background-image: url(../images/arrow_left.png); background-repeat: no-repeat; background-position: left center; @@ -5888,7 +5889,7 @@ table.egwGridView_outer thead tr th:active { border-bottom: 1px solid silver; } table.egwGridView_outer thead tr th div.innerContainer { - max-height: 7em; + max-height: 10em; overflow-y: auto; } table.egwGridView_outer thead tr th.optcol { diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 208d0c40af..730641664a 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -118,11 +118,9 @@ table.egwGridView_outer{ } div.innerContainer { - max-height: 7em; - overflow-y: auto; - } - - + max-height: 10em; + overflow-y: auto; + } } th.optcol {