-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from MachoThemes/master
V 1.2.2 update
- Loading branch information
Showing
25 changed files
with
1,376 additions
and
1,329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,51 @@ | ||
.shapely-media-control img { | ||
width: 100%; | ||
height: auto; | ||
width: 100%; | ||
height: auto; | ||
} | ||
|
||
.logo_heading { | ||
display: block; | ||
width: 100%; | ||
display: block; | ||
width: 100%; | ||
} | ||
|
||
#setting-error-tgmpa.notice { | ||
display: block; | ||
display: block; | ||
} | ||
|
||
.client-sortable .logo_heading { | ||
background: #f3f3f3; | ||
border: 1px dotted; | ||
cursor: move; | ||
display: block; | ||
font-size: 14px; | ||
padding: 8px 0; | ||
text-align: center; | ||
width: 100%; | ||
background: #f3f3f3; | ||
border: 1px dotted; | ||
cursor: move; | ||
display: block; | ||
font-size: 14px; | ||
padding: 8px 0; | ||
text-align: center; | ||
width: 100%; | ||
} | ||
|
||
.client-sortable .logo_heading:hover { | ||
border: 1px solid; | ||
border: 1px solid; | ||
} | ||
|
||
.client-sortable .cloneya a.clone, | ||
.client-sortable .cloneya a.delete { | ||
display: none; | ||
display: none; | ||
} | ||
|
||
.client-sortable .cloneya:last-child a.clone, | ||
.client-sortable .cloneya:last-child a.delete { | ||
display: inline-block; | ||
display: inline-block; | ||
} | ||
|
||
.shapely-media-control img { | ||
width: 100%; | ||
width: 100%; | ||
} | ||
|
||
.shapely-editor-container label { | ||
position: relative; | ||
top: 30px; | ||
} | ||
|
||
.checkbox_switch { | ||
margin: 10px auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.