From e7e2ecfc4dfb7f607e572cd7c5afa6ed12b2ff90 Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Fri, 26 Sep 2014 11:58:06 -0500 Subject: [PATCH] shrink buttons for smaller screens --- realms/static/css/style.css | 39 --------------------------------- realms/templates/wiki/edit.html | 12 +++++++--- setup.py | 2 +- 3 files changed, 10 insertions(+), 43 deletions(-) diff --git a/realms/static/css/style.css b/realms/static/css/style.css index 73478f7..3460f8f 100644 --- a/realms/static/css/style.css +++ b/realms/static/css/style.css @@ -68,45 +68,6 @@ margin:0; } -/* -#preview { - overflow: auto; - position: absolute; - height: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - padding: 20px; - border: 1px solid #EEE; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-box-flex: 1; - -moz-box-flex: 1; - -ms-box-flex: 1; - -o-box-flex: 1; - box-flex: 1; - -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); - -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); - box-shadow: 0 1px 2px rgba(0,0,0,.15); -} - -#editor { - position: absolute; - height: auto; - top: 0; - left: 0; - right: 0; - bottom: 0; - font-family: Inconsolata, monospace; - font-size: 1.1em; - line-height: 1.3em; -} -*/ .ace_gutter-cell { font-size: 1em; line-height: 1em; diff --git a/realms/templates/wiki/edit.html b/realms/templates/wiki/edit.html index 01f9556..cfbd6d4 100644 --- a/realms/templates/wiki/edit.html +++ b/realms/templates/wiki/edit.html @@ -52,7 +52,7 @@ -
+
diff --git a/setup.py b/setup.py index 2c0f542..f533516 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open('README.md') as f: with open('requirements.txt') as f: required = f.read().splitlines() -VERSION = '0.2.0' +VERSION = '0.2.1' CLASSIFIERS = [ 'Intended Audience :: Developers',