mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-04 18:22:02 +01:00
fix weird looking input [IE7]
This commit is contained in:
parent
d8a0584768
commit
a17a04182a
@ -84,6 +84,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
padding: 0 45px 0 10px;
|
padding: 0 45px 0 10px;
|
||||||
|
*padding: 0; /* IE7 hack */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user