ni_nitdoc: Rewritting of Github plugin for nitdoc
[nit.git] / share / ni_nitdoc / styles / github.css
index aab4ac5..c66eb18 100644 (file)
@@ -221,7 +221,11 @@ button.github img {
 \r
 /* Comment editing */\r
 \r
-.description textarea {\r
+.commentBox {\r
+       text-align: right;\r
+}\r
+\r
+.commentBox textarea {\r
        font-family: monospace;\r
        font-size: 1em;\r
        width: 100%;\r
@@ -231,11 +235,12 @@ button.github img {
        overflow-y: hidden;\r
 }\r
 \r
-.commentBox {\r
-       text-align: right;\r
+.commentBox .preview {\r
+       margin: 0 15px;\r
+       cursor: pointer;\r
 }\r
 \r
-.commentBox .cancel{\r
+.commentBox .cancel {\r
        background-color: #b33630;\r
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b33630), to(#9f312c)); /* Saf4+, Chrome */\r
        background-image: -webkit-linear-gradient(top, #b33630, #9f312c); /* Chrome 10+, Saf5.1+ */\r
@@ -250,11 +255,11 @@ button.github img {
 span.noComment a {\r
        color: #0D8921;\r
 }\r
-a.newComment: hover {\r
+span.noComment a:hover {\r
        color: #333;\r
 }\r
 \r
-pre.locked {\r
+div.comment.locked {\r
        color: gray;\r
 }\r
 p.locked {\r