diff --git a/public/css/light.css b/public/css/light.css index 06b132f..c9cd645 100644 --- a/public/css/light.css +++ b/public/css/light.css @@ -67,6 +67,36 @@ button.textButton:hover { text-decoration: underline; } +a.menuBtn { + text-decoration: none; +} +button.menuBtn { + background: none !important; + color: inherit; + border: none; + padding: 0 !important; + font: inherit; + cursor: pointer; +} +.menuBtnW:hover { + background-color: #c9c9c9; +} +.menuBtnW { + display: inline-block; + height: 100%; + padding: 10px; + position: relative; + top: -10px; + background-color: #ddd; + border-right: 1px solid #bbb; +} +.menuBtnW:first-child { + border-left: 1px solid #bbb; +} +div.toolbar form { + display: inline; +} + form.login>table>tbody>tr>td>label { margin-right: 10px; } diff --git a/public/css/style.css b/public/css/style.css index 1221fef..ddcf26d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -38,6 +38,33 @@ button.textButton:hover { text-decoration: underline; } +a.menuBtn { + text-decoration: none; +} +button.menuBtn { + background: none !important; + color: inherit; + border: none; + padding: 0 !important; + font: inherit; + cursor: pointer; +} +.menuBtn { + text-transform: lowercase; +} +.menuBtn:hover { + text-decoration: underline; +} +.menuBtnW:before { + content: "[\00a0"; +} +.menuBtnW:after { + content: "\00a0] "; +} +div.toolbar form { + display: inline; +} + form.login>table>tbody>tr>td>label { margin-right: 10px; } diff --git a/views/layouts/main.tt b/views/layouts/main.tt index aa4906a..fb75ace 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -18,10 +18,10 @@ Logged in as <% vars.email | html_entity %> -
- [ domains ] - [ account ] - [  ] + DomainsAccount