温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:AjaxControlTookit的ModalPopupExtender弹出应用
当前文件:
ModalPopupExtender/App_Themes/default/default.css,打开代码结构图
ModalPopupExtender/App_Themes/default/default.css,打开代码结构图1body { 2
} 3
.divCol{ 4
font-weight:bold; 5
float:left; 6
width:120px; 7
text-align:right; 8
margin-right:10px; 9
white-space:nowrap; 10
} 11
/*no width on the last col so it will expand*/ 12
.divColLast{ 13
float:left; 14
white-space:nowrap; 15
} 16
.caption, table caption { 17
background-color: #aaa; 18
background-image: url('images/tilebg_tablecaption.gif'); 19
color: #000; 20
font-size: 16pt; 21
font-weight: bold; 22
border: 0; 23
border-bottom: solid 1px #737373; 24
white-space: nowrap; 25
text-align: center; 26
} 27
.clearer { 28
clear: both; 29
overflow: hidden; 30
background-color:transparent; 31
filter:alpha(opacity=0); 32
opacity:0.0; 33
height: 1px; 34
margin: 1px 1px 1px 1px; 35
max-height: 2px; 36
} 37




font-weight
