mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
Pixelegg changes from Thursday
This commit is contained in:
parent
325c718201
commit
fadec23222
File diff suppressed because it is too large
Load Diff
@ -65,5 +65,4 @@
|
|||||||
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -8,6 +8,7 @@
|
|||||||
* @version $Id: class.pixelegg_framework.inc.php 2741 2013-11-14 13:53:24Z ralfbecker $
|
* @version $Id: class.pixelegg_framework.inc.php 2741 2013-11-14 13:53:24Z ralfbecker $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//open
|
||||||
function show_pixelegg_header(_toggle, _delay)
|
function show_pixelegg_header(_toggle, _delay)
|
||||||
{
|
{
|
||||||
$j("#egw_fw_header").slideToggle();
|
$j("#egw_fw_header").slideToggle();
|
||||||
@ -22,6 +23,7 @@ function show_pixelegg_header(_toggle, _delay)
|
|||||||
$j(_toggle).parent().addClass("slideup");
|
$j(_toggle).parent().addClass("slideup");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//closed
|
||||||
function hide_pixelegg_header(_toggle, _delay)
|
function hide_pixelegg_header(_toggle, _delay)
|
||||||
{
|
{
|
||||||
$j("#egw_fw_header").slideToggle();
|
$j("#egw_fw_header").slideToggle();
|
||||||
@ -29,7 +31,7 @@ function hide_pixelegg_header(_toggle, _delay)
|
|||||||
$j("#egw_fw_topmenu_info_items").show();
|
$j("#egw_fw_topmenu_info_items").show();
|
||||||
$j("#egw_fw_logout").show();
|
$j("#egw_fw_logout").show();
|
||||||
$j("#egw_fw_print").show();
|
$j("#egw_fw_print").show();
|
||||||
// $j("#egw_fw_tabs").animate({'margin-top':'-13px'},_delay);
|
$j("#egw_fw_tabs").animate({'margin-top':'1px'},_delay);
|
||||||
$j("#egw_fw_topmenu_info_items").animate({
|
$j("#egw_fw_topmenu_info_items").animate({
|
||||||
"bottom": "3px",
|
"bottom": "3px",
|
||||||
"right": "5px",
|
"right": "5px",
|
||||||
|
Binary file not shown.
@ -10,6 +10,10 @@
|
|||||||
@import (reference) "./def_buttons.less";
|
@import (reference) "./def_buttons.less";
|
||||||
@import (less) "../../etemplate/templates/default/etemplate2.css";
|
@import (less) "../../etemplate/templates/default/etemplate2.css";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@media all {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Top level
|
* Top level
|
||||||
*/
|
*/
|
||||||
@ -928,54 +932,59 @@ div.message.floating {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
border-color: @gray-100;
|
border-color: @gray-100;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
border-top-right-radius: 15px;
|
height: 37px;
|
||||||
border-bottom-right-radius: 15px;
|
.border-radius (15px, 3px, 0px, 0px);
|
||||||
}
|
|
||||||
|
.et2_label {
|
||||||
|
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 0.2em;
|
||||||
|
|
||||||
|
|
||||||
|
select {
|
||||||
|
.Complete_Button_select;
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-right: 1px;
|
||||||
|
margin-top: 6px;
|
||||||
|
|
||||||
|
font-size: 1.2em;
|
||||||
|
max-width: 14% !important;
|
||||||
|
height: 25px;
|
||||||
|
/*top: 8px;*/
|
||||||
|
/*padding: 5px 0px 0px 3px;*/
|
||||||
|
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
.Complete_Button_select_hover;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:after {}
|
||||||
|
|
||||||
|
/*Dialog - Addressbook - View */
|
||||||
|
#infolog-index_cat_id,
|
||||||
|
#infolog-index_filter {width: 50% !important;}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.nextmatch_header > .filters {
|
|
||||||
select,
|
|
||||||
input,
|
|
||||||
button {
|
|
||||||
height: 25px;
|
|
||||||
padding: 0px 0px 0px 3px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Select Field
|
|
||||||
|
|
||||||
.nextmatch_header > .filters select {
|
|
||||||
margin-right: 2ex;
|
|
||||||
max-width: 15% !important;
|
|
||||||
.Complete_Button_select;
|
|
||||||
margin-right: 2ex;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
.Complete_Button_select_hover;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*Dialog - Addressbook - View */
|
|
||||||
#infolog-index_cat_id,
|
|
||||||
#infolog-index_filter {width: 50% !important;}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
// Select -> Option
|
// Select -> Option
|
||||||
|
|
||||||
.nextmatch_header > .filters > select > option {font-size: 0.9em;}
|
.nextmatch_header > .filters > select > option {font-size: 0.9em;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Search Field
|
// Search Field
|
||||||
|
.nextmatch_header > .filters input[type=search] {
|
||||||
.nextmatch_header > .filters input[type=search] { .background-color-search;}
|
.background-color-search;
|
||||||
|
color: black;
|
||||||
|
/*height: 25px;*/
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.nextmatch_header > .filters button.et2_button {
|
.nextmatch_header > .filters button.et2_button {
|
||||||
.Complete_Button_search_action;
|
.Complete_Button_search_action;
|
||||||
|
float: left;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
.box_shadow_standard_light_hover;
|
.box_shadow_standard_light_hover;
|
||||||
@ -1047,6 +1056,23 @@ div.message.floating {
|
|||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*################################################################
|
||||||
|
*
|
||||||
|
* Kategorien
|
||||||
|
*
|
||||||
|
################################################################*/
|
||||||
|
|
||||||
|
/*ADD Button*/
|
||||||
|
#admin-categories-index_add {
|
||||||
|
|
||||||
|
.Complete_Button_add;
|
||||||
|
|
||||||
|
&:hover {.Complete_Button_add_hover};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-categories-index_filter {top: 8px;}
|
||||||
|
|
||||||
/*################################################################
|
/*################################################################
|
||||||
*
|
*
|
||||||
* Favorites
|
* Favorites
|
||||||
@ -1136,36 +1162,6 @@ div.message.floating {
|
|||||||
|
|
||||||
} // dropdown
|
} // dropdown
|
||||||
|
|
||||||
/* // Liste
|
|
||||||
ul{
|
|
||||||
|
|
||||||
border-color: @gray-30;
|
|
||||||
.background-color-0-gray;
|
|
||||||
.color-100-gray;
|
|
||||||
li{
|
|
||||||
.background-color-0-gray;
|
|
||||||
|
|
||||||
&:hover {.background-color-10-gray;}
|
|
||||||
a {
|
|
||||||
|
|
||||||
height: 40px;
|
|
||||||
border: none;
|
|
||||||
|
|
||||||
img {height: 16px; width: 16px;}
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
background: none;
|
|
||||||
text-indent: -22px;
|
|
||||||
margin-left: 21px;
|
|
||||||
height: 40px;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li#blank {}
|
|
||||||
li#add { }
|
|
||||||
|
|
||||||
}*/
|
|
||||||
|
|
||||||
|
|
||||||
/* Favorites */
|
/* Favorites */
|
||||||
@ -1657,4 +1653,24 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
|||||||
.ms-res-ctn {
|
.ms-res-ctn {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
// |