css fixes

This commit is contained in:
Mario Vavti
2015-11-19 11:17:24 +01:00
parent ee39e3cf72
commit 929f524e77
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
/* fix borders */
#events-calendar {
margin-left: -1px;
margin-bottom: -1px;
}
#event-desc-textarea, #event-location-textarea {
width: 400px;
}