File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
interface/web/themes/default/css/screen Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 101101 background : # FFFFFF ;
102102 border : 1px solid # DFDFDF ;
103103 padding : 1px ;
104+ outline : none;
104105 }
105106
106107
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 }
Original file line number Diff line number Diff line change 359359 /* Button with icon and text */
360360 .iconstxt {
361361 background-repeat : no-repeat;
362- background-position : 4px 4 px ;
362+ background-position : 4px center ;
363363 }
364364 .iconstxt span { padding-left : 20px ; }
365365 .iconstxt .icoPositive { background-image : url ("../../icons/x16/tick_circle_frame.png" ); }
Original file line number Diff line number Diff line change 1212 .uniForm .buttonHolder {
1313 text-align : right;
1414 background : # CEDEEF url ("../../images/buttonHolder_bg.gif" ) no-repeat right;
15- margin : 1 em 0 ;
16- padding : 8px ;
15+ margin : 3 em 0 1 em ;
16+ padding : 8px ;
1717 }
1818 .uniForm .resetButton { float : left; }
1919 .uniForm .primaryAction { font-weight : bold; }
You can’t perform that action at this time.
0 commit comments