Skip to content

Commit

Permalink
cke editor textarea always 100% (on message AND templates) // border …
Browse files Browse the repository at this point in the history
…of checkboxes a bit darker
  • Loading branch information
mariez committed May 5, 2016
1 parent 43209f9 commit 998e662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Expand Up @@ -26,7 +26,7 @@ TABLE OF CONTENT
/* # generals *****************/

iframe{border:0px}
#cke_message{width:100% !important}
.cke{width:100% !important}

/* ## bootstrap */
a:focus,button:focus{outline:none !important}
Expand Down Expand Up @@ -126,7 +126,7 @@ div.tab-content {padding:20px;border:1px solid #CCC;background-color:#FFF}
/* # forms ************/
.checkbox { padding:5px;margin:0 5px}
.checkbox label { display:inline-block; vertical-align:middle; position:relative; padding:0px;margin-left:15px}
.checkbox label::before { content:""; display:inline-block; position:absolute; width:17px; height:17px; left:0; margin-left:-20px; border:1px solid #cccccc; border-radius:3px; background-color:#fff; -webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; transition:border 0.15s ease-in-out, color 0.15s ease-in-out}
.checkbox label::before { content:""; display:inline-block; position:absolute; width:17px; height:17px; left:0; margin-left:-20px; border:1px solid #bbb; border-radius:3px; background-color:#fff; -webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out; transition:border 0.15s ease-in-out, color 0.15s ease-in-out}
.checkbox label::after { display:inline-block; position:absolute; width:16px; height:16px; left:0; top:0; margin-left:-20px; padding-left:3px; padding-top:1px; font-size:11px; color:#FFF;background-color:#31b0d5}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] { opacity:0; z-index:1}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before { outline:thin dotted; outline:5px auto -webkit-focus-ring-color; outline-offset:-2px}
Expand Down

0 comments on commit 998e662

Please sign in to comment.