-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathstyles.css
103 lines (98 loc) · 2.82 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
html > body #menu li a[href*="&select="] {
float: left;
width: 0;
height: 18px;
margin-left: -2px;
margin-right: 2px;
overflow: hidden;
padding-left: 18px;
text-decoration: none;
}
html > body .links a[href*="&select="],
html > body #menu li a[href*="&select="],
html > body #content form table thead > tr > td a[href*="&select="],
html > body #content table a[id|="Rows"] {
background: url([[pix:e/table]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #menu p.links a[href$="&sql="] {
background: url([[pix:e/source_code]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #menu p.links a[href$="&import="] {
background: url([[pix:t/restore]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #menu p.links a[href*="&dump="] {
background: url([[pix:t/backup]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #menu p.links a[href*="&create="] {
background: url([[pix:t/add]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #content table a[id|="Data_length"],
html > body #content table a[id|="Index_length"],
html > body #content table a[id|="Data_free"],
html > body #content table a[id|="Auto_increment"],
html > body #content table a[id|="Rows"] {
float: left;
width: 100%;
height: 100%;
padding: 2px 0 1px 22px;
margin-right: 5px;
}
html > body #content table a[id|="Index_length"],
html > body #content p.links a[href*="&indexes="] {
background: url([[pix:t/edit]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #content p a[href*="&edit="],
html > body #content table a[id|="Data_free"] {
background: url([[pix:t/add]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body table a[href*="&create="],
html > body #content p.links a[href*="&create="] {
background: url([[pix:t/edit]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body table a[href*="&create="] {
background: url([[pix:t/edit]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #content p.links a[href*="&create="] {
background: url([[pix:t/add]]) no-repeat 0 0;
background-size: contain;
padding-left: 25px;
}
html > body #content fieldset > legend {
font-size: 1rem;
}
/* Hide the "logout" button. */
html > body form p.logout {
display: none;
}
/* Add an enmpty space after a separator to allow a line break. */
html > body form p.links span.separator::after {
content: " ";
}
html > body #menu {
background-image: none;
}
#local-adminer-modal > .modal-dialog {
max-width: 100%;
height: 100%;
}
#local-adminer-modal > .modal-dialog > .modal-content {
height: 99vh;
}