summaryrefslogtreecommitdiff
path: root/public/editor/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/editor/style.css')
-rw-r--r--public/editor/style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/public/editor/style.css b/public/editor/style.css
index 8ae753a..6d02615 100644
--- a/public/editor/style.css
+++ b/public/editor/style.css
@@ -22,6 +22,32 @@ h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
img { border: 0; }
+.micropub-html-warning {
+ max-width: 600px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 68px;
+ margin-bottom: -80px;
+ font-size: 12px;
+ font-family: sans-serif;
+ line-height: 16px;
+ background: #fcf8e3;
+ border: 1px #faebcc solid;
+}
+.micropub-html-warning div {
+ padding: 10px 20px;
+}
+.micropub-html-warning button {
+ display: block;
+}
+#micropub-html-btn {
+ border-radius: 6px;
+ padding: 0 12px;
+ height: 28px;
+ background: #e4f8fa;
+ float: right;
+}
+
/* ************************************** */
/* Toolbar */