dante-editor 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/ROADMAP.md +1 -1
- data/TODO.md +1 -0
- data/app/assets/javascripts/dante/dante.js.coffee.erb +1 -0
- data/app/assets/javascripts/dante/editor.js.coffee +50 -57
- data/app/assets/javascripts/dante/menu.js.coffee +11 -11
- data/app/assets/javascripts/dante/popover.js.coffee +76 -0
- data/app/assets/javascripts/dante.js +1 -0
- data/app/assets/stylesheets/dante/_caption.scss +52 -0
- data/app/assets/stylesheets/dante/_graf.scss +101 -29
- data/app/assets/stylesheets/dante/_media.scss +39 -0
- data/app/assets/stylesheets/dante/_needsorder.scss +92 -90
- data/app/assets/stylesheets/dante/_popover.scss +134 -0
- data/app/assets/stylesheets/dante/_post.scss +43 -2
- data/app/assets/stylesheets/dante/_scaffold.scss +1 -0
- data/app/assets/stylesheets/dante/_variables.scss +3 -1
- data/app/assets/stylesheets/dante.css.scss +3 -0
- data/lib/dante-editor/version.rb +1 -1
- data/source/assets/images/dante-editor-logo.png +0 -0
- data/source/assets/stylesheets/_scaffold.scss +1 -5
- data/source/assets/stylesheets/_tooltips.scss +2 -2
- data/source/assets/stylesheets/all.css.scss +39 -36
- data/source/index.html.erb +7 -8
- data/source/layouts/layout.erb +6 -5
- metadata +7 -8
- data/app/assets/stylesheets/temp/fonts.css.scss +0 -80
- data/app/assets/stylesheets/temp/medium.css +0 -12404
- data/app/assets/stylesheets/temp/review.scss +0 -21
- data/app/assets/stylesheets/temp/structure.haml +0 -22
- data/source/assets/images/dante-logo.png +0 -0
- data/source/assets/images/icon-logo.png +0 -0
@@ -1,21 +0,0 @@
|
|
1
|
-
.pen-input{position:absolute;
|
2
|
-
width:100%;left:0;
|
3
|
-
top:0;height:36px;
|
4
|
-
line-height:20px;
|
5
|
-
background:#333;
|
6
|
-
color:#fff;
|
7
|
-
border:none;
|
8
|
-
text-align:center;
|
9
|
-
display:none;
|
10
|
-
font-family:arial, sans-serif;
|
11
|
-
}
|
12
|
-
.pen-input:focus{
|
13
|
-
outline:none;
|
14
|
-
}
|
15
|
-
|
16
|
-
html = "<input class='dante-menu-input' placeholder='http://'>"
|
17
|
-
html += "<ul class='dante-menu-buttons'>"
|
18
|
-
_.each @config.buttons, (item)->
|
19
|
-
html += "<li class='dante-menu-button'><i class=\"dante-icon icon-#{item}\" data-action=\"#{item}\"></i></li>"
|
20
|
-
html += "</ul>"
|
21
|
-
html
|
@@ -1,22 +0,0 @@
|
|
1
|
-
%article.postArticle
|
2
|
-
|
3
|
-
.notesPositionContainer
|
4
|
-
|
5
|
-
%section.postWrapper
|
6
|
-
.postWrapper-inner
|
7
|
-
|
8
|
-
.postContent
|
9
|
-
.postContent-inner
|
10
|
-
|
11
|
-
.notesSource
|
12
|
-
.postField
|
13
|
-
|
14
|
-
%section
|
15
|
-
.section-divider
|
16
|
-
.section-content
|
17
|
-
|
18
|
-
.inlineTooltip2
|
19
|
-
|
20
|
-
%footer
|
21
|
-
|
22
|
-
.highlightMenu
|
Binary file
|
Binary file
|