mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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 {
|
||||
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 {
|
||||
width: 60%;
|
||||
}
|
||||
|
@ -464,7 +464,6 @@ div#calendar-edit{
|
||||
|
||||
// Kategorien
|
||||
.et2_hbox_right {overflow-y: auto;}
|
||||
|
||||
.et2_selectbox .ui-multiselect-checkboxes {min-height: 290px;}
|
||||
.et2_selectbox .ui-multiselect-checkboxes li {text-indent: -20px;}
|
||||
|
||||
@ -474,22 +473,18 @@ div#calendar-edit{
|
||||
border-color: @gray_30;
|
||||
.border_radius_button_normal;
|
||||
|
||||
|
||||
|
||||
li{
|
||||
.ui-state-hover{
|
||||
font-weight: normal !important;
|
||||
.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*/
|
||||
#infolog-edit {
|
||||
margin: 0;
|
||||
padding: 0.5em;
|
||||
}
|
||||
#infolog-edit .et2_tabheader {
|
||||
background: transparent;
|
||||
|
@ -297,7 +297,6 @@ span#favorite_sidebox_infolog{
|
||||
|
||||
#infolog-edit{
|
||||
margin: 0;
|
||||
padding: 0.5em;
|
||||
|
||||
// input{ max-width: 95%; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user