Menu

[fa928b]: / css / phpMyEdit.css  Maximize  Restore  History

Download this file

57 lines (45 with data), 1.0 kB

 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
/* phpMyEdit.css */
/* $Platon: phpMyEdit/css/phpMyEdit.css,v 5.7.2 2023-12-15 12:57:07 Yves $ */
hr.pme-hr {
border: 0px solid;
padding: 0px;
margin: 0px;
border-top-width: 1px;
height: 1px;
}
table.pme-main {
border: #004d9c 1px solid;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
}
table.pme-navigation {
border: #004d9c 0px solid;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
}
td.pme-navigation-0, td.pme-navigation-1 {
white-space: nowrap;
}
th.pme-header {
border: #004d9c 1px solid;
padding: 4px;
background: #add8e6;
}
td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,
td.pme-sortinfo, td.pme-filter {
border: #004d9c 1px solid;
padding: 3px;
}
td.pme-buttons {
text-align: left;
}
td.pme-message {
text-align: center;
}
td.pme-stats {
text-align: right;
}
/* eof */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.