GUAC-324: Improve menu style.

This commit is contained in:
Michael Jumper
2014-04-18 17:24:51 -07:00
parent ed14b0e909
commit 4be517ac95
2 changed files with 13 additions and 6 deletions

View File

@@ -55,11 +55,13 @@
<!-- Menu --> <!-- Menu -->
<div id="menu"> <div id="menu">
<h1>Guacamole ${project.version}</h1> <h2>Guacamole ${project.version}</h2>
<button>Test button</button> <div class="content">
<button>Test button</button> <button>Test button</button>
<button>Test button</button> <button>Test button</button>
<button>Test button</button> <button>Test button</button>
<button>Test button</button>
</div>
</div> </div>
<!-- Images which should be preloaded --> <!-- Images which should be preloaded -->

View File

@@ -542,7 +542,12 @@ p.hint {
bottom: 0; bottom: 0;
max-width: 100%; max-width: 100%;
width: 320px; width: 320px;
background: red; background: #EEE;
box-shadow: inset -1px 0 2px white, 1px 0 2px black;
}
#menu .content {
padding: 1em;
} }
#menu.closed { #menu.closed {