Skip to content

Commit 2e421b2

Browse files
formatting fix
1 parent 3822bd8 commit 2e421b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/css/LightPivot.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
height: 100%;
55
border-radius: 5px;
66
background: white;
7+
font-size: 13px;
78
overflow: hidden;
89
}
910

@@ -154,7 +155,6 @@
154155
.lpt > .tableContainer td, .lpt > .tableContainer th {
155156
border-radius: 3px;
156157
padding: .4em;
157-
text-align: center;
158158
}
159159

160160
.lpt > .tableContainer tbody.fixedHeader th:last-child:hover {
@@ -166,6 +166,7 @@
166166
.lpt th {
167167
/*background: #C0CDFF;*/
168168
background: #F0F0F0;
169+
text-align: left;
169170
box-shadow: inset 0 -5px 10px rgb(216, 216, 216);
170171
}
171172

@@ -187,6 +188,7 @@
187188
/*background: #E1E8FF;*/
188189
background: #FFFFFF;
189190
box-shadow: inset 0 0 2px rgb(216, 216, 216);
191+
text-align: right;
190192
-webkit-transition: all .3s ease;
191193
-moz-transition: all .3s ease;
192194
-o-transition: all .3s ease;

0 commit comments

Comments
 (0)