diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 416ac52..39acd53 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -138,6 +138,10 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .findBar .terminalLink {position: fixed; display: inline-block; width: 16px; height: 16px; right: 112px; top: 48px; background: url('../images/doc-explorer-icons.png') 0 0 no-repeat; cursor: pointer; background-position: -32px 0; cursor: pointer; z-index: 1} .editor .code {position: relative; display: inline-block; top: 28px; width: 600px; height: 600px; visibility: hidden} +.tools {position: fixed; display: inline-block; width: 250px; height: 30px; left: 0; bottom: 0; z-index: 3} +.tools div {display: inline-block; margin: 8px 0 8px 15px; color: #666; cursor: pointer} +.tools div:hover {color: #fff; cursor: pointer} + .footer {position: fixed; display: inline-block; width: 100%; height: 30px; bottom: 0; background-color: rgba(0,0,0,0.15); left: 0; z-index: 1} .footer .nesting {position: absolute; display: inline-block; padding: 5px; margin-top: 10px; left: 260px; border-radius: 5px; background-color: #0b0; cursor: default} .footer .versionsDisplay {position: absolute; display: inline-block; padding: 5px; margin-top: 3px; left: 275px; color: #fff; font-weight: bold; cursor: pointer} @@ -175,4 +179,4 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .screenCenter .text a {position: relative; display: block; margin-top: 15px; font-size: 10px; color: #888; text-decoration: none} .screenCenter .password {border: 0; background-color: #333; color: #fff; height: 20px} .screenCenter .button {border: 0; background: #444; color: #eee; height: 22px; cursor: pointer} -.screenCenter .button:hover {background: #2187e7; color: #eee} \ No newline at end of file +.screenCenter .button:hover {background: #2187e7; color: #eee}