初始化CRICS
This commit is contained in:
47
WebSite/Styles/room-status-index.css
Normal file
47
WebSite/Styles/room-status-index.css
Normal file
@@ -0,0 +1,47 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user