1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Make NOTE textarea smaller.

This commit is contained in:
Thomas Tanghus 2013-09-15 00:57:18 +02:00
parent c07287a094
commit 6fa5955535

View File

@ -154,7 +154,10 @@
#firstrun p { font-size:1.2em; text-align:center; }
#firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; }
#contact textarea { min-height: 5em; width: 100%; margin: 0 !important; padding: 0 !important; outline: 0 !important;}
#contact textarea {
min-height: 5em; width: 300px;
margin: 0 !important; padding: 0 !important; outline: 0 !important;
}
#contact footer {
padding: 5px;
width: 100%;