003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/themes/pmahomme/css
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
themes
/
pmahomme
/
css
/
📁
..
📄
codemirror.css.php
(1.58 KB)
📄
common.css.php
(69.8 KB)
📄
designer.css.php
(9.51 KB)
📄
enum_editor.css.php
(1.26 KB)
📄
gis.css.php
(787 B)
📄
icons.css.php
(14.89 KB)
📄
jqplot.css.php
(5.8 KB)
📄
navigation.css.php
(9.61 KB)
📄
printview.css
(2.68 KB)
📄
resizable-menu.css.php
(1019 B)
📄
rte.css.php
(884 B)
Editing: rte.css.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Styles for management of Routines, Triggers and Events * for the pmahomme theme * * @package PhpMyAdmin-theme * @subpackage PMAHomme */ // unplanned execution path if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) { exit(); } ?> .rte_table { table-layout: fixed; } .rte_table td { vertical-align: middle; padding: 0.2em; } .rte_table tr td:nth-child(1) { font-weight: bold; } .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=button], .rte_table input[type=checkbox], .rte_table input[type=radio] { width: auto; margin-right: 6px; } .rte_table .routine_params_table { width: 100%; }
Upload File
Create Folder