Skip to content

Commit

Permalink
style tweaks to placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Aug 22, 2014
1 parent 509f65c commit c83d529
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions admin/assets/css/tinymce/custom-editor-style.css
@@ -1,20 +1,20 @@
@import url(//fonts.googleapis.com/css?family=Open+Sans);

.aesop-component{
background-color: #222222;
margin: 15px;
background-color: #555;
margin: 15px 0;
display: block;
color: rgb(214, 214, 214);
position: relative;
font-family: "Open Sans", sans-serif;
}

.aesop-component-bar{
font-size: .8em;
font-size: 14px;
text-transform: uppercase;
display: block;
padding: 5px 15px;
background-color: #555555;
padding: 10px 15px;
background-color: #222;
}

.aesop-component-content{
Expand All @@ -31,7 +31,13 @@
display: none;
}

.aesop-component-title:before { padding-right: 5px; vertical-align: middle; font-family: Dashicons; }
.aesop-component-title:before {
padding-right: 10px;
vertical-align: middle;
font-family: Dashicons;
position: relative;
top:-1px;
}

.aesop-content-title:before { content: "\f207"; }
.aesop-chapter-title:before { content: "\f330"; }
Expand Down Expand Up @@ -74,7 +80,7 @@
position: absolute;
top:0;
left:-1px;
height:30px;
height:35px;
width:100%;
z-index: 1;
}
Expand Down

0 comments on commit c83d529

Please sign in to comment.