+ margin-right: $lineheight/2;
+ }
+ }
+
+ .buttons input[type="submit"] {
+ display: inline-block;
+ margin-bottom:0;
+ width:99px;
+ min-width:99px;
+ }
+ .buttons input:first-child {
+ border-radius:2px 0 0 2px;
+ margin-right:1px;
+ }
+ .buttons input:last-child {
+ border-radius:0 2px 2px 0;
+ }
+}
+
+/* Rules for the user notes list */
+
+.note_list {
+ tr.creator {
+ background-color: #eeeeee;
+ }
+
+ td {
+ padding: 3px;
+ }
+
+ p {
+ margin-bottom: 0px;
+ }
+}
+
+/* Rules for the notes interface */
+
+.note {
+ padding-top: $lineheight/2;
+}
+
+.note {
+ h2 {
+ margin-bottom: $lineheight/2;
+ }
+
+ div {
+ margin-top: $lineheight/2;
+ }
+
+ .permalink {
+ position: absolute;
+ top: $lineheight/4;
+ left: $lineheight/4;
+ min-width: 15px;
+ min-height: 15px;
+ background: image-url("sprite.png") 0 -45px no-repeat;
+ }
+
+ .permalink span {
+ display: none;
+ padding-left: $lineheight;
+ }
+
+ .permalink:hover span {
+ display: block;
+ }
+
+ .warning {
+ display: block;
+ background-color: #ffe0cc;
+ padding: 4px 6px;
+ margin-bottom: $lineheight/2;
+ }
+
+ .comment_body {
+ margin-top: 2px;
+ margin-bottom: 2px;
+
+ p {
+ margin-top: 0px;
+ margin-bottom: 0px;