AG-1053 Tidy react examples, make more idiomatic
This commit is contained in:
34
src-examples/masterDetailExample/DetailPanelComponent.css
Normal file
34
src-examples/masterDetailExample/DetailPanelComponent.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.full-width-panel {
|
||||
position: relative;
|
||||
background: #fafafa;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
border-left: 2px solid grey;
|
||||
border-bottom: 2px solid lightgray;
|
||||
border-right: 2px solid lightgray;
|
||||
}
|
||||
|
||||
.call-record-cell {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.full-width-detail {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.full-width-details {
|
||||
float: left;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.full-width-grid {
|
||||
margin-left: 150px;
|
||||
padding-top: 25px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user