|
File pma-indices.patch, 2.3 kB
(added by joximu, 9 months ago)
|
|
-
trunk/gui/tools/pma/themes/omega/css/theme_right.css.php
| old |
new |
|
| 69 | 69 | cursor: help; |
|---|
| 70 | 70 | } |
|---|
| 71 | 71 | |
|---|
| 72 | | #maincontainer { |
|---|
| 73 | | background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); |
|---|
| 74 | | background-position: <?php echo $right; ?> bottom; |
|---|
| 75 | | background-repeat: no-repeat; |
|---|
| 76 | | border-bottom: 1px solid silver; |
|---|
| 77 | | } |
|---|
| 78 | | |
|---|
| 79 | 72 | th { |
|---|
| 80 | 73 | font-size: 11px; |
|---|
| 81 | 74 | font-weight: bold; |
| … | … | |
| 591 | 584 | background-color: #cccccc; |
|---|
| 592 | 585 | } |
|---|
| 593 | 586 | |
|---|
| | 587 | /** |
|---|
| | 588 | * login form |
|---|
| | 589 | */ |
|---|
| | 590 | body.loginform h1, |
|---|
| | 591 | body.loginform a.logo { |
|---|
| | 592 | display: block; |
|---|
| | 593 | text-align: center; |
|---|
| | 594 | } |
|---|
| 594 | 595 | |
|---|
| | 596 | body.loginform { |
|---|
| | 597 | text-align: center; |
|---|
| | 598 | } |
|---|
| | 599 | |
|---|
| | 600 | body.loginform div.container { |
|---|
| | 601 | text-align: <?php echo $left; ?>; |
|---|
| | 602 | width: 30em; |
|---|
| | 603 | margin: 0 auto; |
|---|
| | 604 | } |
|---|
| | 605 | |
|---|
| | 606 | form.login label { |
|---|
| | 607 | float: <?php echo $left; ?>; |
|---|
| | 608 | width: 10em; |
|---|
| | 609 | font-weight: bolder; |
|---|
| | 610 | } |
|---|
| | 611 | |
|---|
| 595 | 612 | /******************************************************************************/ |
|---|
| 596 | 613 | /* specific elements */ |
|---|
| 597 | 614 | |
| … | … | |
| 684 | 701 | |
|---|
| 685 | 702 | ul#topmenu li { |
|---|
| 686 | 703 | border-bottom: 0; |
|---|
| | 704 | margin-top: 4px; |
|---|
| 687 | 705 | } |
|---|
| 688 | 706 | |
|---|
| 689 | 707 | /* default tab styles */ |
| … | … | |
| 1098 | 1116 | } |
|---|
| 1099 | 1117 | /* end querybox */ |
|---|
| 1100 | 1118 | |
|---|
| | 1119 | /* main page */ |
|---|
| | 1120 | #maincontainer { |
|---|
| | 1121 | background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); |
|---|
| | 1122 | background-position: <?php echo $right; ?> bottom; |
|---|
| | 1123 | background-repeat: no-repeat; |
|---|
| | 1124 | border-bottom: 1px solid silver; |
|---|
| | 1125 | } |
|---|
| | 1126 | |
|---|
| | 1127 | #mysqlmaininformation, |
|---|
| | 1128 | #pmamaininformation { |
|---|
| | 1129 | float: <?php echo $left; ?>; |
|---|
| | 1130 | width: 49%; |
|---|
| | 1131 | } |
|---|
| | 1132 | |
|---|
| | 1133 | #maincontainer ul { |
|---|
| | 1134 | list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_<?php echo $GLOBALS['text_dir']; ?>.png); |
|---|
| | 1135 | vertical-align: middle; |
|---|
| | 1136 | } |
|---|
| | 1137 | |
|---|
| | 1138 | #maincontainer li { |
|---|
| | 1139 | margin-bottom: 0.3em; |
|---|
| | 1140 | } |
|---|
| | 1141 | /* END main page */ |
-
trunk/gui/tools/pma/themes/omega/info.inc.php
| old |
new |
|
| 1 | 1 | <?php |
|---|
| 2 | 2 | /* Theme information */ |
|---|
| 3 | 3 | $theme_name = 'omega'; |
|---|
| 4 | | $theme_version = 2; |
|---|
| 5 | | $theme_generation = 2; |
|---|
| | 4 | $theme_full_version = '2.9'; |
|---|
| 6 | 5 | ?> |
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>