mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix rtl "more..." in toolbar widget. In addition, arrange actions in menulist a bit better
This commit is contained in:
parent
5886ec65a3
commit
680d6ad7e0
@ -1171,25 +1171,28 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
|
|||||||
*/
|
*/
|
||||||
.et2_toolbar {
|
.et2_toolbar {
|
||||||
background: none;
|
background: none;
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
.et2_toolbar button {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-toolbar-menulist{
|
.ui-toolbar-menulist{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: inherit !important;
|
height: inherit !important;
|
||||||
z-index: 999 !important;
|
z-index: 999 !important;
|
||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
padding-top: 2em !important;
|
border: solid black 1px;
|
||||||
padding-top: 2em !important;
|
padding: 0 !important;
|
||||||
border-right: solid black 1px;
|
margin: 0 !important;
|
||||||
border-bottom: solid black 1px;
|
text-align: left;
|
||||||
border-left: solid gray 1px;
|
border-radius: 0;
|
||||||
border-top: solid gray 1px !important;
|
|
||||||
padding: 1px 1px 1px 1px !important;
|
|
||||||
}
|
}
|
||||||
.ui-toolbar-menulistHeader{
|
.ui-toolbar-menulistHeader{
|
||||||
font-size: xx-small;
|
font-size: xx-small;
|
||||||
height:100%;
|
height:100%;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
.et2_toolbar_activeList{
|
.et2_toolbar_activeList{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user