Tuesday, September 20, 2016
cell border yes or no
table, th, td {
/*border: 1px solid black;*/
text-align: center;
/*border-bottom: 1px solid black;*/
}
.bottomBorder{
border-bottom: 1px solid black;
border-bottom-width: 1px;
border: 0px;
}
.topBorder {
border-top: 1px solid black !important;
border-top-width: 1px;
/*border: 0px;*/
}
.rightBorder {
border-right: 1px solid black !important;
border-right-width: 1px;
}
.leftBorder {
border-left: 1px solid black !important;
border-left-width: 1px;
}
.allBorder{
border:1px solid black !important;
}
.noTopBorder{
border-bottom-width: 0px;
}
.noBottomBorder{
border-bottom-width: 0px;
border-bottom: 0px !important;
}
.StandardTable {
color:#222222 !important;
border: 1px solid;
/*border: 1px solid #656565;*/
/*-moz-border-radius: 10px;*/
/*-webkit-border-radius: 10px;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*box-shadow: 10px 10px 5px #888888;*/
width: 90%;
margin-left: 20px;
margin-bottom: 15px;
border-spacing: 0;
}
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<link href="keyword.css" rel="stylesheet" />
</head>
<body>
<div class="content viewing profileBox second" id="cfaesW_admin_ISSUE_area" ng-if="status=='cISSUE'">
<table ng-show="arrISSUE.length > 0" class="StandardTable">
<col>
<colgroup span="2"></colgroup>
<colgroup span="2"></colgroup>
<tr>
<td></td>
<td></td>
<td>visiblity</td>
</tr>
<tr>
<td></td>
<td class="no"></td>
<td>(active</td>
</tr>
<tr>
<td></td>
<td class="topBorder rightBorder leftBorder">impact araa</td>
<td>inactive)</td>
</tr>
</table>
</div>
</body>
</html>
Labels:
css
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment