forked from Combodo/itop-toolkit-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toolkit.css
53 lines (52 loc) · 866 Bytes
/
toolkit.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
body {
font-family: Verdana,Arial,Helvetica,Sans-Serif;
background: #f6f6f1;
margin:0;
padding:16px 32px;
overflow: auto;
}
h1 {
color: #1C94C4;
font-size: 18pt;
background: #f6f6f1 url(../images/itop-logo.png) top left no-repeat;
padding-left: 150px;
vertical-align: middle;
height: 54px;
line-height: 54px;
}
h3 {
display:none;
}
#content_php>div p {
display:none;
}
#content_php>div p.class_name {
display: inline;
}
.sql_ok {
color:#060;
}
.sql_error {
color:#600;
}
.sql_checkbox {
margin-left: 20px;
font-family: Courrier, Courrier New, Nimbus Mono L, monospaced;
}
.info {
border: 1px solid #1C94C4;
background-color: #c0dde5;
padding: 0.5em;
margin: 0.5em;
text-align:center;
width: 95%;
-moz-border-radius: 0.5em;
}
form label span{
display: inline-block;
width: 190px;
}
form label input{
margin-left: 10px;
padding: 2px;
}