More minor corrections

skala
Julio Montoya 14 years ago
parent 6e836b206f
commit 5f11041f41
  1. 28
      main/inc/lib/javascript/thickbox.css

@ -48,9 +48,9 @@
text-align:left;
background-color: #fff;
box-shadow:0 0 90px 5px #000;
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
box-shadow:0 0 50px 5px #999;
-moz-box-shadow:0 0 50px 5px #999;
-webkit-box-shadow: 0 0 50px 5px #999;
top:50%;
left:50%;
@ -97,16 +97,26 @@
margin-bottom:1px;
}
#TB_title{
background-color:#e8e8e8;
height:27px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
-webkit-border-radius-topleft:8px;
-webkit-border-radius-topright:8px;
-opera-border-radius-topleft:8px;
-opera-border-radius-topright:8px;
-border-radius-topleft:8px;
-border-radius-topright:8px;
background-color:#e8e8e8;
height:27px;
}
#TB_ajaxContent {
#TB_ajaxContent {
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
background-color: #fff;
line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
padding:15px;
@ -114,7 +124,7 @@
#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}
#TB_load{
#TB_load {
position: fixed;
display:none;
height:13px;

Loading…
Cancel
Save