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

Commit

Permalink
Merge pull request #110 from Codeinwp/development
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rodica-andronache authored Jun 21, 2016
2 parents 30c8a5d + 42bae2f commit a54ca78
Show file tree
Hide file tree
Showing 11 changed files with 648 additions and 184 deletions.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
js/bootstrap.min.js
js/bootstrap.js
35 changes: 34 additions & 1 deletion css/admin-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,37 @@ button.zillah_general_control_remove_field:hover{
.zillah_pallete_default {
line-height: 40px;
cursor: pointer;
}
}

/***********************************/
/****** Google fonts Control *******/
/***********************************/
.ti-google-fonts-wrap {
background: rgba(255, 255, 255, 0.75);
padding: 10px;
border: 1px solid #ddd;
max-height: 140px;
overflow-y: auto;
overflow-x: auto;
}

.ti-google-fonts-wrap label {
width: 100%;
display: block;
clear: left;
font-size: 16px;
line-height: 28px;
overflow: hidden;
position: relative;
}

.ti-google-fonts-wrap label input {
position: absolute;
left: -9999px;
}

.ti-google-fonts-wrap label:hover,
.ti-google-fonts-wrap label.ti-google-fonts-active {
color: #0073aa;
}

Loading

0 comments on commit a54ca78

Please sign in to comment.