Fix spacing of full-text index state row

This commit is contained in:
Dan Stillman 2017-08-06 18:51:15 +02:00
parent 782e798973
commit aea378f105

View file

@ -65,6 +65,11 @@ row > hbox
-moz-box-align: center;
}
/* Reindex icon makes the row larger */
#indexStatusRow > hbox {
margin: 0 !important;
}
row > label:first-child
{
text-align: right;