metadata-editor-workspace
Version:
Metadata Editor Workspace module for ME-Core Powered by Assyst
81 lines (77 loc) • 1.33 kB
CSS
#buttonImg
{
margin-left: 200px;
}
#rightPanelHead
{
text-align: left;
color : rgb(0, 136, 204);
display: block;
font-family : arial;
font-size : 16px;
}
#noOfProjects
{
display:block;
font-family:arial;
font-size:14px;
font-weight:300;
height:20px;
line-height:20px;
}
.searchIcon
{
color:#ddd;
}
tableng2-smart-table-title-a.ng2-smart-sort-link-sort
{
display:none;
color: black;
}
ng2-smart-table.a
{
color: black;
background: red;
text-decoration: none;
}
.table-wrapper{
display: block;
}
table{
word-break: break-word ;
}
/*ng2-table.*/
.dataList ng-table
{
display:block;
}
ng-table table {
border:1px solid #e1e1e1;
margin-top:25px;
border-spacing: 0;
border-collapse: collapse;
}
ng-table table thead{
border-bottom: 1px solid #e1e1e1;
}
ng-table table thead th
{
padding: 5px;
text-align: left;
background: #f1f1f1;
border-right: 1px solid #e1e1e1;
color:#858585;
height: 23px;
}
ng-table table tbody td
{
padding: 15px;
text-align: left;
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
}
.btnLeftPanel:hover
{
background: #fff;
background-color: #fff;
}