Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed May 27, 2014
1 parent ef7ce10 commit c4c9e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/full-stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
:-ms-input-placeholder {color: #999999;}
::-webkit-input-placeholder {color: #999999;}

textarea { overflow: auto; vertical-align: top; resize: vertical;height: auto; }
.campl-uneditable-textarea {height: auto;}
.campl-uneditable-input {overflow: hidden;white-space: nowrap;cursor: not-allowed;background-color: #ffffff;border-color: #eee;}

Expand Down Expand Up @@ -319,6 +318,8 @@ input[type="tel"],
input[type="color"],
.campl-uneditable-input {display: inline-block;height: 18px;padding: 4px;margin-bottom: 9px; -webkit-border-radius: 0;}

textarea { overflow: auto; vertical-align: top; resize: vertical;height: auto; }

textarea,
input[type="text"],
input[type="password"],
Expand Down

0 comments on commit c4c9e0d

Please sign in to comment.