Changeset 4457


Ignore:
Timestamp:
Sep 5, 2008, 1:19:53 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes a rendering problem in IE: Ok/Cancel? buttons were left-aligned instead of center-aligned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/include/styles/main.css

    r4302 r4457  
    322322  position: fixed;
    323323  bottom: 0px;
     324  left: 12px;
     325  right: 12px;
    324326  border-top: 1px solid #999999;
    325327  background: #FFFFFF;
    326   padding: 4px;
    327   margin-right: 8px;
     328  padding: 4px 0px 4px 0px;
    328329  text-align: center;
    329330}
Note: See TracChangeset for help on using the changeset viewer.