fixed bookmarklet
This commit is contained in:
parent
6518a89302
commit
b30a25713e
2 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ input[type=text]:focus, input[type=password]:focus, input.text:focus, input.titl
|
|||
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
|
||||
input.text, input.title {width:300px;padding:5px;}
|
||||
input.title {font-size:1.5em;}
|
||||
textarea {width:390px;height:50px;padding:5px;}
|
||||
textarea {width:390px;height:250px;padding:5px;}
|
||||
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
|
||||
form.inline {line-height:3;}
|
||||
form.inline p {margin-bottom:0;}
|
||||
|
|
|
|||
|
|
@ -1027,6 +1027,7 @@ label
|
|||
textarea
|
||||
:z-index 2
|
||||
:border none
|
||||
:height 50px
|
||||
|
||||
&:focus
|
||||
:outline 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue