]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/themes/advanced/css/editor_popup.css
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / css / editor_popup.css
index 14f83221a84ea97833da282a4d1feaa5e031a101..e7853e4d8243eedf6c2d40c05f283a215b777ed3 100644 (file)
@@ -35,14 +35,14 @@ input, select, textarea {
 }\r
 \r
 .input_noborder {\r
-       border: 0px solid #808080;\r
+       border: 0;\r
 }\r
 \r
-#insert {\r
+#insert, .updateButton {\r
    font-weight: bold;\r
    width: 90px;\r
    height: 21px;\r
-   border: 0px;\r
+   border: 0;\r
    background-image: url('../images/insert_button_bg.gif');\r
    cursor: pointer;\r
 }\r
@@ -51,7 +51,7 @@ input, select, textarea {
    font-weight: bold;\r
    width: 90px;\r
    height: 21px;\r
-   border: 0px;\r
+   border: 0;\r
    background-image: url('../images/cancel_button_bg.gif');\r
    cursor: pointer;\r
 }\r
@@ -84,7 +84,7 @@ td.charmap, td.charmapOver {
 \r
 td.charmapOver {\r
        background-color: #CCCCCC;\r
-       cursor: arrow;\r
+       cursor: default;\r
 }\r
 \r
 a.charmap {\r
@@ -120,17 +120,17 @@ input.checkbox {
        border-bottom: 1px solid;\r
        border-right: 1px solid;\r
        border-color: #F0F0EE;\r
-       cursor: arrow;\r
+       cursor: default;\r
 }\r
 \r
 .mceButtonOver {\r
        border: 1px solid #0A246A;\r
-       cursor: arrow;\r
+       cursor: default;\r
        background-color: #B6BDD2;\r
 }\r
 \r
 .mceButtonDown {\r
-       cursor: arrow;\r
+       cursor: default;\r
        border: 1px solid #0A246A;\r
        background-color: #8592B5;\r
 }\r
@@ -144,7 +144,7 @@ input.checkbox {
        border-bottom: 1px solid;\r
        border-right: 1px solid;\r
        border-color: #F0F0EE;\r
-       cursor: arrow;\r
+       cursor: default;\r
 }\r
 \r
 .mceActionPanel {\r
@@ -162,7 +162,7 @@ input.checkbox {
 \r
 .tabs ul {\r
        margin: 0;\r
-       padding: 0px 0px 0;\r
+       padding: 0 0 0;\r
        list-style: none;\r
 }\r
 \r
@@ -170,7 +170,7 @@ input.checkbox {
        float: left;\r
        background: url("../images/xp/tab_bg.gif") no-repeat left top;\r
        margin: 0;\r
-       margin-left: 0px;\r
+       margin-left: 0;\r
        margin-right: 2px;\r
        padding: 0 0 0 10px;\r
        line-height: 18px;\r
@@ -185,7 +185,7 @@ input.checkbox {
        float: left;\r
        display: block;\r
        background: url("../images/xp/tab_end.gif") no-repeat right top;\r
-       padding: 0px 10px 0px 0px;\r
+       padding: 0px 10px 0 0;\r
 }\r
 \r
 .tabs .current span {\r
@@ -235,8 +235,8 @@ fieldset {
        border: 1px solid #919B9C;\r
        font-family: Verdana, Arial;\r
        font-size: 10px;\r
-       padding: 0px;\r
-       margin: 0px;\r
+       padding: 0;\r
+       margin: 0;\r
        padding: 4px;\r
 }\r
 \r
@@ -295,8 +295,8 @@ a:hover {
 \r
 h1, h2, h3, h4 {\r
        color: #2B6FB6;\r
-       margin: 0px;\r
-       padding: 0px;\r
+       margin: 0;\r
+       padding: 0;\r
        padding-top: 5px;\r
 }\r
 \r
@@ -304,6 +304,18 @@ h3 {
        font-size: 14px;\r
 }\r
 \r
+#link .panel_wrapper, #link div.current {\r
+       height: 125px;\r
+}\r
+\r
+#image .panel_wrapper, #image div.current {\r
+       height: 190px;\r
+}\r
+\r
+label.msg { display: none; }\r
+label.invalid { color: #EE0000; display: inline; }\r
+input.invalid { border: 1px solid #EE0000; }\r
+\r
 /* Disables the advanced tab in the table plugin. */\r
 /*\r
 #table #advanced_tab {\r
@@ -317,3 +329,30 @@ h3 {
        display: none;\r
 }\r
 */\r
+\r
+/* Below this line is WordPress customizations */\r
+#insert, #cancel, .submitbutton {\r
+       font: 11px Verdana, Arial, Helvetica, sans-serif;\r
+       height: auto;\r
+       width: auto;\r
+       background-color: transparent;\r
+       background-image: url(../../../../../../wp-admin/images/fade-butt.png);\r
+       background-repeat: repeat;\r
+       border: 3px double;\r
+       border-right-color: rgb(153, 153, 153);\r
+       border-bottom-color: rgb(153, 153, 153);\r
+       border-left-color: rgb(204, 204, 204);\r
+       border-top-color: rgb(204, 204, 204);\r
+       color: rgb(51, 51, 51);\r
+       padding: 0.1em 0.5em;\r
+}\r
+\r
+#insert:active, #cancel:active, .submitbutton:active {\r
+       background: #f4f4f4;\r
+       border-left-color: #999;\r
+       border-top-color: #999;\r
+}\r
+\r
+#styleSelectRow {\r
+       display: none;\r
+}
\ No newline at end of file