fixed icon in middle vertical, for opera table th align right
| | |
| | | background: #FFFFFF; |
| | | border: 1px solid #DFDFDF; |
| | | padding: 1px; |
| | | outline:none; |
| | | } |
| | | |
| | | |
| | |
| | | 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 } |
| | |
| | | /* 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"); } |
| | |
| | | .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; } |