Skip to content

Commit 2bca777

Browse files
author
xaver
committed
second part
1 parent 36c0578 commit 2bca777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/themes/default/css/screen/content.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
table.full { width: 100%; }
176176
table.fixed { table-layout:fixed }
177177

178-
th,td { padding: 0.5em;text-align:right; }
178+
th,td { padding: 0.5em;text-align:l; }
179179
thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
180180
tbody th { background: #ccc; color: #333 }
181181
tbody th.sub { background: #ddd; color: #333 }

interface/web/themes/default/css/screen/uni-form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; }
1111

1212
.uniForm .buttonHolder{
13-
text-align: right;
13+
text-align: left;
1414
background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
1515
margin: 3em 0 1em;
1616
padding: 8px;

0 commit comments

Comments
 (0)