18 lines
421 B
CSS
18 lines
421 B
CSS
/* ------------------------------------------------------------
|
|
* Name : admin.css
|
|
* Desc : Admin StyleSheet
|
|
* Created : 2016/9/11 Tri-aBility by Junheum,Choi
|
|
* Updated :
|
|
------------------------------------------------------------ */
|
|
table#billing td {
|
|
text-align: center;
|
|
color:white;
|
|
padding-right:5px;
|
|
/* border: 1px solid blue; */
|
|
}
|
|
table#billing td {
|
|
height: 27px;
|
|
}
|
|
table#billing td.label {
|
|
width: 15%;
|
|
} |