-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpom-ng.css
132 lines (108 loc) · 1.53 KB
/
pom-ng.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
body {
margin: 0px;
}
.icon-btn {
cursor: pointer;
display: inline-block;
border: 1px solid transparent;
border-radius: 4px;
}
.icon-btn:hover {
cursor: pointer;
display: inline-block;
border: 1px solid transparent;
border-radius: 4px;
background-color: #999999;
}
h1 {
text-align:center;
}
h2.registry_details {
margin-top: 0px;
margin-bottom: 0px;
}
h3.registry_details {
margin-bottom: 0px;
display: inline-block;
}
h4 {
display: inline-block;
margin: 0;
}
#menu_title {
font-size: 1.2em;
margin-left: 10px;
margin-right: 1em;
vertical-align: sub;
}
#menu_toolbar {
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
border: none;
width: 100%;
}
#menu_toolbar button {
margin: 2px;
}
#main_content {
width: 100%;
padding-left: 0px;
padding-right: 0px;
border: none;
margin-left: 0px;
margin-right: 0px;
}
.toolbar {
padding: 4px;
display:inline-block;
}
#registry {
padding: 5px;
}
#registry_tree {
float:left;
padding: 5px;
}
#registry_content {
display:table;
padding: 5px;
}
.ui-table {
margin: 0;
border-collapse:
collapse;
}
.ui-table td, .ui-table table th {
border: 1px solid #eee;
padding: .2em .2em;
text-align: left;
}
.ui-table tr:nth-child(even) {
background: #F0F0F0;
}
#tbl_logs {
width: 100%;
}
.log_err {
color: red;
}
.log_warn {
color: orange;
}
.log_info {
color: black;
}
.log_debug {
color: blue;
}
#logs_toolbar {
margin-bottom: 1em;
}
#logs_lvl_radio {
display: inline-block;
}
.weboutput_images_content {
display: inline-block;
}