Move redbox formatting to Horde
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 16 Aug 2009 23:16:20 +0000 (17:16 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 16 Aug 2009 23:16:20 +0000 (17:16 -0600)
14 files changed:
babel/themes/graphics/redbox_spinner.gif [deleted file]
babel/themes/screen.css [deleted file]
drag_n_drop_portal/themes/graphics/redbox_spinner.gif [deleted file]
imp/themes/graphics/redbox_spinner.gif [deleted file]
imp/themes/rtl.css
imp/themes/screen.css
koward/www/htdocs/horde/themes/rtl.css
koward/www/htdocs/horde/themes/screen.css
kronolith/themes/screen.css
nag/themes/graphics/redbox_spinner.gif [deleted file]
nag/themes/screen.css
skoli/themes/graphics/redbox_spinner.gif [deleted file]
turba/themes/graphics/redbox_spinner.gif [deleted file]
turba/themes/screen.css

diff --git a/babel/themes/graphics/redbox_spinner.gif b/babel/themes/graphics/redbox_spinner.gif
deleted file mode 100644 (file)
index 4eeb8b2..0000000
Binary files a/babel/themes/graphics/redbox_spinner.gif and /dev/null differ
diff --git a/babel/themes/screen.css b/babel/themes/screen.css
deleted file mode 100644 (file)
index f263e68..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/* Redbox styles. */
-#RB_overlay {
-    position: absolute;
-    z-index: 100;
-    width: 100%;
-    height: 100%;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-    min-height: 100%;
-    background-color: #000;
-    opacity: .6;
-    filter: alpha(opacity=60);
-}
-#RB_loading {
-    z-index: 101;
-    width: 66;
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 200px;
-    padding-bottom: 66px;
-    text-align: center;
-    background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
-}
-#RB_window {
-    z-index: 102;
-    background-color: #fff;
-    display: block;
-    text-align: left;
-    overflow: hidden;
-    margin: 20px auto 0 auto;
-    position: fixed;
-    position: absolute;
-}
-
-#RB_confirm {
-    width: 20em;
-    padding: 1em;
-    border: 1px solid #ccc;
-    background: #ffc;
-}
-#RB_confirm input {
-    margin: .2em;
-}
diff --git a/drag_n_drop_portal/themes/graphics/redbox_spinner.gif b/drag_n_drop_portal/themes/graphics/redbox_spinner.gif
deleted file mode 100644 (file)
index 35218b3..0000000
Binary files a/drag_n_drop_portal/themes/graphics/redbox_spinner.gif and /dev/null differ
diff --git a/imp/themes/graphics/redbox_spinner.gif b/imp/themes/graphics/redbox_spinner.gif
deleted file mode 100644 (file)
index 35218b3..0000000
Binary files a/imp/themes/graphics/redbox_spinner.gif and /dev/null differ
index 81f0c5e..2947a52 100644 (file)
@@ -40,8 +40,3 @@
 .msgheader img {
     padding: 1px 2px 1px 1px;
 }
-
-/* Redbox styles. */
-#RB_window {
-    text-align: right;
-}
index e71af6a..aa4695b 100644 (file)
@@ -444,57 +444,6 @@ ul.nav-audio {
     height: 24px;
 }
 
-/* Redbox styles. */
-#RB_overlay {
-    position: absolute;
-    z-index: 100;
-    width: 100%;
-    height: 100%;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-    min-height: 100%;
-    background-color: #000;
-    opacity: .6;
-    filter: alpha(opacity=60);
-}
-#RB_loading {
-    z-index: 101;
-    width: 66px;
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 200px;
-    padding-bottom: 66px;
-    text-align: center;
-    background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
-}
-#RB_window {
-    z-index: 102;
-    background-color: #fff;
-    display: block;
-    text-align: left;
-    overflow: hidden;
-    margin: 20px auto 0 auto;
-    position: absolute;
-}
-#RB_window p, #RB_window ul {
-    margin-bottom: 3px;
-}
-
-#RB_confirm {
-    width: 20em;
-    padding: 1em;
-    border: 1px solid #ccc;
-    background: #ffc;
-}
-#RB_confirm input {
-    margin: .2em;
-}
-#RB_confirm ul {
-    margin-left: .5em;
-}
-
 .largeaddrlist {
     cursor: pointer;
     background: #aaa;
index 65096ce..a95816d 100644 (file)
@@ -131,11 +131,6 @@ option {
     text-align: left;
 }
 
-/* Redbox styles. */
-#RB_window {
-    text-align: right;
-}
-
 /* Color picker styles. */
 #color-picker .north div {
     float: left;
index 2969973..00dab7d 100644 (file)
@@ -746,42 +746,6 @@ table.calendarPopup {
     display: none;
 }
 
-/* Redbox styles. */
-#RB_overlay {
-    position: absolute;
-    z-index: 100;
-    width: 100%;
-    height: 100%;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-    min-height: 100%;
-    background-color: #000;
-    filter: alpha(opacity=60);
-    -moz-opacity: .6;
-    opacity: .6;
-}
-#RB_loading {
-    z-index: 101;
-    width: 66px;
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 200px;
-    padding-bottom: 66px;
-    text-align: center;
-    background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
-}
-#RB_window {
-    z-index: 102;
-    background-color: #fff;
-    display: block;
-    text-align: left;
-    overflow: hidden;
-    margin: 20px auto 0 auto;
-    position: absolute;
-}
-
 /* Color picker styles. */
 #color-picker {
     color: #999;
@@ -1021,4 +985,4 @@ table.calendarPopup {
 
 .hordeACItemRemove:hover {
     cursor:pointer;
-}
\ No newline at end of file
+}
index 134bbb6..535ffbb 100644 (file)
@@ -324,25 +324,6 @@ table#calendar-list td {
     width: 1%;
 }
 
-#RB_confirm {
-    width: 20em;
-    padding: 1em;
-    border: 1px solid #ccc;
-    background: #ffc;
-}
-#RB_confirm input {
-    margin: .2em;
-}
-
-#RB_info {
-    width: 30em;
-    padding: 1em;
-    border: 1px solid #ccc;
-    background: #ccf;
-}
-#RB_info input {
-    margin: .2em;
-}
 
 /*****************
  * AJAX INTERFACE
diff --git a/nag/themes/graphics/redbox_spinner.gif b/nag/themes/graphics/redbox_spinner.gif
deleted file mode 100644 (file)
index 35218b3..0000000
Binary files a/nag/themes/graphics/redbox_spinner.gif and /dev/null differ
index e1332c5..30b43f7 100644 (file)
@@ -198,61 +198,6 @@ table#tasklist-list th.sortdown {
     word-wrap: break-word;
 }
 
-/* Redbox styles. */
-#RB_overlay {
-    position: absolute;
-    z-index: 100;
-    width: 100%;
-    height: 100%;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-    min-height: 100%;
-    background-color: #000;
-    opacity: .6;
-    filter: alpha(opacity=60);
-}
-#RB_loading {
-    z-index: 101;
-    width: 66;
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 200px;
-    padding-bottom: 66px;
-    text-align: center;
-    background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
-}
-#RB_window {
-    z-index: 102;
-    background-color: #fff;
-    display: block;
-    text-align: left;
-    overflow: hidden;
-    margin: 20px auto 0 auto;
-    position: absolute;
-}
-
-#RB_confirm {
-    width: 20em;
-    padding: 1em;
-    border: 1px solid #ccc;
-    background: #ffc;
-}
-#RB_confirm input {
-    margin: .2em;
-}
-
-#RB_info {
-    width: 30em;
-    padding: 1em;
-    border: 1px solid #ccc;
-    background: #ccf;
-}
-#RB_info input {
-    margin: .2em;
-}
-
 @media print {
     .header .smallheader, .tabset, .notices, #pageControls, #quicksearchL, #quicksearch {
         display: none;
diff --git a/skoli/themes/graphics/redbox_spinner.gif b/skoli/themes/graphics/redbox_spinner.gif
deleted file mode 100644 (file)
index 35218b3..0000000
Binary files a/skoli/themes/graphics/redbox_spinner.gif and /dev/null differ
diff --git a/turba/themes/graphics/redbox_spinner.gif b/turba/themes/graphics/redbox_spinner.gif
deleted file mode 100644 (file)
index 35218b3..0000000
Binary files a/turba/themes/graphics/redbox_spinner.gif and /dev/null differ
index e8de02e..058b001 100644 (file)
@@ -1,13 +1,3 @@
-/* Menu bottom margin, added for BC. */
-#menu {
-    margin-bottom: 8px;
-}
-
-/* Added for BC. */
-.hidden {
-    display: none;
-}
-
 .QuickFinderNoMatch {
     display: none;
 }
@@ -115,49 +105,3 @@ table#addressbook-list th.sortdown {
     margin-right: 2px;
     cursor: default;
 }
-
-/* Redbox styles. */
-#RB_overlay {
-    position: absolute;
-    z-index: 100;
-    width: 100%;
-    height: 100%;
-    top: 0;
-    left: 0;
-    right: 0;
-    bottom: 0;
-    min-height: 100%;
-    background-color: #000;
-    opacity: .6;
-    filter: alpha(opacity=60);
-}
-#RB_loading {
-    z-index: 101;
-    width: 66;
-    margin-left: auto;
-    margin-right: auto;
-    margin-top: 200px;
-    padding-bottom: 66px;
-    text-align: center;
-    background: url("graphics/redbox_spinner.gif") no-repeat bottom center;
-}
-#RB_window {
-    z-index: 102;
-    background-color: #fff;
-    display: block;
-    text-align: left;
-    overflow: hidden;
-    margin: 20px auto 0 auto;
-    position: fixed;
-    position: absolute;
-}
-
-#RB_confirm {
-    width: 20em;
-    padding: 1em;
-    border: 1px solid #ccc;
-    background: #ffc;
-}
-#RB_confirm input {
-    margin: .2em;
-}