mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:18 +01:00
pixelegg changes from Wednesday
This commit is contained in:
parent
1cb3ac1111
commit
458648bf8b
@ -1085,6 +1085,12 @@ div#calendar-edit #calendar-edit_calendar-edit-history tbody {
|
|||||||
div#calendar-edit tr.dialog-footer-toolbar label.et2_label {
|
div#calendar-edit tr.dialog-footer-toolbar label.et2_label {
|
||||||
top: 0px !important;
|
top: 0px !important;
|
||||||
}
|
}
|
||||||
|
div#calendar-edit #calendar-edit_action {
|
||||||
|
margin-left: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
|
width: 10em;
|
||||||
|
padding: 5px 0 5px 10px;
|
||||||
|
}
|
||||||
.calendar_inputFullWidth input {
|
.calendar_inputFullWidth input {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
@ -464,7 +464,6 @@ div#calendar-edit{
|
|||||||
|
|
||||||
// Kategorien
|
// Kategorien
|
||||||
.et2_hbox_right {overflow-y: auto;}
|
.et2_hbox_right {overflow-y: auto;}
|
||||||
|
|
||||||
.et2_selectbox .ui-multiselect-checkboxes {min-height: 290px;}
|
.et2_selectbox .ui-multiselect-checkboxes {min-height: 290px;}
|
||||||
.et2_selectbox .ui-multiselect-checkboxes li {text-indent: -20px;}
|
.et2_selectbox .ui-multiselect-checkboxes li {text-indent: -20px;}
|
||||||
|
|
||||||
@ -474,22 +473,18 @@ div#calendar-edit{
|
|||||||
border-color: @gray_30;
|
border-color: @gray_30;
|
||||||
.border_radius_button_normal;
|
.border_radius_button_normal;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
li{
|
li{
|
||||||
.ui-state-hover{
|
.ui-state-hover{
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
.box_shadow_standard_light_hover;
|
.box_shadow_standard_light_hover;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Kalender Widget
|
||||||
|
div#ui-datepicker-div{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -636,6 +631,15 @@ div#calendar-edit{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// actions
|
||||||
|
#calendar-edit_action {
|
||||||
|
margin-left: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
|
width: 10em;
|
||||||
|
padding: 5px 0 5px 10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -319,7 +319,6 @@ span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|||||||
/*Input beschränken*/
|
/*Input beschränken*/
|
||||||
#infolog-edit {
|
#infolog-edit {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5em;
|
|
||||||
}
|
}
|
||||||
#infolog-edit .et2_tabheader {
|
#infolog-edit .et2_tabheader {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
@ -297,7 +297,6 @@ span#favorite_sidebox_infolog{
|
|||||||
|
|
||||||
#infolog-edit{
|
#infolog-edit{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5em;
|
|
||||||
|
|
||||||
// input{ max-width: 95%; }
|
// input{ max-width: 95%; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user