increase margin top of calendar import's color picker

master
Georg Ehrke 2012-08-17 20:48:47 +02:00
parent e344e5bd91
commit b9e9165816
1 changed files with 1 additions and 1 deletions

2
css/import.css vendored
View File

@ -11,4 +11,4 @@
#calendar_import_mergewarning{clear: both;}
#calendar_import_defaultcolors{clear:both;margin: 0 auto;text-align: center;}
.calendar_import_warning{border-color: #fc3333;}
.calendar-colorpicker-color{display:inline-block;width:20px;height:5px;margin: 0 auto;cursor:pointer;border:2px solid transparent;}
.calendar-colorpicker-color{display:inline-block;width:20px;height:5px;margin: 0 auto;cursor:pointer;border:2px solid transparent;margin-top: 5px;}