2016-09-12 04:14:11 +08:00
|
|
|
.credential-table{
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 44px;
|
|
|
|
tr:hover{
|
|
|
|
background-color: darken(#fff, 4%);
|
|
|
|
}
|
|
|
|
tr{
|
|
|
|
td{
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px;
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
2016-09-12 17:38:45 +08:00
|
|
|
.label{
|
|
|
|
float: left;
|
|
|
|
}
|
2016-09-12 04:14:11 +08:00
|
|
|
.tags{
|
|
|
|
float: right;
|
|
|
|
.tag{
|
|
|
|
background-color: rgba(240,240,240,.9);
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon-more{
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 1px;
|
|
|
|
opacity: 0.4;
|
|
|
|
height: 20px;
|
|
|
|
width: 32px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.icon-more:hover{
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2016-09-12 05:40:06 +08:00
|
|
|
.popovermenu {
|
|
|
|
margin-top: 7px;
|
|
|
|
height: 100px;
|
|
|
|
width: 100px;
|
|
|
|
right: -2px !important;
|
|
|
|
box-shadow: 0 1px 10px rgba(50, 50, 50, .7);
|
|
|
|
ul {
|
|
|
|
display: block;
|
|
|
|
width: 100px;
|
|
|
|
height: 75px;
|
|
|
|
li{
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.menuitem{
|
|
|
|
font-size: 12px;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.action {
|
|
|
|
padding: 10px;
|
|
|
|
margin: -10px;
|
|
|
|
}
|
|
|
|
}
|
2016-09-12 04:14:11 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|