Revert "RB_confirm is too specific - add to RB_window instead"
authorJan Schneider <jan@horde.org>
Wed, 7 Jul 2010 09:19:24 +0000 (11:19 +0200)
committerJan Schneider <jan@horde.org>
Wed, 7 Jul 2010 09:22:11 +0000 (11:22 +0200)
There was a reason this was so specific. We already use forms in RB dialogs,
e.g. in Kronolith, that we don't want to look like a confirm dialog.

This reverts commit 59140912dd17385553124964ec4c8d824fa753b2.

horde/themes/screen.css

index 225acaa..82523f4 100644 (file)
@@ -769,26 +769,26 @@ ul.sound-list {
     background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
 }
 #RB_window {
+    z-index: 102;
     background-color: #fff;
     display: block;
+    text-align: left;
     margin: 20px auto 0 auto;
     position: absolute;
-    text-align: left;
-    z-index: 102;
-}
-#RB_window form {
-    background: #ffc;
-    border: 1px solid #ccc;
-    padding: 1em;
-    width: 20em;
 }
 #RB_window p, #RB_window ul {
     margin-bottom: 3px;
 }
-#RB_window input {
+#RB_confirm {
+    width: 20em;
+    padding: 1em;
+    border: 1px solid #ccc;
+    background: #ffc;
+}
+#RB_confirm input {
     margin: .2em;
 }
-#RB_window ul {
+#RB_confirm ul {
     margin-left: .5em;
 }
 #RB_info {