summaryrefslogtreecommitdiffstats
path: root/wp-admin/wp-admin.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-06-13 17:21:00 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-06-13 17:21:00 +0000
commit12de05107e4c8b006bde6ee8916f34eb476d08da (patch)
tree123ee54ecd1f3f777373b7df54a4604012d43640 /wp-admin/wp-admin.css
parente51c7a9ca4bfdb45fa3ec7334bd33871e78c68b1 (diff)
downloadwordpress-mu-12de05107e4c8b006bde6ee8916f34eb476d08da.tar.gz
wordpress-mu-12de05107e4c8b006bde6ee8916f34eb476d08da.tar.xz
wordpress-mu-12de05107e4c8b006bde6ee8916f34eb476d08da.zip
WP Merge with revision 8075
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wp-admin.css')
-rw-r--r--wp-admin/wp-admin.css238
1 files changed, 192 insertions, 46 deletions
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index 7a9283c..f61932b 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -1,13 +1,13 @@
-#plugins .name {
+.plugins .name {
font-weight: bold;
}
-#plugins p {
+.plugins p {
margin: 0 4px;
padding: 0;
}
-#plugins .togl {
+.plugins .togl {
width: 150px;
border-right-width: 1px;
border-right-style: solid;
@@ -52,28 +52,90 @@ form#upload #post_content {
margin: 10px 20px 10px 20px;
}
-.available-theme {
- width: 30%;
- margin: 0 1em;
- float: left;
- text-align: center;
- height: 28em;
- overflow: hidden;
+table#availablethemes {
+ border-spacing: 0px;
+ border: none;
+ border-top: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ margin: 10px auto;
+}
+td.available-theme {
+ vertical-align: top;
+ width: 240px;
+ margin: 0;
+ padding: 20px;
+ text-align: left;
+}
+table#availablethemes td {
+ border: 1px solid #eee;
+ border-top: none;
+}
+table#availablethemes td.top {
+ border-top: none;
+}
+table#availablethemes td.right {
+ border-right: none;
+ border-left: none;
+}
+table#availablethemes td.bottom {
+ border-bottom: none;
+}
+table#availablethemes td.left {
+ border-right: none;
+ border-left: none;
}
.available-theme a.screenshot {
- width: 250px;
- height: 200px;
+ width: 240px;
+ height: 180px;
display: block;
- margin: auto;
+ border: 1px solid #efefef;
margin-bottom: 10px;
overflow: hidden;
- border-width: 1px;
- border-style: solid;
}
-
.available-theme img {
- width: 100%;
+ width: 240px;
+}
+.available-theme h3 {
+ margin: 15px 0 5px;
+}
+
+#current-theme {
+ margin-top: 1em;
+}
+
+#current-theme a {
+ border-bottom: none;
+}
+
+#current-theme h3 {
+ font-size: 17px;
+ font-weight: normal;
+ margin: 0;
+}
+
+#current-theme .description {
+ margin-top: 5px;
+}
+
+#current-theme img {
+ float: left;
+ border: 1px solid #666;
+ margin-right: 1em;
+ margin-bottom: 1.5em;
+ width: 150px;
+}
+
+#TB_window #TB_title a.tb-theme-preview-link,
+#TB_window #TB_title a.tb-theme-preview-link:visited {
+ font-weight: bold;
+ color: #999;
+ text-decoration: none;
+}
+
+#TB_window #TB_title a.tb-theme-preview-link:hover,
+#TB_window #TB_title a.tb-theme-preview-link:focus {
+ color: #ccc;
}
.checkbox {
@@ -249,15 +311,6 @@ textarea.all-options, input.all-options {
border-collapse: separate;
}
-#currenttheme img {
- float: left;
- margin-right: 1em;
- margin-bottom: 1.5em;
- width: 300px;
- border-width: 1px;
- border-style: solid;
-}
-
#quicktags {
padding: 0;
border: 0 none;
@@ -394,26 +447,6 @@ set display:none; */
height: 22px;
}
-#your-profile fieldset {
- border-width: 1px;
- border-style: solid;
- float: left;
- width: 40%;
- padding: .5em 2em 1em;
- margin: 1em 1em 1em 0;
-}
-
-#your-profile fieldset input {
- width: 100%;
- font-size: 20px;
- padding: 2px;
-}
-
-#your-profile fieldset textarea {
- width: 100%;
- padding: 2px;
-}
-
#your-profile legend {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
@@ -894,6 +927,24 @@ html, body {
margin-right: 5px
}
+.form-table .pre {
+ padding: 8px;
+ margin: 0;
+}
+
+.pre {
+ /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
+ white-space: pre-wrap; /* css-3 */
+ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
+}
+
+table.form-table td .updated {
+ font-size: 13px;
+}
+
/* Post Screen */
#tagsdiv #newtag {
@@ -970,6 +1021,7 @@ html, body {
font-size: 1.5em;
margin-bottom: 15px;
padding: 0 0 3px;
+ clear: left;
}
#poststuff h3 {
@@ -1341,6 +1393,11 @@ p#post-search {
vertical-align:text-top;
}
+.defaultavatarpicker .avatar {
+ margin: 2px 0;
+ vertical-align: middle;
+}
+
body.minwidth {
min-width: 808px;
}
@@ -1464,3 +1521,92 @@ td.action-links, th.action-links {
.hide-if-no-js {
display: none;
}
+
+/* Diff */
+
+table.diff {
+ width: 100%;
+}
+
+table.diff col.content {
+ width: 50%;
+}
+
+table.diff tr {
+ background-color: transparent;
+}
+
+table.diff td, table.diff th {
+ padding: .5em;
+ font-family: monospace;
+ border: none;
+}
+
+table.diff .diff-deletedline del, table.diff .diff-addedline ins {
+ text-decoration: none;
+}
+
+#wp-word-count {
+ display: block;
+}
+
+fieldset {
+ border: 0;
+ padding: 0;
+ margin: 0;
+}
+
+.info-box {
+ top: 100px;
+ left: 50%;
+ margin-left: -225px;
+ height: 300px;
+ width: 450px;
+ border: 5px solid #ddd;
+ background: #f8f8f8;
+ position: absolute;
+ padding: 15px 15px 10px;
+ z-index: 1000;
+ display: none;
+}
+
+.info-box .submit {
+ position: absolute;
+ bottom: 15px;
+ width: 450px;
+ padding: 15px 0 0;
+}
+
+.info-box .gears-img {
+ float: right;
+ margin: 10px;
+}
+
+.info-box-title {
+ line-height: 2;
+ margin: 0;
+ padding: 0 7px;
+}
+
+#wp_editbtns {
+ padding: 2px;
+ position: absolute;
+ display: none;
+ z-index: 999998;
+}
+
+#wp_editimgbtn, #wp_delimgbtn {
+ margin: 2px;
+ padding: 2px;
+ border: 1px solid #999;
+ background-color: #eee;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+}
+
+#wp_editimgbtn:hover, #wp_delimgbtn:hover {
+ border-color: #555;
+ background-color: #ccc;
+}