Skip to content

Commit

Permalink
fixed fancybox border
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Apr 13, 2015
1 parent d2b2498 commit 1dcafa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions newscoop/admin-style/admin_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2348,3 +2348,8 @@ abbr {
.mceExternalToolbar {
z-index: 500;
}

#fancybox-content {
border-width: 0px !important;
width: 100% !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% endblock %}
{% block admin_content %}
<div ng-app="playlistsApp" ng-controller="PlaylistsController">
<div class="system_pref" {% if editorView %}style="margin: 0; margin: -20px -40px;"{% endif %}>
<div class="system_pref" {% if editorView %}style="margin: -20px -24px; padding: 14px;"{% endif %}>
{% if editorView %}
<div class="toolbar" style="background: #fff;box-shadow: none;margin-bottom: 13px;border: none;padding: 0;">
<div class="select-playlist-bar" style="float: left;">
Expand Down

0 comments on commit 1dcafa0

Please sign in to comment.