Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit a54ca78

Browse files
authoredJun 21, 2016
Merge pull request #110 from Codeinwp/development
Fixed image padding issue in post content Retina logo Fixed issue with enqueued script for child themes Add option for custom fonts family and size Show author gravatar only if the name or description exists Add support for post formats
2 parents 30c8a5d + 42bae2f commit a54ca78

11 files changed

+648
-184
lines changed
 

‎.jshintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
js/bootstrap.min.js
2+
js/bootstrap.js

‎css/admin-style.css

+34-1
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,37 @@ button.zillah_general_control_remove_field:hover{
245245
.zillah_pallete_default {
246246
line-height: 40px;
247247
cursor: pointer;
248-
}
248+
}
249+
250+
/***********************************/
251+
/****** Google fonts Control *******/
252+
/***********************************/
253+
.ti-google-fonts-wrap {
254+
background: rgba(255, 255, 255, 0.75);
255+
padding: 10px;
256+
border: 1px solid #ddd;
257+
max-height: 140px;
258+
overflow-y: auto;
259+
overflow-x: auto;
260+
}
261+
262+
.ti-google-fonts-wrap label {
263+
width: 100%;
264+
display: block;
265+
clear: left;
266+
font-size: 16px;
267+
line-height: 28px;
268+
overflow: hidden;
269+
position: relative;
270+
}
271+
272+
.ti-google-fonts-wrap label input {
273+
position: absolute;
274+
left: -9999px;
275+
}
276+
277+
.ti-google-fonts-wrap label:hover,
278+
.ti-google-fonts-wrap label.ti-google-fonts-active {
279+
color: #0073aa;
280+
}
281+

0 commit comments

Comments
 (0)