aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css
diff options
context:
space:
mode:
authorClemens Brunner <cle1000.cb@gmail.com>2016-05-30 08:34:30 +0200
committerMaximilian Hils <git@maximilianhils.com>2016-05-29 23:34:30 -0700
commit6652e3a36902f09148320b83954ff31a794852e6 (patch)
tree2683d1a5855b48aef74bd100dd2d4de0efa3bb19 /web/src/css
parente8290a0eb48a6899df75929bc296d51a54c5fc03 (diff)
downloadmitmproxy-6652e3a36902f09148320b83954ff31a794852e6.tar.gz
mitmproxy-6652e3a36902f09148320b83954ff31a794852e6.tar.bz2
mitmproxy-6652e3a36902f09148320b83954ff31a794852e6.zip
start of developing server side for options (#1155)
* added UI for options menu * update UI for options menu * update UI for options v2 * update UI for options v2 * added new btn class * little changes * little changes * merge * deleted branch * change menu button class * added option route + added very incomplete handler class * moved options to settings * added toggleinputbutton * changed options menu * added option for stream large bodies, but no working * added option for stream large bodies, but no working
Diffstat (limited to 'web/src/css')
-rw-r--r--web/src/css/header.less18
1 files changed, 16 insertions, 2 deletions
diff --git a/web/src/css/header.less b/web/src/css/header.less
index 065471d1..b1bd9c04 100644
--- a/web/src/css/header.less
+++ b/web/src/css/header.less
@@ -18,6 +18,7 @@ header {
.filter-input {
.make-sm-column(3, @menu-row-gutter-width);
+ margin-bottom:5px;
}
.filter-input .popover {
@@ -32,6 +33,19 @@ header {
}
}
-.menu .btn {
- margin: 2px 2px 2px 2px;
+.menu .toggle-btn {
+ .make-xs-column(4, @menu-row-gutter-width);
+ .make-sm-column(3, @menu-row-gutter-width);
+ .make-lg-column(2, @menu-row-gutter-width);
+ margin-bottom:5px;
+}
+
+.menu .toggle-btn .btn {
+ width: 100%;
+}
+
+.menu .toggle-input-btn {
+ .make-sm-column(6, @menu-row-gutter-width);
+ .make-lg-column(4, @menu-row-gutter-width);
+ margin-bottom:5px;
} \ No newline at end of file