Changeset 30
- Timestamp:
- 09/24/08 04:19:29 (5 years ago)
- Files:
-
- 1 modified
-
trunk/library/html-template/html/css/mocha.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/html-template/html/css/mocha.css
r11 r30 291 291 position: absolute; 292 292 bottom:27px; 293 right: 6px;293 right:20px; 294 294 z-index:100; 295 295 } … … 297 297 .mochaAlertButton { 298 298 background:#FBFBFB none repeat scroll 0% 50%; 299 border: 1px solid #D4D4D4;299 border:0px solid #D4D4D4; 300 300 margin:0px 2px 0px 0px; 301 padding:0px 2px;301 padding:0px 4px; 302 302 font-size:12px; 303 303 font-weight:bold; 304 cursor:pointer; 304 305 } 305 306