From 7b2930f12a8e6ceeb06e7dac8db5378f883cddea Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 28 Jan 2014 15:41:22 +0000 Subject: [PATCH] Fix sidebox splitter helper. Again. --- pixelegg/css/pixelegg.css | 3 ++- pixelegg/less/layout_raster.less | 26 ++++++++++++++------------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index e106dbe2db..2fcc387197 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5056,7 +5056,8 @@ table.nextmatch_header img { #egw_fw_sidebar #egw_fw_splitter:hover { background-color: #ffc200; } -#egw_fw_sidebar .egw_fw_ui_splitter_vertical { +/** DON"T MOVE THIS **/ +.egw_fw_ui_splitter_vertical { background-image: url(../images/splitter_vert.png); background-position: center; background-repeat: no-repeat; diff --git a/pixelegg/less/layout_raster.less b/pixelegg/less/layout_raster.less index a18a949954..cfc338a350 100644 --- a/pixelegg/less/layout_raster.less +++ b/pixelegg/less/layout_raster.less @@ -721,20 +721,22 @@ &:hover {background-color: @egw_color_1;} } - .egw_fw_ui_splitter_vertical { - background-image: url(../images/splitter_vert.png); - background-position: center; - background-repeat: no-repeat; - .background_color_30_gray; - position: absolute; - width: 5px; - height: 100%; - cursor: col-resize; - } - // Ende Sidebar -} + // Menu Seite links +} +/** DON"T MOVE THIS **/ +.egw_fw_ui_splitter_vertical { + background-image: url(../images/splitter_vert.png); + background-position: center; + background-repeat: no-repeat; + .background_color_30_gray; + position: absolute; + width: 5px; + height: 100%; + cursor: col-resize; +} +