xaver
2011-09-14 bfc22ec9af89c240cbce16c1f8abb17547cd4b3d
fixed icon in middle vertical, for opera table th align right
3 files modified
7 ■■■■■ changed files
interface/web/themes/default/css/screen/content.css 3 ●●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/content_ispc.css 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/uni-form.css 2 ●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/content.css
@@ -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 }
interface/web/themes/default/css/screen/content_ispc.css
@@ -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"); }
interface/web/themes/default/css/screen/uni-form.css
@@ -12,7 +12,7 @@
    .uniForm .buttonHolder{ 
        text-align: right; 
        background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
        margin: 1em 0;
        margin: 3em 0 1em;
        padding: 8px;     
     }
      .uniForm .resetButton{ float: left; }