nc-gpxedit/css/admin.css

28 lines
451 B
CSS
Raw Permalink Normal View History

button#addExtraSymbol{
width: 33px;
height: 33px;
}
2016-12-13 11:56:46 +00:00
table#extraSymbolsTable{
width: 330px;
}
2016-12-13 10:53:39 +00:00
table#extraSymbolsTable td{
text-align: center !important;
}
.extraSymbol img{
width: 25px;
height: 25px;
}
#gpxedit .upload-symbol-field{
display: none;
}
#gpxedit .icon-upload{
2017-05-02 17:27:45 +00:00
padding: 8px 16px;
min-width: 16px;
min-height: 16px;
}
#gpxedit .icon-delete{
padding-top: 12px;
width: 28px;
height: 28px;
}