Skip to content

Commit

Permalink
Fixes select2 dropdown content
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Apr 27, 2014
1 parent 0deab38 commit 43b1ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<link type="text/css" href="${pageContext.request.contextPath}/components/pnotify/jquery.pnotify.default.css" media="all" rel="stylesheet" />
<link type="text/css" href="${pageContext.request.contextPath}/components/pnotify/jquery.pnotify.default.icons.css" media="all" rel="stylesheet" />
<link type="text/css" href="${pageContext.request.contextPath}/components/select2/select2.css" media="all" rel="stylesheet" />
<link type="text/css" href="${pageContext.request.contextPath}/components/select2/select2-bootstrap.css" media="all" rel="stylesheet" />

<link type="text/css" href="${pageContext.request.contextPath}/components/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.css" media="all" rel="stylesheet" />
<link type="text/css" href="${pageContext.request.contextPath}/components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css" media="all" rel="stylesheet" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@

<!-- select2 -->
<link type="text/css" href="components/select2/select2.css" media="all" rel="stylesheet" />
<link type="text/css" href="components/select2/select2-bootstrap.css" media="all" rel="stylesheet" />

<!-- x-editable -->
<link type="text/css" href="components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css" media="all" rel="stylesheet" />
Expand Down

0 comments on commit 43b1ce2

Please sign in to comment.