Skip to content

Commit bfc22ec

Browse files
author
xaver
committed
fixed icon in middle vertical, for opera table th align right
1 parent 964c032 commit bfc22ec

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
background: #FFFFFF;
102102
border: 1px solid #DFDFDF;
103103
padding: 1px;
104+
outline:none;
104105
}
105106

106107

@@ -174,7 +175,7 @@
174175
table.full { width: 100%; }
175176
table.fixed { table-layout:fixed }
176177

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
/* Button with icon and text */
360360
.iconstxt {
361361
background-repeat: no-repeat;
362-
background-position: 4px 4px;
362+
background-position: 4px center;
363363
}
364364
.iconstxt span { padding-left: 20px; }
365365
.iconstxt.icoPositive { background-image: url("../../icons/x16/tick_circle_frame.png"); }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
.uniForm .buttonHolder{
1313
text-align: right;
1414
background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
15-
margin: 1em 0;
16-
padding: 8px;
15+
margin: 3em 0 1em;
16+
padding: 8px;
1717
}
1818
.uniForm .resetButton{ float: left; }
1919
.uniForm .primaryAction{ font-weight: bold; }

0 commit comments

Comments
 (0)