diff --git a/4chan_x.js b/4chan_x.js
index 0447e7b78..1fe5faf70 100644
--- a/4chan_x.js
+++ b/4chan_x.js
@@ -918,7 +918,7 @@
var dialog, hiddenNum, hiddenThreads, html, input, _i, _len, _ref;
hiddenThreads = $.getValue("hiddenThreads/" + g.BOARD + "/", {});
hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length;
- html = "
";
+ html = "
";
dialog = ui.dialog('options', {
top: '25%',
left: '25%'
@@ -2492,7 +2492,7 @@
position: fixed;\
padding: 5px;\
}\
- #options .move, #options > div:nth-last-of-type(2) {\
+ #options .move, #credits {\
text-align: right;\
}\
.column {\
@@ -2507,7 +2507,7 @@
#options li:first-child {\
text-decoration: underline;\
}\
- #options > div:nth-last-of-type(3) {\
+ #floaty {\
float: left;\
}\
#options textarea {\
diff --git a/script.coffee b/script.coffee
index b00f7f6fa..332870e8e 100644
--- a/script.coffee
+++ b/script.coffee
@@ -703,11 +703,11 @@ options =
-
+
-
+
@@ -1960,7 +1960,7 @@ main =
position: fixed;
padding: 5px;
}
- #options .move, #options > div:nth-last-of-type(2) {
+ #options .move, #credits {
text-align: right;
}
.column {
@@ -1975,7 +1975,7 @@ main =
#options li:first-child {
text-decoration: underline;
}
- #options > div:nth-last-of-type(3) {
+ #floaty {
float: left;
}
#options textarea {