Changeset 7532
- Timestamp:
- 09/22/11 18:51:42 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
r7484 r7532 393 393 } 394 394 395 input.cbi-button { 396 background-color: #EEEEEE; 397 background-repeat: no-repeat; 398 background-position: 1px center; 399 border: 1px solid #CCCCCC; 400 border-radius: 3px; 401 } 402 403 input.cbi-button:hover { 404 border-color: #4A6B7C; 405 background-color: #FFFFFF; 406 } 407 395 408 input.cbi-input-user { 396 background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; 397 background-color: inherit; 409 background-image: url('../resources/cbi/user.gif'); 410 background-repeat: no-repeat; 411 background-position: 1px center; 398 412 color: #000000; 399 413 text-indent: 17px; … … 401 415 402 416 input.cbi-input-password { 403 background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; 404 background-color: inherit; 417 background-image: url('../resources/cbi/key.gif'); 418 background-repeat: no-repeat; 419 background-position: 1px center; 405 420 color: #000000; 406 421 text-indent: 17px; … … 408 423 409 424 input.cbi-input-find { 410 background: url('../resources/cbi/find.gif') no-repeat scroll 1px center; 411 background-color: inherit; 425 background-image: url('../resources/cbi/find.gif'); 412 426 color: #000000; 413 427 padding-left: 17px; … … 415 429 416 430 input.cbi-input-reload { 417 background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center; 418 background-color: inherit; 431 background-image: url('../resources/cbi/reload.gif'); 419 432 color: #000000; 420 433 padding-left: 17px; … … 423 436 input.cbi-input-add, 424 437 input.cbi-button-add { 425 background: url('../resources/cbi/add.gif') no-repeat scroll 1px center; 426 background-color: inherit; 438 background-image: url('../resources/cbi/add.gif'); 427 439 color: #000000; 428 440 padding-left: 17px; … … 432 444 input.cbi-input-fieldadd, 433 445 input.cbi-button-fieldadd { 434 background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center; 435 background-color: inherit; 446 background-image: url(../resources/cbi/fieldadd.gif); 436 447 color: #000000; 437 448 padding-left: 17px; … … 441 452 input.cbi-input-reset, 442 453 input.cbi-button-reset { 443 background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center; 444 background-color: inherit; 454 background-image: url('../resources/cbi/reset.gif'); 445 455 color: #000000; 446 456 padding-left: 17px; … … 450 460 input.cbi-input-save, 451 461 input.cbi-button-save { 452 background: url('../resources/cbi/save.gif') no-repeat scroll 1px center; 453 background-color: inherit; 462 background-image: url('../resources/cbi/save.gif'); 454 463 color: #000000; 455 464 padding-left: 17px; … … 459 468 input.cbi-input-apply, 460 469 input.cbi-button-apply { 461 background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center; 462 background-color: inherit; 470 background-image: url('../resources/cbi/apply.gif'); 463 471 color: #000000; 464 472 padding-left: 17px; … … 468 476 input.cbi-input-link, 469 477 input.cbi-button-link { 470 background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; 471 background-color: inherit; 478 background-image: url('../resources/cbi/link.gif'); 472 479 color: #000000; 473 480 padding-left: 17px; … … 477 484 input.cbi-input-remove, 478 485 div.cbi-section-remove input { 479 background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center; 480 background-color: inherit; 486 background-image: url('../resources/cbi/remove.gif'); 481 487 color: #000000; 482 488 padding-left: 17px; … … 565 571 clear: left; 566 572 vertical-align: middle; 567 padding: 0.25em ;573 padding: 0.25em 0.6em; 568 574 border-bottom: 1px dotted #bbbbbb; 569 575 } … … 597 603 } 598 604 599 div.cbi-tblsection-create {600 border-bottom: 1px dotted #bbbbbb;601 }602 603 605 div.cbi-section-create .cbi-button { 604 606 margin: 0.25em; … … 624 626 .cbi-section-node { 625 627 clear: both; 626 border-top: 1px dotted #bbbbbb; 627 border-left: 1px dotted #bbbbbb; 628 border-right: 1px dotted #bbbbbb; 628 border: 1px solid #BBBBBB; 629 border-radius: 3px; 630 padding-bottom: 0; 631 position: relative; 632 } 633 634 .cbi-section-node .cbi-value-last { 629 635 border-bottom: none; 630 padding-bottom: 0;631 636 } 632 637 … … 693 698 padding: 3px 0; 694 699 margin-left: 0 !important; 695 margin-bottom: -1px;696 700 list-style-type: none; 701 position: relative; 702 z-index: 10; 703 top: 1px; 697 704 } 698 705 … … 708 715 padding: 3px 7px; 709 716 margin-right: 3px; 710 border: 1px outset #000000;717 border: 1px solid #BBBBBB; 711 718 border-bottom: none; 719 border-radius: 3px 3px 0 0; 712 720 background-color: #EEEEEE; 713 721 color: #BBBBBB; … … 724 732 725 733 ul.cbi-tabmenu li.cbi-tab a { 726 position: relative;727 top: 1px;728 734 padding-top: 4px; 729 735 color: #000000;
