Skip to content

Commit

Permalink
update semantic-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ehzhang committed Sep 9, 2015
1 parent 2e9be7b commit 1006c46
Show file tree
Hide file tree
Showing 176 changed files with 17,960 additions and 10,168 deletions.
4 changes: 2 additions & 2 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ momentjs:moment
reactive-var
underscore
accounts-password
semantic:ui
flemay:less-autoprefixer
mizzao:user-status
chart:chart
fourseven:scss
semantic:ui
flemay:less-autoprefixer
4 changes: 2 additions & 2 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ reactive-var@1.0.5
reload@1.1.3
retry@1.0.3
routepolicy@1.0.5
semantic:ui@1.12.1_1
semantic:ui-data@1.12.1_1
semantic:ui@2.1.3
semantic:ui-data@2.1.3
service-configuration@1.0.4
session@1.1.0
sha@1.0.3
Expand Down
9 changes: 5 additions & 4 deletions client/components/ticketPanel/ticketPanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@

{{else}}
<div class="title">
<strong>
{{greeting}}
</strong>
<br>
<p>
<strong>
{{greeting}}
</strong>
</p>
{{constant 'TICKET_PANEL_GREETING'}}
</div>
<div class="content">
Expand Down
5 changes: 4 additions & 1 deletion client/lib/semantic-ui/.custom.semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
"checkbox": true,
"colorize": true,
"comment": true,
"container": true,
"dimmer": true,
"divider": true,
"dropdown": true,
"embed": true,
"feed": true,
"flag": true,
"form": true,
Expand Down Expand Up @@ -46,7 +48,6 @@
"tab": true,
"table": true,
"transition": true,
"video": true,
"visibility": true,
"visit": true
},
Expand All @@ -57,12 +58,14 @@
"bootstrap3": false,
"chubby": false,
"classic": false,
"colored": false,
"default": true,
"duo": false,
"fixed": false,
"flat": false,
"github": false,
"gmail": false,
"instagram": false,
"material": false,
"pulsar": false,
"raised": false,
Expand Down
5 changes: 4 additions & 1 deletion client/lib/semantic-ui/custom.semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
"checkbox": true,
"colorize": true,
"comment": true,
"container": true,
"dimmer": true,
"divider": true,
"dropdown": true,
"embed": true,
"feed": true,
"flag": true,
"form": true,
Expand Down Expand Up @@ -46,7 +48,6 @@
"tab": true,
"table": true,
"transition": true,
"video": true,
"visibility": true,
"visit": true
},
Expand All @@ -57,12 +58,14 @@
"bootstrap3": false,
"chubby": false,
"classic": false,
"colored": false,
"default": true,
"duo": false,
"fixed": false,
"flat": false,
"github": false,
"gmail": false,
"instagram": false,
"material": false,
"pulsar": false,
"raised": false,
Expand Down
Loading

0 comments on commit 1006c46

Please sign in to comment.