From 59652db27f6d5cfff0cb288f9bccb4fb8bfd07c6 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 22 Sep 2016 11:25:27 +0100 Subject: [PATCH] MDL-55071 css: fix some lint issues --- mod/chat/gui_ajax/theme/bubble/chat.css | 2 +- mod/wiki/styles.css | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mod/chat/gui_ajax/theme/bubble/chat.css b/mod/chat/gui_ajax/theme/bubble/chat.css index 1dbc19f7754..32c6858c7c2 100644 --- a/mod/chat/gui_ajax/theme/bubble/chat.css +++ b/mod/chat/gui_ajax/theme/bubble/chat.css @@ -24,7 +24,7 @@ /*rtl:ignore*/ .chat-message .right, .chat-message .left { - direction:ltr; + direction: ltr; } #chat-input-area, diff --git a/mod/wiki/styles.css b/mod/wiki/styles.css index f91676c6f33..140092c16a2 100644 --- a/mod/wiki/styles.css +++ b/mod/wiki/styles.css @@ -136,10 +136,13 @@ border: thin solid black; } -.wiki_restore_yes, .wiki_deletecomment_yes { +.wiki_restore_yes, +.wiki_deletecomment_yes { float: left; } -.wiki_restore_no, .wiki_deletecomment_no { + +.wiki_restore_no, +.wiki_deletecomment_no { float: right; } @@ -344,4 +347,7 @@ a.wiki_edit_section { .path-mod-wiki .printicon { background: url([[pix:t/print]]) no-repeat scroll 2px center transparent; padding-left: 20px; } -#page-mod-wiki-prettyview .displayprinticon {text-align: right;} \ No newline at end of file + +#page-mod-wiki-prettyview .displayprinticon { + text-align: right; +}