Changeset 30

Show
Ignore:
Timestamp:
09/24/08 04:19:29 (5 years ago)
Author:
judah
Message:

- moved alert button group 20px from the right to prevent overlapping scrollbars
- changed border to 0px to look nicer
- set padding between buttons to 4px to look nicer
- set cursor to pointer on buttons to indicate that buttons are buttons

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/html-template/html/css/mocha.css

    r11 r30  
    291291        position: absolute; 
    292292        bottom:27px; 
    293         right:6px; 
     293        right:20px; 
    294294        z-index:100; 
    295295} 
     
    297297.mochaAlertButton { 
    298298        background:#FBFBFB none repeat scroll 0% 50%; 
    299         border:1px solid #D4D4D4; 
     299        border:0px solid #D4D4D4; 
    300300        margin:0px 2px 0px 0px; 
    301         padding:0px 2px; 
     301        padding:0px 4px; 
    302302        font-size:12px; 
    303303        font-weight:bold; 
     304        cursor:pointer; 
    304305} 
    305306