Changeset 5724


Ignore:
Timestamp:
Apr 8, 2010, 11:15:11 PM (14 years ago)
Author:
nikrou
Message:

Bug 1549 fixed : some texts are not correcly positionned.

Location:
trunk/admin/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r5705 r5724  
    2929#copyright { color:#777; margin:5px auto 0px 240px; text-align:center;
    3030padding-bottom: 15px; }
    31 .header_notes { background: transparent url(icon/note.png) no-repeat right top;
    32 border:0; font-weight:bold; min-height: 48px;
    33 padding:15px 60px 0 0; position:absolute; right:0;
    34 text-align:right; top:30px; width:550px;  }
     31.header_notes {
     32  background: transparent url(../default/icon/note.png) no-repeat right top;
     33  border: none;
     34  min-height: 48px;
     35  padding: 15px 60px 0 0;
     36  right: 0;
     37  width: 550px; 
     38  top: 70px;
     39}
    3540html, body { min-height: 100%; }
    3641body { margin: 0; padding: 0; background:#f9f9f9 }
  • trunk/admin/themes/default/default-colors.css

    r5364 r5724  
    4545 */
    4646.header_notes {
    47   border: 1px solid #666;
    48   text-align: center;
    49   background-image: url(icon/note.png);
    50   background-repeat: no-repeat;
    51   background-position: top left;
     47  border: 1px solid #666;
     48  background: transparent url(icon/note.png) no-repeat right top;
    5249  font-weight: bold;
    53   margin: 14px;
    54   padding: 5px 00px 0px 0px;
     50  margin: 14px 24px 14px 14px;
     51  padding: 5px 0 0 0;
     52  top: 90px;
     53  position: absolute;
     54  text-align: right;
    5555}
    5656
  • trunk/admin/themes/roma/theme.css

    r5702 r5724  
    2727h2 { color: #ccc; }
    2828
    29 .header_notes { background: transparent url(../../icon/note.png) no-repeat right top;
    30 border:0; font-weight:bold; min-height: 48px;
    31 padding:15px 60px 0 0; position:absolute; right:0;
    32 text-align:right; top:90px; width:550px;  }
     29.header_notes {
     30  background: transparent url(../default/icon/note.png) no-repeat right top;
     31  border: none;
     32  min-height: 48px;
     33  padding: 15px 60px 0 0; 
     34  right: 0;
     35  width: 550px; 
     36}
    3337html, body { min-height: 100%; }
     38
    3439body { margin: 0; padding: 0;
    3540background-color:#111111; }
Note: See TracChangeset for help on using the changeset viewer.