Files
Web_CRICS_Server_VS2010_Prod/WebSite/Styles/room-status-index.css
2025-12-11 09:17:16 +08:00

47 lines
696 B
CSS

.dg-row-style {
height:26px;
}
.dg-row-style .datagrid-cell {
height:25px;
line-height:25px;
}
.box {
font-size:small;
display:block;
clear:left;
padding:0;
margin:0;
}
.box .title {
padding:3px 5px;
position:relative;
color:#999;
display:inline;
left:10px;
top:8px;
white-space:nowrap;
text-align:center;
background-color:#ffffff;
font-weight:bold;
}
.box .container{
border:1px solid #95B8E7;
}
.box .container .content {
margin:15px 5px 8px 10px;
overflow:hidden;
}
.data-label {
/*background:#ddd;*/
cursor:default;
display:inline-block;
font-weight:700;
padding:3px 0px;
text-align:right;
width:60px;
}
.data-field {
display:inline-block;
min-width:40px;
}