|
|
@ -2844,6 +2844,31 @@ a.ast-type-item:hover {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* operations panel/board */
|
|
|
|
/* operations panel/board */
|
|
|
|
|
|
|
|
.operation-tile{
|
|
|
|
|
|
|
|
width: 88px;
|
|
|
|
|
|
|
|
height: 100px;
|
|
|
|
|
|
|
|
background-color: #ebebeb;
|
|
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
margin: 0px 10px 10px 0px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.operation-tile i{
|
|
|
|
|
|
|
|
padding: 15px 0px 0px 0px;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
min-height: 65px;
|
|
|
|
|
|
|
|
margin: -5px !important;
|
|
|
|
|
|
|
|
font-size: 36px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.operation-tile span{
|
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
display: table-cell !important;
|
|
|
|
|
|
|
|
width: inherit;
|
|
|
|
|
|
|
|
}
|
|
|
|
.wr-operations-board {
|
|
|
|
.wr-operations-board {
|
|
|
|
background: #fafafa;
|
|
|
|
background: #fafafa;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|