diff --git a/gui/default/assets/css/overrides.css b/gui/default/assets/css/overrides.css index c79f9ab22..252bae92c 100644 --- a/gui/default/assets/css/overrides.css +++ b/gui/default/assets/css/overrides.css @@ -443,3 +443,9 @@ ul.three-columns li, ul.two-columns li { background-color: #eeeeee; opacity: 1; } + +/* Make a "well" look more like a readonly text input when grouped with a button */ +.input-group .well-sm { + padding-top: 6px; + padding-bottom: 6px; +} diff --git a/gui/default/syncthing/device/editDeviceModalView.html b/gui/default/syncthing/device/editDeviceModalView.html index 7a776b710..38fb995c4 100644 --- a/gui/default/syncthing/device/editDeviceModalView.html +++ b/gui/default/syncthing/device/editDeviceModalView.html @@ -11,7 +11,14 @@
- +
+ +
+ +
+
@@ -22,14 +29,21 @@

- The device ID to enter here can be found in the "Actions > Show ID" dialog on the other device. Spaces and dashes are optional (ignored). + The device ID to enter here can be found in the "Actions > Show ID" dialog on the other device. Spaces and dashes are optional (ignored). When adding a new device, keep in mind that this device must be added on the other side too. The device ID cannot be blank. The entered device ID does not look valid. It should be a 52 or 56 character string consisting of letters and numbers, with spaces and dashes being optional. A device with that ID is already added.

-
{{currentDevice.deviceID}}
+
+
{{currentDevice.deviceID}}
+
+ +
+
@@ -151,9 +165,6 @@ -