mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Use taglist-cat for calendar edit
This commit is contained in:
parent
c8c25b35ee
commit
fc7d679fea
@ -85,7 +85,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
<vbox align="right" width="100%" height="240">
|
<vbox align="right" width="100%" height="240">
|
||||||
<description for="category" value="Categories" class="row_on"/>
|
<description for="category" value="Categories" class="row_on"/>
|
||||||
<listbox type="select-cat" id="category" rows="9" tags="true" />
|
<taglist-cat id="category" height="190" />
|
||||||
</vbox>
|
</vbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1674,8 +1674,6 @@ div.calendar {
|
|||||||
text-indent: -20px;
|
text-indent: -20px;
|
||||||
}
|
}
|
||||||
#calendar-edit #calendar-edit_calendar-edit-details #calendar-edit_category {
|
#calendar-edit #calendar-edit_calendar-edit-details #calendar-edit_category {
|
||||||
border: 1px solid;
|
|
||||||
border-color: #b4b4b4;
|
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -474,8 +474,6 @@ div.calendar { position: relative; }
|
|||||||
|
|
||||||
//selectbox
|
//selectbox
|
||||||
#calendar-edit_category{
|
#calendar-edit_category{
|
||||||
border: 1px solid;
|
|
||||||
border-color: @gray_30;
|
|
||||||
.border_radius_button_normal;
|
.border_radius_button_normal;
|
||||||
padding: 0 0.3em 0 0;
|
padding: 0 0.3em 0 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user