Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / themes / pmahomme / css / enum_editor.css.php
blobda9bc07158d64d432d20a4854e788e68a531f9d2
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * ENUM editor styles for the pmahomme theme
6 * @package PhpMyAdmin-theme
7 * @subpackage PMAHomme
8 */
10 // unplanned execution path
11 if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
12 exit();
16 /**
17 * ENUM/SET editor styles
19 p.enum_notice {
20 margin: 5px 2px;
21 font-size: 80%;
24 #enum_editor p {
25 margin-top: 0;
26 font-style: italic;
29 #enum_editor .values,
30 #enum_editor .add {
31 width: 100%;
34 #enum_editor .add td {
35 vertical-align: middle;
36 width: 50%;
37 padding: 0 0 0;
38 padding-<?php echo $left; ?>: 1em;
41 #enum_editor .values td.drop {
42 width: 1.8em;
43 cursor: pointer;
44 vertical-align: middle;
47 #enum_editor .values input {
48 margin: .1em 0;
49 padding-<?php echo $right; ?>: 2em;
50 width: 100%;
53 #enum_editor .values img {
54 width: 1.8em;
55 vertical-align: middle;
58 #enum_editor input.add_value {
59 margin: 0;
60 margin-<?php echo $right; ?>: 0.4em;
63 #enum_editor_output textarea {
64 width: 100%;
65 float: <?php echo $right; ?>;
66 margin: 1em 0 0 0;
69 /**
70 * ENUM/SET editor integration for the routines editor
72 .enum_hint {
73 position: relative;
76 .enum_hint a {
77 position: absolute;
78 <?php echo $left; ?>: 81%;
79 bottom: .35em;