Changeset 146 for Dev/trunk/css
- Timestamp:
- 11/07/11 14:41:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/awesome.css
r144 r146 260 260 -moz-border-radius: 6px; 261 261 border-radius: 6px; 262 } 263 264 265 .surveyButton.dis { 266 color: #666; 267 } 268 269 .surveyButton.dis:hover { 270 background-color: transparent; 271 color: #666; 272 border-color: #555; 262 273 } 263 274 … … 648 659 649 660 .seqContent .displayStep { 650 /*height: 140px;*/651 661 width: 52px; 652 662 padding: 0; … … 666 676 667 677 .seqContent .displayStep p{ 668 margin-top: 5 5px;678 margin-top: 5px; 669 679 font-weight: normal; 670 680 font-size: 0.875em; … … 697 707 /*width: 40%;*/ 698 708 float: left; 709 margin: 1em 2em 0 0; 699 710 /*background-image: url('../images/bg/sequencerBG.png');*/ 700 711 background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); … … 727 738 margin: 0 0 5px 0; 728 739 border: 1px solid #000; 729 border-radius: 5px; 730 -moz-border-radius: 5px; 740 border-radius: 6px; 741 -moz-border-radius: 6px; 742 cursor: pointer; 731 743 } 732 744 … … 737 749 738 750 #toolbox .buttonIcon { 739 margin: 0 10px 0 5px; 751 border: none; 752 border-radius: 6px; 753 margin: 0 10px 0 0; 740 754 float: left; 741 755 }
Note: See TracChangeset
for help on using the changeset viewer.