Skip to content

Commit 495a0d2

Browse files
committed
bug fix: css
1 parent 372621a commit 495a0d2

File tree

1 file changed

+66
-20
lines changed

1 file changed

+66
-20
lines changed

static/websiteFunctions/websiteFunctions.css

Lines changed: 66 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
.current-pack{
1+
.current-pack {
22
padding-top: 1.5%;
33
color: #3e4855;
44
font-weight: bold;
55
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
66
font-size: 13px;
77
}
88

9-
.website-content-box{
9+
.website-content-box {
1010
border-radius: 25px;
11-
border-color:#3498db
11+
border-color: #3498db
1212
}
1313

14-
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
14+
.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
1515
color: #777777;
1616
font-weight: 400;
1717
border-color: #cccccc;
@@ -30,7 +30,7 @@
3030
margin: 10px 12px;
3131
}
3232

33-
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
33+
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
3434
/* padding: 10px; */
3535
border-top-width: 1px;
3636
border-top-style: solid;
@@ -40,24 +40,31 @@
4040
.mt-5 {
4141
margin-top: 5px;
4242
}
43+
4344
.mt-10 {
4445
margin-top: 10px;
4546
}
47+
4648
.mt-20 {
4749
margin-top: 20px;
4850
}
51+
4952
.mt-30 {
5053
margin-top: 30px;
5154
}
55+
5256
.mr-10 {
5357
margin-right: 10px;
5458
}
59+
5560
.mb-10 {
5661
margin-bottom: 10px;
5762
}
63+
5864
.ml-10 {
5965
margin-left: 10px;
6066
}
67+
6168
.my-10 {
6269
margin-top: 10px;
6370
margin-bottom: 10px;
@@ -67,6 +74,7 @@
6774
margin-left: 5px;
6875
margin-right: 5px;
6976
}
77+
7078
.mx-10 {
7179
margin-left: 10px;
7280
margin-right: 10px;
@@ -106,14 +114,14 @@
106114
*/
107115
.bg-gradient-9 {
108116
background: #0daeff; /* Old browsers */
109-
background: -moz-linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* FF3.6-15 */
110-
background: -webkit-linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* Chrome10-25,Safari5.1-6 */
111-
background: linear-gradient(-45deg, #0daeff 0%,#3939ad 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
112-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3939ad', endColorstr='#0daeff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
117+
background: -moz-linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* FF3.6-15 */
118+
background: -webkit-linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* Chrome10-25,Safari5.1-6 */
119+
background: linear-gradient(-45deg, #0daeff 0%, #3939ad 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
120+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3939ad', endColorstr='#0daeff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
113121
}
114122

115-
#page-header .user-account-btn>a.user-profile .glyph-icon, .logo-bg {
116-
background-color: rgba(0,0,0,.15);
123+
#page-header .user-account-btn > a.user-profile .glyph-icon, .logo-bg {
124+
background-color: rgba(0, 0, 0, .15);
117125
}
118126

119127
a:hover {
@@ -137,19 +145,22 @@ a:hover {
137145
.align-center {
138146
margin: 0 auto;
139147
}
148+
140149
.text-bold {
141150
font-weight: 600;
142151
}
152+
143153
.tile-box-shortcut .tile-header {
144154
background: 0 0;
145-
padding: 25px;
155+
padding: 1.85em 1.75em;
146156
position: absolute;
147-
font-size: 18px;
157+
font-size: 16px;
148158
font-weight: 400;
149-
left: 3em;
159+
left: 1.75em;
150160
bottom: 0px;
151161
}
152-
.tile-box-shortcut .tile-content-wrapper>.glyph-icon {
162+
163+
.tile-box-shortcut .tile-content-wrapper > .glyph-icon {
153164
position: absolute;
154165
left: 25px;
155166
top: 40px;
@@ -158,14 +169,15 @@ a:hover {
158169
.fa {
159170
display: inline-block;
160171
font: normal normal normal 14px/1 FontAwesome;
161-
font-size: 2.25em;
172+
font-size: 1.75em;
162173
text-rendering: auto;
163174
-webkit-font-smoothing: antialiased;
164175
-moz-osx-font-smoothing: grayscale;
165176
position: absolute;
166-
left: 25px;
177+
left: 20px;
167178
top: 28px;
168179
}
180+
169181
.bs-badge {
170182
font-size: 18px;
171183
font-weight: 100;
@@ -176,27 +188,33 @@ a:hover {
176188
border-radius: 2px;
177189
color: #afeeee;
178190
}
191+
179192
.tile-box-shortcut .bs-badge {
180193
left: auto;
181194
right: 10px;
182195
top: 30px;
183196
background: transparent;
184197
}
198+
185199
#sidebar-menu {
186200
background: #EAEAF1;
187201
}
202+
188203
#page-sidebar ul li a .glyph-icon {
189204
color: #191970;
190205
}
206+
191207
#header-logo .logo-content-big, .logo-content-small {
192208
height: 40px;
193209
left: 15px;
194210
}
211+
195212
#mobile-navigation .logo-content-small {
196213
width: 50px;
197214
display: block;
198215
left: 75px;
199216
}
217+
200218
#header-nav-left {
201219
margin: 0 20px;
202220
}
@@ -205,12 +223,18 @@ a:hover {
205223
background: #ffffff;
206224
}
207225

226+
#sb-site, .sb-site-container {
227+
min-height: 250vh;
228+
}
229+
208230
.service-panel {
209231
background: #A1BDC6 !important;
210232
}
233+
211234
.serviceImg img {
212-
box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
235+
box-shadow: 0 0 2px 1px rgba(0, 0, 0, .05);
213236
}
237+
214238
.btn-icon {
215239
top: 0px;
216240
left: 0px;
@@ -229,11 +253,33 @@ a:hover {
229253
background: #33ADFF;
230254
border-color: #0099FF;
231255
}
232-
.btn-primary:hover,.btn-primary:focus {
256+
257+
.btn-primary:hover, .btn-primary:focus {
233258
background: #5CBDFF;
234259
border-color: #33ADFF;
235260
}
236261

237262
.btn-min-width {
238-
min-width: 300px;
263+
min-width: 275px;
264+
}
265+
266+
267+
@media only screen and (max-width: 425px) {
268+
269+
.tile-box-shortcut .tile-header {
270+
left: .5em;
271+
font-size: 16px;
272+
padding: 1.75em .5em;
273+
text-align: center;
274+
275+
}
276+
277+
.fa {
278+
font-size: 1.5em;
279+
visibility: hidden;
280+
}
281+
282+
[class^='col-'] {
283+
padding-left: 0px;
284+
}
239285
}

0 commit comments

Comments
 (0)