diff --git a/app/components/containers/containers.html b/app/components/containers/containers.html index 30989f821..c5636e5ea 100644 --- a/app/components/containers/containers.html +++ b/app/components/containers/containers.html @@ -17,15 +17,15 @@
- - - - - - - + + + + + + +
- Add container + Add container
diff --git a/app/components/image/image.html b/app/components/image/image.html index b4298903b..b94f40a16 100644 --- a/app/components/image/image.html +++ b/app/components/image/image.html @@ -82,7 +82,7 @@ ID {{ image.Id }} - + diff --git a/app/components/images/images.html b/app/components/images/images.html index f4bf6fd4e..21fbe57db 100644 --- a/app/components/images/images.html +++ b/app/components/images/images.html @@ -55,7 +55,7 @@
- +
diff --git a/app/components/networks/networks.html b/app/components/networks/networks.html index aba75e57f..ea15fee48 100644 --- a/app/components/networks/networks.html +++ b/app/components/networks/networks.html @@ -16,7 +16,7 @@
- + Add network
diff --git a/app/components/volumes/volumes.html b/app/components/volumes/volumes.html index 869ec72b4..701f4c761 100644 --- a/app/components/volumes/volumes.html +++ b/app/components/volumes/volumes.html @@ -16,7 +16,7 @@
- + Add volume
diff --git a/assets/css/app.css b/assets/css/app.css index 4bbb71015..38711bdb9 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -255,3 +255,19 @@ input[type="radio"] { text-align: center; font-size: 0.8em; } + +.btn-responsive { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +@media screen and (min-width: 1107px) { + .btn-responsive { + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + border-radius: 4px; + } +}