Skip to content

Commit

Permalink
fix #14819
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 8, 2012
1 parent e65d9a7 commit 97619bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 1 addition & 5 deletions static/plugin_smarteditor_widget/nytpanel_models.editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions static/plugin_smarteditor_widget/smarteditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ div.span1, div.span2, div.span3, div.span4, div.span5, div.span6, div.span7, div

/* 編集パネル本体 */
.smarteditor-main-panel {
overflow: visible;

display: none;
position: absolute;
padding: 5px;
Expand Down Expand Up @@ -49,7 +51,8 @@ div.span1, div.span2, div.span3, div.span4, div.span5, div.span6, div.span7, div
background-image: -webkit-linear-gradient(top, #5BC0DE, #339BB9);
background-image: -o-linear-gradient(top, #5BC0DE, #339BB9);
background-image: linear-gradient(top, #5BC0DE, #339BB9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
# filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
filter: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #339BB9 #339BB9 #22697D;
border-width: 1px;
Expand Down Expand Up @@ -403,15 +406,14 @@ border-color: #339BB9 #339BB9 #22697D;
border-width: 1px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
display: none;
float: left;
left: 0;
list-style: none outside none;
margin: 0;
min-width: 160px;
padding: 4px 0;
position: absolute;
top: 100%;
z-index: 1000;
z-index: 2001;
}

.smarteditor-main-panel .dropdown-menu.pull-right {
Expand Down

0 comments on commit 97619bb

Please sign in to comment.