Fossil

Diff
Login

Diff

Differences From Artifact [ec37c707a7]:

To Artifact [c3fbc944b0]:


1122
1123
1124
1125
1126
1127
1128

1129
1130
1131
1132
1133
1134
1135
  white-space: nowrap;
}
.input-with-label > * {
  vertical-align: middle;
}
.input-with-label > label {
  display: inline; /* some skins set label display to block! */

}
.input-with-label > input {
  margin: 0;
}
.input-with-label > button {
  margin: 0;
}







>







1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
  white-space: nowrap;
}
.input-with-label > * {
  vertical-align: middle;
}
.input-with-label > label {
  display: inline; /* some skins set label display to block! */
  cursor: pointer;
}
.input-with-label > input {
  margin: 0;
}
.input-with-label > button {
  margin: 0;
}