Changeset 95dd7446
- Timestamp:
- Jul 31, 2009 7:40:05 PM (12 years ago)
- Branches:
- master
- Children:
- d682063
- Parents:
- 219af360
- Location:
- installer/resources/themes/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/console/dark/console.css
r219af360 r95dd7446 635 635 opacity: 1.0; 636 636 border: 0; 637 margin: 0 0 0 10px; 637 margin: 5px 5px 5px 10px; 638 padding: 2px; 638 639 } 639 640 … … 647 648 opacity: 1.0; 648 649 border: 0; 649 margin: 0 0 0 10px; 650 margin: 5px 5px 5px 10px; 651 padding: 2px; 650 652 } 651 653 … … 659 661 border-top: 1px solid #99f; 660 662 border-bottom: 1px solid #99f !important; 661 font-size: 8pt;663 font-size: 7pt; 662 664 line-height: 110%; 663 665 } -
installer/resources/themes/console/light/console.css
r219af360 r95dd7446 683 683 opacity: 1.0; 684 684 border: 0; 685 margin: 5px 5px 5px 10px; 686 padding: 2px; 685 687 } 686 688 … … 694 696 opacity: 1.0; 695 697 border: 0; 698 margin: 5px 5px 5px 10px; 699 padding: 2px; 696 700 } 697 701 … … 711 715 border-bottom: 1px solid #001 !important; 712 716 padding: 8px 2px !important; 713 font-size: 8pt;717 font-size: 7pt; 714 718 line-height: 110%; 715 719 }
Note: See TracChangeset
for help on using the changeset viewer.