Skip to content

Commit

Permalink
2.4.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
minimus committed Jun 17, 2017
1 parent 8742b7a commit c95faea
Show file tree
Hide file tree
Showing 28 changed files with 1,991 additions and 1,749 deletions.
3 changes: 3 additions & 0 deletions css/jquery.qtip.min.css

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

25 changes: 25 additions & 0 deletions css/sam-pro-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@
content: "\e60a";
}*/

input::placeholder {
color: #b2b2b2;
}

input:-moz-placeholder {
color: #b2b2b2;
Expand All @@ -182,6 +185,10 @@ input::-webkit-input-placeholder {
color: #b2b2b2;
}

textarea::placeholder {
color: #b2b2b2;
}

textarea:-moz-placeholder {
color: #b2b2b2;
}
Expand All @@ -197,3 +204,21 @@ textarea::-moz-placeholder {
textarea::-webkit-input-placeholder {
color: #b2b2b2;
}

.helpers {
display: flex;
flex-wrap: wrap;
}

.helpers input.cnt-helper {
margin: 3px;
}

#cnt_style {
width: 100%;
height: 75px;
}

label[for^="cnt_direction"] {
margin: 0 5px 0 0;
}
Binary file added images/cnt-column.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cnt-row.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions js/imagesloaded.pkg.min.js

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

4 changes: 4 additions & 0 deletions js/jquery.qtip.min.js

Large diffs are not rendered by default.

90 changes: 0 additions & 90 deletions js/sam-pro-dialog.html

This file was deleted.

4 changes: 3 additions & 1 deletion js/sam.pro.block.editor.min.js

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

1 change: 1 addition & 0 deletions js/sam.pro.block.editor.min.js.map

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

23 changes: 0 additions & 23 deletions js/sam.pro.dialog.js

This file was deleted.

46 changes: 0 additions & 46 deletions js/sam.pro.editor.plugin.js

This file was deleted.

3 changes: 3 additions & 0 deletions js/sam.pro.editor.plugin.min.js

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

Loading

0 comments on commit c95faea

Please sign in to comment.