Changeset 167 for Dev/trunk/css/awesome.css
- Timestamp:
- 11/25/11 13:58:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/awesome.css
r154 r167 598 598 #sequencer { 599 599 width: 100%; 600 /*max-width: 800px;*/ 600 601 margin: 0 auto 0 auto; 602 padding-right: 0.5em; 601 603 /*background-image: url('../images/bg/sequencerBG.png');*/ 602 604 background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); … … 615 617 background-position: bottom; 616 618 background-repeat: repeat-x; 617 } 618 619 #sequencer .title { 620 height: 1em; 621 margin-bottom: 0.5em; 622 margin-top:0.5em; 623 margin-left: 1em; 624 font-size: 1.25em; 625 color: #FFF; 626 619 float: left; 627 620 } 628 621 629 622 #sequencer #seqContent { 630 623 height: 9em; 624 width: 98%; 631 625 overflow-x: scroll; 632 626 overflow-y: hidden; 627 633 628 margin-bottom: 0.5em; 634 629 … … 650 645 border-radius: 0.5em; 651 646 padding: 0.5em; 647 /*white-space: nowrap;*/ 648 float: left; 652 649 } 653 650 … … 656 653 text-align: right; 657 654 margin-bottom: -0.5em; 655 float: left; 658 656 } 659 657 … … 665 663 float: left; 666 664 text-align: center; 665 /*display: inline-block;*/ 667 666 } 668 667 … … 679 678 border: 2px solid #444444; 680 679 color: #FFF; 681 float: left;680 /*float: left;*/ 682 681 } 683 682 … … 686 685 font-weight: normal; 687 686 font-size: 0.875em; 688 float: left;687 /*float: left;*/ 689 688 690 689 } … … 696 695 background-image: url('../images/ui/sequencerDivider.png'); 697 696 float: left; 697 /*display: inline-block;*/ 698 } 699 700 #seqContentWrapper { 701 float: left; 702 margin-right: -32767px; /* maximum for opera, enough for ~320 steps*/ 703 padding: 0 10px; 698 704 } 699 705 … … 732 738 } 733 739 734 #toolbox .title {735 height: 1em;736 margin-bottom: 0.5em;737 margin-top:0.5em;738 margin-left: 1em;739 font-size: 1.25em;740 color: #FFF;741 }742 743 740 #toolbox .creationButton { 744 741 height: 50px; … … 767 764 float: left; 768 765 } 766 767 #infoPanel { 768 width: 500px; 769 float: right; 770 margin: 1em 0 0 0; 771 /*background-image: url('../images/bg/sequencerBG.png');*/ 772 background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); 773 background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%); 774 background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%); 775 background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%); 776 background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%); 777 778 background-image: -webkit-gradient( 779 linear, 780 left top, 781 left bottom, 782 color-stop(0.25, #B0B0B0), 783 color-stop(0.8, #888888) 784 ); 785 } 786 787 #infoContent { 788 float: left; 789 display: block; 790 width: 500px; 791 background-color: #ff0000; 792 } 793 794 .fieldsetTitle { 795 height: 1em; 796 margin-bottom: 0.5em; 797 margin-top:0.5em; 798 margin-left: 1em; 799 font-size: 1.25em; 800 color: #FFF; 801 float: left; 802 display: block; 803 }
Note: See TracChangeset
for help on using the changeset viewer.