From 5c8e56e8d240b28140266273106dc94329e83174 Mon Sep 17 00:00:00 2001
From: Mikael Nordfeldth <mmn@hethane.se>
Date: Thu, 12 Mar 2015 12:52:07 +0100
Subject: [PATCH] Repeat confirmation dialogbox fix

until we use jQuery UI dialog stuff
---
 theme/base/css/display.css        | 10 +++++++---
 theme/neo-gnu/css/display.css     |  4 ----
 theme/neo-quitter/css/display.css |  4 ----
 theme/neo/css/display.css         |  4 ----
 4 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 091a4ad542..4df34ad8cb 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -723,10 +723,8 @@ font-style:italic;
 .notice-options {
     margin-bottom: 7px;
     margin-top: 12px;
-}
-
-.notice-options {
     float: right;    
+    position: relative;
 }
 
 .notice-options fieldset {
@@ -1172,6 +1170,7 @@ cursor:pointer;
 
 .dialogbox {
 position:absolute;
+    width: 200px;
     top: 0px;
     right: 0px;
 z-index:9;
@@ -1212,6 +1211,11 @@ padding-left:4px;
 margin-bottom:0;
 }
 
+.notice-options .form_repeat.dialogbox input.submit_dialogbox {
+    float: right;
+    min-width: 80px;
+}
+
 #pagination {
     background-color: #f2f2f2;
     clear: left;
diff --git a/theme/neo-gnu/css/display.css b/theme/neo-gnu/css/display.css
index ea5309b326..39cce89e48 100644
--- a/theme/neo-gnu/css/display.css
+++ b/theme/neo-gnu/css/display.css
@@ -477,10 +477,6 @@ div.entry-content a.response:after {
     padding-top: 10px;
 }
 
-.notice-options .form_repeat.dialogbox input.submit_dialogbox {
-    min-width: 80px;
-}
-
 #content .threaded-replies .notice .author .photo {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css
index bdaea98e52..10ac168666 100644
--- a/theme/neo-quitter/css/display.css
+++ b/theme/neo-quitter/css/display.css
@@ -1291,10 +1291,6 @@ div.entry-content a.response:after {
     padding-top: 10px;
 }
 
-.notice-options .form_repeat.dialogbox input.submit_dialogbox {
-    min-width: 80px;
-}
-
 #content .threaded-replies .notice .author .photo {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css
index 69d9eded49..601845164b 100644
--- a/theme/neo/css/display.css
+++ b/theme/neo/css/display.css
@@ -441,10 +441,6 @@ abbr {border-bottom: none;}
     padding-top: 10px;
 }
 
-.notice-options .form_repeat.dialogbox input.submit_dialogbox {
-    min-width: 80px;
-}
-
 .user_in.realtime-popup .notice div.e-content {
     max-width: 320px;
 }
-- 
2.39.5