-
-
-
+
+
@@ -79,7 +77,6 @@ function comicpress_admin() {
-
@@ -90,12 +87,10 @@ function comicpress_admin() {
-
-
diff --git a/images/options/comicpress_icon.png b/images/options/comicpress_icon.png
new file mode 100644
index 0000000..9400e1a
Binary files /dev/null and b/images/options/comicpress_icon.png differ
diff --git a/images/options/comicpress_logo.png b/images/options/comicpress_logo.png
deleted file mode 100644
index 658cd64..0000000
Binary files a/images/options/comicpress_logo.png and /dev/null differ
diff --git a/js/tabbed/tabbed_pages.css b/js/tabbed/tabbed_pages.css
index 91be08b..d8cf05d 100644
--- a/js/tabbed/tabbed_pages.css
+++ b/js/tabbed/tabbed_pages.css
@@ -1,34 +1,53 @@
+#cpadmin-headericon {
+ height: 36px;
+ width: 36px;
+ margin: 14px 6px 0 0;
+ float: left;
+}
+
#cpadmin {
- font: 11px verdana,arial,sans-serif;
+ font-family: 'Verdana', sans-serif;
+ font-size: 11px;
padding: 5px 0 0 0;
line-height: 5px;
margin: 0 0 -1px 0;
}
+#cpadmin div {
+ border-top-left-radius: 3px;
+ -moz-border-radius-topleft: 3px;
+ -webkit-border-top-left-radius: 3px;
+ -khtml-border-top-left-radius: 3px;
+ border-top-right-radius: 3px;
+ -moz-border-radius-topright: 3px;
+ -webkit-border-top-right-radius: 3px;
+ -khtml-border-top-right-radius: 3px;
+}
+
#cpadmin div.off {
- color: #000;
+ color: #999;
height: 23px;
- margin: 0 2px -2px 0;
+ margin: 0 0 -2px 5px;
line-height: 23px;
- padding: 0 10px;
+ padding: 0 7px;
float: left;
- background: url(tabs_0.gif) repeat-x left bottom;
- border-top: 1px solid #ddd;
- border-left: solid 1px #ddd;
- border-right: solid 1px #ddd;
+ background: #e9e9e9;
+ border-top: 1px solid #dfdfdf;
+ border-left: solid 1px #dfdfdf;
+ border-right: solid 1px #dfdfdf;
position: relative;
cursor: pointer;
z-index: 20;
}
#cpadmin div.on {
- color: #c00;
- padding: 0 10px;
- margin: 0 2px -1px 0;
+ color: #333;
+ padding: 0 7px;
+ margin: 0 0 -1px 5px;
float: left;
- background: url(tabs_2.gif) repeat-x left bottom;
- border-top: 1px solid #000;
- border-left: 1px solid #000;
- border-right: 1px solid #000;
+ background: #fff;
+ border-top: 1px solid #dfdfdf;
+ border-left: 1px solid #dfdfdf;
+ border-right: 1px solid #dfdfdf;
border-bottom: 0px;
cursor: pointer;
height: 23px;
@@ -42,17 +61,26 @@ div.hide {
width: 0;
overflow: hidden;
}
+
div.show {
clear: left;
display: run-in;
background: #fff;
- border: 1px solid #000;
- padding: 20px;
+ border: 1px solid #dfdfdf;
+ padding: 10px;
z-index: 50;
margin-top: -2px;
position: relative;
font: 11px verdana, arial, sans-serif;
line-height: 18px;
+ border-top-left-radius: 6px;
+ -moz-border-radius-topleft: 6px;
+ -webkit-border-top-left-radius: 6px;
+ -khtml-border-top-left-radius: 6px;
+ border-top-right-radius: 6px;
+ -moz-border-radius-topright: 6px;
+ -webkit-border-top-right-radius: 6px;
+ -khtml-border-top-right-radius: 6px;
}
div.show img {
float: left;
@@ -61,3 +89,26 @@ div.show img {
.clear {
clear: both;
}
+
+.cpadmin-footer {
+ padding: 10px;
+ background: #ededed;
+ border-width: 0 1px 1px 1px;
+ border-style: solid;
+ border-color: #dfdfdf;
+ font-family: 'Arial', sans-serif;
+ border-bottom-left-radius: 6px;
+ -moz-border-radius-bottomleft: 6px;
+ -webkit-border-bottom-left-radius: 6px;
+ -khtml-border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
+ -moz-border-radius-bottomright: 6px;
+ -webkit-border-bottom-right-radius: 6px;
+ -khtml-border-bottom-right-radius: 6px;
+}
+.cpadmin-donate {
+ float: right;
+}
+.cpadmin-footer a {
+ text-decoration: none;
+}
diff --git a/js/tabbed/tabbed_pages_ie.css b/js/tabbed/tabbed_pages_ie.css
deleted file mode 100644
index bf76e64..0000000
--- a/js/tabbed/tabbed_pages_ie.css
+++ /dev/null
@@ -1,60 +0,0 @@
-#cpadmin {
- font: 11px verdana,arial,sans-serif;
- padding: 5px 0 0 0;
- line-height: 5px;
- margin: 0 0 -1px 0;
-}
-
-#cpadmin div.off {
- color: #000;
- height: 23px;
- margin: -1px 2px -1px 0;
- line-height: 23px;
- padding: 0 10px;
- float: left;
- background: url(tabs_0.gif) repeat-x left bottom;
- border-top: 1px solid #ddd;
- border-left: solid 1px #ddd;
- border-right: solid 1px #ddd;
- position: relative;
- cursor: pointer;
- z-index: 20;
-}
-#cpadmin div.on {
- color: #c00;
- padding: 0 10px;
- margin: 0 2px 0 0 0;
- float: left;
- background: url(tabs_2.gif) repeat-x left bottom;
- border-top: 1px solid #000;
- border-left: 1px solid #000;
- border-right: 1px solid #000;
- cursor: pointer;
- height: 23px;
- line-height: 22px;
- position: relative;
- z-index: 100;
-}
-
-div.hide {
- display: none;
- width: 0;
- overflow: hidden;
-}
-div.show {
- clear: left;
- display: run-in;
- background: #fff;
- border: 1px solid #000;
- padding: 20px;
- z-index: 50;
- font: 11px verdana, arial, sans-serif;
- line-height: 18px;
-}
-div.show img {
- float: left;
- margin: 0 10px 10px 0;
-}
-.clear {
- clear: both;
-}
diff --git a/js/tabbed/tabs_0.gif b/js/tabbed/tabs_0.gif
deleted file mode 100644
index 23a57ff..0000000
Binary files a/js/tabbed/tabs_0.gif and /dev/null differ
diff --git a/js/tabbed/tabs_2.gif b/js/tabbed/tabs_2.gif
deleted file mode 100644
index 5be6dd0..0000000
Binary files a/js/tabbed/tabs_2.gif and /dev/null differ