Changeset 155 for trunk/web-app
- Timestamp:
- Oct 17, 2009, 1:41:59 PM (15 years ago)
- Location:
- trunk/web-app
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r142 r155 279 279 280 280 .paginateButtons { 281 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;282 border: 1px solid #ccc;281 /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/ 282 /*border: 1px solid #ccc;*/ 283 283 border-top: 0; 284 284 color: #666; … … 379 379 width: 1020px; 380 380 height: 100px; 381 } 382 383 /* Overlay Pane and filterPane plugin*/ 384 div.overlayPane { 385 position: absolute; 386 width:70%; 387 left: 50%; 388 margin-left: -35%; 389 top: 50%; 390 margin-top: -15%; 391 border: 2px solid #666666; 392 background-color: white; 393 padding: 5px; 394 z-index: 1; 395 } 396 397 .overlayTable { 398 width: 100%; 399 } 400 401 a.remove img { 402 border:none; 381 403 } 382 404
Note: See TracChangeset
for help on using the changeset viewer.