Move contextmenu styles to horde
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Feb 2010 07:08:42 +0000 (00:08 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Feb 2010 07:08:42 +0000 (00:08 -0700)
horde/themes/graphics/popright.png [new file with mode: 0644]
horde/themes/screen.css
horde/themes/silver/graphics/popright.png [new file with mode: 0644]
horde/themes/silver/screen.css
imp/themes/graphics/popright.png [deleted file]
imp/themes/screen-dimp.css
imp/themes/silver/graphics/popright.png [deleted file]
imp/themes/silver/screen-dimp.css

diff --git a/horde/themes/graphics/popright.png b/horde/themes/graphics/popright.png
new file mode 100644 (file)
index 0000000..f8617c2
Binary files /dev/null and b/horde/themes/graphics/popright.png differ
index 6f81951..a56780d 100644 (file)
@@ -1107,6 +1107,46 @@ table.calendarPopup {
     padding: 5px;
 }
 
+/* Context Menus */
+.context {
+    min-width: 180px;
+    position: absolute;
+    top: 0;
+    left: 0;
+    z-index: 10000;
+    border: 1px #d4d4d4 solid;
+    padding: 1px;
+    background: #f4f4f4;
+    color: #000;
+    font-size: 90%;
+}
+.context a, .context a:visited {
+    white-space: nowrap;
+    display: block;
+    padding: 4px 4px 3px 2px;
+    text-decoration: none;
+    color: #000;
+}
+.context a:hover, .context a.contextSubmenu.contextHover {
+    background-color: gray;
+    color: #fff;
+    cursor: pointer;
+    text-decoration: none;
+}
+.context div.sep {
+    background: silver;
+    height: 1px !important;
+    margin: 1px 0;
+    padding: 0;
+}
+.contextSubmenu {
+    background: url("graphics/popright.png") 100% 50% no-repeat;
+    padding-left: 16px;
+}
+.contextSelected {
+    background: #ffa;
+}
+
 /* Print CSS. */
 @media print {
     body, .header, .smallheader {
diff --git a/horde/themes/silver/graphics/popright.png b/horde/themes/silver/graphics/popright.png
new file mode 100644 (file)
index 0000000..1dec43e
Binary files /dev/null and b/horde/themes/silver/graphics/popright.png differ
index 507cb73..ffbd617 100644 (file)
@@ -253,3 +253,8 @@ table.lineNumbered {
 #Growler div.horde-warning, #GrowlerLog li.horde-warning {
     background-image: url("graphics/alerts/warning.png");
 }
+
+/* Context Menus */
+.contextSubmenu {
+    background-image: url("graphics/popright.png");
+}
diff --git a/imp/themes/graphics/popright.png b/imp/themes/graphics/popright.png
deleted file mode 100644 (file)
index f8617c2..0000000
Binary files a/imp/themes/graphics/popright.png and /dev/null differ
index 943fc6a..e442bc0 100644 (file)
@@ -705,48 +705,10 @@ span.attachmentImg {
 }
 
 /* Context Menus */
-.context {
-    min-width: 180px;
-    position: absolute;
-    top: 0;
-    left: 0;
-    z-index: 10000;
-    border: 1px #d4d4d4 solid;
-    padding: 1px;
-    background: #f4f4f4;
-    color: #000;
-    font-size: 90%;
-}
-.context a, .context a:visited {
-    white-space: nowrap;
-    display: block;
-    padding: 4px 4px 3px 2px;
-    text-decoration: none;
-    color: #000;
-}
-.context a:hover, .context a.contextSubmenu.contextHover {
-    background: gray;
-    color: #fff;
-    cursor: pointer;
-    text-decoration: none;
-}
-.context div.sep {
-    background: silver;
-    height: 1px !important;
-    margin: 1px 0;
-    padding: 0;
-}
 .context div.contactAddr {
     font-style: italic;
     text-align: center;
 }
-.contextSubmenu {
-    background: url("graphics/popright.png") 100% 50% no-repeat;
-    padding-left: 16px;
-}
-.contextSelected {
-    background: #ffa;
-}
 
 /* Email Addresses. */
 a.address {
diff --git a/imp/themes/silver/graphics/popright.png b/imp/themes/silver/graphics/popright.png
deleted file mode 100644 (file)
index 1dec43e..0000000
Binary files a/imp/themes/silver/graphics/popright.png and /dev/null differ
index a27e755..b852d19 100644 (file)
     border-top: none;
 }
 
-.context a span.contextExpand {
-    background-image: url("graphics/popright.png");
-}
-
 span.infoIcon {
     background-image: url("graphics/info_icon.png");
 }