Copying over the new styles from original theme
This commit is contained in:
@@ -234,7 +234,8 @@ table tr.marked {
|
|||||||
/* hovered items */
|
/* hovered items */
|
||||||
.odd:hover,
|
.odd:hover,
|
||||||
.even:hover,
|
.even:hover,
|
||||||
.hover {
|
.hover,
|
||||||
|
.structure_actions_dropdown {
|
||||||
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
||||||
}
|
}
|
||||||
@@ -375,11 +376,16 @@ img.lightbulb {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* leave some space between icons and text */
|
/* leave some space between icons and text */
|
||||||
.icon {
|
.icon, img.footnotemarker {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.footnotemarker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* no extra space in table cells */
|
/* no extra space in table cells */
|
||||||
td .icon {
|
td .icon {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -404,7 +410,8 @@ div.error h1 {
|
|||||||
div.success,
|
div.success,
|
||||||
div.notice,
|
div.notice,
|
||||||
div.warning,
|
div.warning,
|
||||||
div.error {
|
div.error,
|
||||||
|
div.footnotes {
|
||||||
margin: 0.3em 0 0 0;
|
margin: 0.3em 0 0 0;
|
||||||
border: 2px solid;
|
border: 2px solid;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
@@ -437,12 +444,13 @@ div.success {
|
|||||||
border-color: #00FF00;
|
border-color: #00FF00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice {
|
.notice, .footnotes {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFDD;
|
background-color: #FFFFDD;
|
||||||
}
|
}
|
||||||
h1.notice,
|
h1.notice,
|
||||||
div.notice {
|
div.notice,
|
||||||
|
div.footnotes {
|
||||||
border-color: #FFD700;
|
border-color: #FFD700;
|
||||||
<?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
|
<?php if ($GLOBALS['cfg']['ErrorIconic']) { ?>
|
||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_notice.png);
|
||||||
@@ -1328,7 +1336,7 @@ table#serverconnection_trg_local {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.exportoptions, .importoptions {
|
.exportoptions, .importoptions {
|
||||||
margin: 30px 30px 30px 10px
|
margin: 20px 30px 30px 10px
|
||||||
}
|
}
|
||||||
|
|
||||||
.exportoptions #buttonGo, .importoptions #buttonGo {
|
.exportoptions #buttonGo, .importoptions #buttonGo {
|
||||||
@@ -1373,6 +1381,10 @@ select#db_select, select#table_select {
|
|||||||
border-bottom: 1px #999999 solid;
|
border-bottom: 1px #999999 solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#quick_or_custom, #output_quick_export {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Import styles only
|
* Import styles only
|
||||||
*/
|
*/
|
||||||
@@ -1450,3 +1462,22 @@ a.close_enum_editor {
|
|||||||
#enum_editor_output {
|
#enum_editor_output {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Table structure styles
|
||||||
|
*/
|
||||||
|
.structure_actions_dropdown {
|
||||||
|
position: absolute;
|
||||||
|
padding: 3px;
|
||||||
|
display: none;
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.more_opts {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#tablestructure td, table#tablestructure th {
|
||||||
|
max-width: 200px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
Reference in New Issue
Block a user