Skip to content

Commit

Permalink
SAK-29989 Solved calendar mobile error in a TABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
sinmsinm committed Feb 24, 2016
1 parent d0fe506 commit 2aafc48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</span >

#if (!$addFieldsCalendarsCollectionIsEmpty)
<table class="listHier lines nolines" cellspacing="0" summary="$tlang.getString('cust.list')" style="width:75%">
<table class="listHier fieldsTable lines nolines" cellspacing="0" summary="$tlang.getString('cust.list')" style="width:75%">
<tr>
<th id="fieldname">$tlang.getString('cust.fname')</th>
<th id="checkbox">$tlang.getString('cust.rem')</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
}
}

table.listHier {
table.fieldsTable {
@media #{$phone}{
display: inline-table;
width:100% !important;
Expand Down Expand Up @@ -301,4 +301,4 @@
&.icon-calendar-special-event { @extend .fa-certificate}
&.icon-calendar-web-assignment { @extend .fa-code}
}
}
}

0 comments on commit 2aafc48

Please sign in to comment.