aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-01-01 20:44:45 +1300
committerAldo Cortesi <aldo@nullcube.com>2015-01-01 20:44:45 +1300
commit866a408120f0e409bf650d57d19d7325facd1c73 (patch)
treecfee67096422c894ec90df579ce34a56678a9ba9 /web/src/css
parent4506bafddc7e9f728205a86801a4403e07488575 (diff)
downloadmitmproxy-866a408120f0e409bf650d57d19d7325facd1c73.tar.gz
mitmproxy-866a408120f0e409bf650d57d19d7325facd1c73.tar.bz2
mitmproxy-866a408120f0e409bf650d57d19d7325facd1c73.zip
Make header more compact
- Remove title bar - File -> mitmproxy - ultimately our logo can go here
Diffstat (limited to 'web/src/css')
-rw-r--r--web/src/css/header.less8
1 files changed, 1 insertions, 7 deletions
diff --git a/web/src/css/header.less b/web/src/css/header.less
index 3c6e4761..57f122e8 100644
--- a/web/src/css/header.less
+++ b/web/src/css/header.less
@@ -2,15 +2,9 @@
@import (reference) '../../node_modules/bootstrap/less/mixins/grid.less';
header {
+ padding-top: 0.5em;
background-color: white;
-
- .title-bar {
- line-height: 25px;
- text-align: center;
- }
-
@separator-color: lighten(grey, 15%);
-
.menu {
padding: 10px;
border-bottom: solid @separator-color 1px;