Ticket #714: pma-indices.patch

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  
    6969    cursor:             help; 
    7070} 
    7171 
    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  
    7972th { 
    8073    font-size:          11px; 
    8174    font-weight:        bold; 
     
    591584    background-color:   #cccccc; 
    592585} 
    593586 
     587/** 
     588 * login form 
     589 */ 
     590body.loginform h1, 
     591body.loginform a.logo { 
     592    display: block; 
     593    text-align: center; 
     594} 
    594595 
     596body.loginform { 
     597    text-align: center; 
     598} 
     599 
     600body.loginform div.container { 
     601    text-align: <?php echo $left; ?>; 
     602    width: 30em; 
     603    margin: 0 auto; 
     604} 
     605 
     606form.login label { 
     607    float: <?php echo $left; ?>; 
     608    width: 10em; 
     609    font-weight: bolder; 
     610} 
     611 
    595612/******************************************************************************/ 
    596613/* specific elements */ 
    597614 
     
    684701 
    685702ul#topmenu li { 
    686703    border-bottom: 0; 
     704    margin-top: 4px; 
    687705} 
    688706 
    689707/* default tab styles */ 
     
    10981116} 
    10991117/* end querybox */ 
    11001118 
     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  
    11<?php 
    22/* Theme information */ 
    33$theme_name = 'omega'; 
    4 $theme_version = 2; 
    5 $theme_generation = 2; 
     4$theme_full_version = '2.9'; 
    65?>