]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/thickbox/thickbox.css
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-includes / js / thickbox / thickbox.css
index 0552cc54562a6ebc532354b9e51f024c863d0227..a7c4a4012a891ae9560c805a8f040eb4e9904426 100644 (file)
@@ -82,16 +82,14 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
 }
 
 #TB_closeAjaxWindow{
-       padding:7px 10px 5px 0;
-       margin-bottom:1px;
+       padding:6px 10px 0;
        text-align:right;
        float:right;
 }
 
 #TB_ajaxWindowTitle{
        float:left;
-       padding:7px 0 5px 10px;
-       margin-bottom:1px;
+       padding:6px 10px 0;
 }
 
 #TB_title{
@@ -118,12 +116,13 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
 #TB_load{
        position: fixed;
        display:none;
-       height:13px;
-       width:208px;
        z-index:103;
        top: 50%;
        left: 50%;
-       margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
+       background-color: #E8E8E8;
+       border: 4px solid #525252;
+       margin: -45px 0pt 0pt -125px;
+       padding: 40px 15px 15px;
 }
 
 * html #TB_load { /* ie6 hack */
@@ -154,6 +153,5 @@ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = d
        clear:both;
        border:none;
        margin-bottom:-1px;
-       margin-top:1px;
        _margin-bottom:1px;
 }