зеркало из https://github.com/mozilla/pjs.git
Bug 390194- [Proto] Event/Recurrence dialog: Width is too small for all three minimonths;r=philipp
This commit is contained in:
Родитель
6ddc22d1f9
Коммит
e59c948671
|
@ -266,3 +266,11 @@ toolbar[iconsize="small"] .cal-toolbarbutton-2 {
|
|||
}
|
||||
#button-importance-high[disabled="true"] {
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
* Recurrence dialog preview border
|
||||
*-------------------------------------------------------------------*/
|
||||
#preview-border {
|
||||
border: none;
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
|
@ -264,3 +264,11 @@ toolbar[iconsize="small"] .cal-toolbarbutton-2 {
|
|||
}
|
||||
#button-importance-high[disabled="true"] {
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
* Recurrence dialog preview border
|
||||
*-------------------------------------------------------------------*/
|
||||
#preview-border {
|
||||
border: none;
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
|
@ -516,10 +516,10 @@
|
|||
</groupbox>
|
||||
|
||||
<!-- preview -->
|
||||
<vbox id="recurrence-preview-box" flex="1">
|
||||
<groupbox id="preview-border" flex="1">
|
||||
<label id="recurrence-preview-label"
|
||||
value="&event.recurrence.preview.label;"
|
||||
control="recurrence-preview"/>
|
||||
<recurrence-preview id="recurrence-preview" flex="1"/>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
</dialog>
|
||||
|
|
Загрузка…
Ссылка в новой задаче