Minor style adjustment for Docker containers

This commit is contained in:
bergware
2018-05-13 10:28:25 +02:00
parent 54efa5b1df
commit 22e444a5f2
2 changed files with 5 additions and 8 deletions
@@ -25,12 +25,10 @@ Markdown="false"
body{-webkit-overflow-scrolling:touch}
img.started{opacity:1.0}
img.stopped{opacity:0.3}
img.paused{opacity:0.6}
.log{cursor:zoom-in}
.exec{cursor:pointer}
.fa-custom{font-size:1.3em}
.iconstatus{position:absolute;z-index:2;bottom:-4px;right:-4px;font-size:1.2em;text-shadow:0 0 2px #FFF}
.iconstatus.started{font-size:1.3em}
.iconstatus.stopped{font-size:1.2em}
.iconstatus{position:absolute;z-index:2;bottom:-4px;right:-4px;font-size:1.3em;text-shadow:0 0 2px #FFF}
.started{color:#009900}
.stopped{color:#EF3D47}
.paused{color:#F0DD33}
+3 -4
View File
@@ -11,14 +11,13 @@ body{-webkit-overflow-scrolling:touch}
label{display:inline}
iframe{overflow:scroll;-webkit-overflow-scrolling:touch}
h2{color:#625D5D;letter-spacing:0;font-family:arimo;font-size:32px;line-height:1.2em;font-weight:300;padding:0 0 20px;margin:0}
.iconstatus{position:absolute;z-index:2;bottom:-4px;right:-4px;font-size:1.2em;text-shadow:0 0 2px #FFF}
.iconstatus.started{font-size:1.3em}
.iconstatus{position:absolute;z-index:2;bottom:-4px;right:-4px;font-size:1.3em;text-shadow:0 0 2px #FFF}
img.started{opacity:1.0}
img.stopped{opacity:0.3}
img.paused{opacity:1.0}
img.paused{opacity:0.6}
.started{color:#009900}
.paused{color:#F0DD33}
.stopped{color:#EF3D47}
.paused{color:#F0DD33}
.update{color:#3300FF}
.show{display:block}
div.Panel{float:none;display:inline-block;margin:0 18px 15px 0;height:90px;overflow:hidden;vertical-align:top;width:94px;word-wrap:break-word;border:none}