Use taglist-cat for calendar edit

This commit is contained in:
Nathan Gray 2016-02-29 20:31:57 +00:00
parent c8c25b35ee
commit fc7d679fea
3 changed files with 1 additions and 5 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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;