Initial commit
This commit is contained in:
34
#pma/themes/fallen/css/rte.css.php
Normal file
34
#pma/themes/fallen/css/rte.css.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
# Unplanned execution path
|
||||
|
||||
if ( !defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE') ) {
|
||||
exit();
|
||||
} ?>
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
.rte_table {
|
||||
table-layout: fixed
|
||||
}
|
||||
|
||||
.rte_table td {
|
||||
vertical-align: middle;
|
||||
padding: 0.2em
|
||||
}
|
||||
|
||||
.rte_table input, .rte_table select, .rte_table textarea {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box
|
||||
}
|
||||
|
||||
.rte_table input[type=checkbox], .rte_table input[type=radio] {
|
||||
width: auto;
|
||||
margin-right: 6px
|
||||
}
|
||||
|
||||
.rte_table .routine_params_table {
|
||||
width: 100%
|
||||
}
|
Reference in New Issue
Block a user