Skip to content

Commit d9a48f1

Browse files
committed
spacing fixes and add glyphicons
1 parent a6bc36a commit d9a48f1

File tree

6 files changed

+338
-50
lines changed

6 files changed

+338
-50
lines changed

public/css/pterodactyl.css

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -8,54 +8,54 @@ body{font-size:13px}
88
.footer{margin-top:15px;font-size:10px;color:#999}
99
.nopad{margin-top:0!important}
1010
.alert-success{
11-
background-image: url('../images/check-square.png') !important;
12-
background-size: 13px;
13-
background-repeat: no-repeat;
14-
background-position: 15px 17px;
15-
background-color:#f3f8f3;
16-
color:#474a54;
17-
border-left: 4px solid #50af51 !important;
18-
border:0;
19-
padding-left:40px;
11+
background-image: url('../images/check-square.png') !important;
12+
background-size: 13px;
13+
background-repeat: no-repeat;
14+
background-position: 15px 17px;
15+
background-color:#f3f8f3;
16+
color:#474a54;
17+
border-left: 4px solid #50af51 !important;
18+
border:0;
19+
padding-left:40px;
2020
}
2121
.alert-success hr{border-top-color:rgba(0,0,0,0)}
2222
.alert-success .alert-link{color:#e6e6e6}
2323
.alert-info{
24-
background-image: url('../images/info-circle.png') !important;
25-
background-size: 13px;
26-
background-repeat: no-repeat;
27-
background-position: 15px 17px;
28-
background-color:#f4f8fa;
29-
color:#474a54;
30-
border-left: 4px solid #5bc0de !important;
31-
border:0;
32-
padding-left:40px;
24+
background-image: url('../images/info-circle.png') !important;
25+
background-size: 13px;
26+
background-repeat: no-repeat;
27+
background-position: 15px 17px;
28+
background-color:#f4f8fa;
29+
color:#474a54;
30+
border-left: 4px solid #5bc0de !important;
31+
border:0;
32+
padding-left:40px;
3333
}
3434
.alert-info hr{border-top-color:rgba(0,0,0,0)}
3535
.alert-info .alert-link{color:#e6e6e6}
3636
.alert-warning{
37-
background-image: url('../images/exclamation-circle.png') !important;
38-
background-size: 13px;
39-
background-repeat: no-repeat;
40-
background-position: 15px 17px;
41-
background-color:#fcf8f2;
42-
color:#474a54;
43-
border-left: 4px solid #f0ad4e !important;
44-
border:0;
45-
padding-left:40px;
37+
background-image: url('../images/exclamation-circle.png') !important;
38+
background-size: 13px;
39+
background-repeat: no-repeat;
40+
background-position: 15px 17px;
41+
background-color:#fcf8f2;
42+
color:#474a54;
43+
border-left: 4px solid #f0ad4e !important;
44+
border:0;
45+
padding-left:40px;
4646
}
4747
.alert-warning hr{border-top-color:rgba(0,0,0,0)}
4848
.alert-warning .alert-link{color:#e6e6e6}
4949
.alert-danger{
50-
background-image: url('../images/exclamation-triangle.png') !important;
51-
background-size: 13px;
52-
background-repeat: no-repeat;
50+
background-image: url('../images/exclamation-triangle.png') !important;
51+
background-size: 13px;
52+
background-repeat: no-repeat;
5353
background-position: 15px 17px;
54-
background-color:#fdf7f7;
55-
color:#474a54;
56-
border-left: 4px solid #d9534f !important;
57-
border:0;
58-
padding-left:40px;
54+
background-color:#fdf7f7;
55+
color:#474a54;
56+
border-left: 4px solid #d9534f !important;
57+
border:0;
58+
padding-left:40px;
5959
}
6060
.alert-danger hr{border-top-color:rgba(0,0,0,0)}
6161
.alert-danger .alert-link{color:#d9534f}
@@ -85,41 +85,41 @@ kbd{border-radius: .25em}
8585
* Pillboxes
8686
*/
8787
.fuelux .pillbox {
88-
border-radius: 0 !important;
88+
border-radius: 0 !important;
8989
}
9090

9191
li.btn.btn-default.pill {
92-
padding: 1px 5px;
92+
padding: 1px 5px;
9393
font-size: 12px;
9494
line-height: 1.5;
9595
border-radius: 3px;
96-
color:#fff;
97-
background-color:#008cba;
98-
border-color:#0079a1;
96+
color:#fff;
97+
background-color:#008cba;
98+
border-color:#0079a1;
9999
}
100100

101101
li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.pill:hover {
102-
background-color:#006687;
103-
border-color:#004b63
102+
background-color:#006687;
103+
border-color:#004b63
104104
}
105105

106106

107107
.fuelux .pillbox>.pill-group .form-control {
108-
height: 26px !important;
108+
height: 26px !important;
109109
}
110110

111111
.fuelux .pillbox .pillbox-input-wrap {
112-
margin: 0 !important;
112+
margin: 0 !important;
113113
}
114114

115115
.btn-allocate-delete {
116-
height:34px;
117-
width:34px;
118-
padding:0;
116+
height:34px;
117+
width:34px;
118+
padding:0;
119119
}
120120

121121
@media (max-width:992px){
122-
.btn-allocate-delete {
123-
margin-top:22px;
124-
}
122+
.btn-allocate-delete {
123+
margin-top:22px;
124+
}
125125
}
19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)