summaryrefslogtreecommitdiffstats
path: root/wp-admin/css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-06-24 17:00:10 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-06-24 17:00:10 +0000
commit631c9bb4d60d242432052f56c00768392f42a392 (patch)
tree50d41b0248d5c5fb156c6d52020675208b77a3e6 /wp-admin/css
parenta1fbe4e0694a66d7351e2f6280ab84568681e8e0 (diff)
downloadwordpress-mu-631c9bb4d60d242432052f56c00768392f42a392.tar.gz
wordpress-mu-631c9bb4d60d242432052f56c00768392f42a392.tar.xz
wordpress-mu-631c9bb4d60d242432052f56c00768392f42a392.zip
WP Merge to revision 8180
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1336 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/css')
-rw-r--r--wp-admin/css/dashboard-rtl.css9
-rw-r--r--wp-admin/css/press-this.css82
2 files changed, 77 insertions, 14 deletions
diff --git a/wp-admin/css/dashboard-rtl.css b/wp-admin/css/dashboard-rtl.css
index 29e59cf..82b77a3 100644
--- a/wp-admin/css/dashboard-rtl.css
+++ b/wp-admin/css/dashboard-rtl.css
@@ -13,6 +13,10 @@
margin: 1px 0 0 6px;
}
+div.dashboard-widget-holder {
+ float: right;
+}
+
h3.dashboard-widget-title span {
text-align: right;
float: right;
@@ -56,7 +60,10 @@ div.dashboard-widget {
float:right;
margin:0 0 0.2em 0.5em;
}
+#dashboard_secondary div.dashboard-widget-content ul li {
+ float: right;
+}
#dashboard_secondary div.dashboard-widget-content ul li a {
border-right:0 none;
border-left:1px solid #DADADA;
-} \ No newline at end of file
+}
diff --git a/wp-admin/css/press-this.css b/wp-admin/css/press-this.css
index 7a01f9a..71a4125 100644
--- a/wp-admin/css/press-this.css
+++ b/wp-admin/css/press-this.css
@@ -111,7 +111,7 @@ text-decoration: none;
.howto {
font-size: 11px;
}
-#newtag { padding: 3px; }
+#newtag { width: 60%; padding: 3px; }
#wphead {
height: 2em;
@@ -294,26 +294,38 @@ div#categories h2 {
height: 100px;
}
+#img_container a {
+ display: block;
+ width: 79px;
+ height: 79px;
+ float: left;
+}
#img_container img {
width: 75px;
height: 75px;
+ border: 0px;
padding: 2px;
background-color: #f4f4f4;
- margin-right: 7px;
- margin-bottom: 7px;
cursor: pointer;
}
+#img_container a, #img_container a:link, #img_container a:visited {
+ border: 2px solid #ccc;
+ margin: 0 4px 4px 0;
+}
+#img_container a:hover, #img_container a:active {
+ border: 2px solid #000;
+}
.submit {
--moz-border-radius-bottomleft: 3px;
--khtml-border-bottom-left-radius: 3px;
--webkit-border-bottom-left-radius: 3px;
-border-bottom-left-radius: 3px;
--moz-border-radius-bottomright: 3px;
--khtml-border-bottom-right-radius: 3px;
--webkit-border-bottom-right-radius: 3px;
-border-bottom-right-radius: 3px;
-margin: 0;
-padding: 0;
+ -moz-border-radius-bottomleft: 3px;
+ -khtml-border-bottom-left-radius: 3px;
+ -webkit-border-bottom-left-radius: 3px;
+ border-bottom-left-radius: 3px;
+ -moz-border-radius-bottomright: 3px;
+ -khtml-border-bottom-right-radius: 3px;
+ -webkit-border-bottom-right-radius: 3px;
+ border-bottom-right-radius: 3px;
+ margin: 0;
+ padding: 0;
}
.submitbox {
width: 100%;
@@ -449,3 +461,47 @@ margin-bottom: .25em;
text-decoration: none;
padding-bottom: 2px;
}
+
+#photo_directions {
+margin-top: .25em;
+display: block;
+position: relative;
+}
+#photo_directions span {
+display: block;
+position: absolute;
+top: 0;
+right: 3px;
+}
+#photo_saving {
+margin-bottom: 8px;
+}
+
+#post_status {
+ margin-left: 10px;
+ margin-bottom: 1em;
+ display: block;
+}
+
+#footer {
+ height: 65px;
+ display: block;
+ width: 640px;
+ padding: 10px 0 0 60px;
+ margin: 0;
+ position: absolute;
+ bottom: 0;
+ font-size: 12px;
+}
+
+#footer p {
+ margin: 0;
+ padding: 7px 0;
+}
+
+#footer p a {
+ text-decoration: none;
+}
+
+#footer p a:hover {
+ text-decoration: underline;