Commit bfc22ec9 authored by xaver's avatar xaver
Browse files

fixed icon in middle vertical, for opera table th align right

parent 964c032f
......@@ -101,6 +101,7 @@
background: #FFFFFF;
border: 1px solid #DFDFDF;
padding: 1px;
outline:none;
}
......@@ -174,7 +175,7 @@
table.full { width: 100%; }
table.fixed { table-layout:fixed }
th,td { padding: 0.5em; }
th,td { padding: 0.5em;text-align:right; }
thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
......
......@@ -359,7 +359,7 @@
/* Button with icon and text */
.iconstxt {
background-repeat: no-repeat;
background-position: 4px 4px;
background-position: 4px center;
}
.iconstxt span { padding-left: 20px; }
.iconstxt.icoPositive { background-image: url("../../icons/x16/tick_circle_frame.png"); }
......
......@@ -12,8 +12,8 @@
.uniForm .buttonHolder{
text-align: right;
background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
margin: 1em 0;
padding: 8px;
margin: 3em 0 1em;
padding: 8px;
}
.uniForm .resetButton{ float: left; }
.uniForm .primaryAction{ font-weight: bold; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment