Browse Source

Popup display fixes

Nathaniel van Diepen 10 years ago
parent
commit
c6b277fb6e
2 changed files with 5 additions and 1 deletions
  1. 1 1
      css/fonts.css
  2. 4 0
      css/style.css

+ 1 - 1
css/fonts.css

@@ -5,8 +5,8 @@
 }
 body,input[type=text],input[type=password],textarea{
 	font-size: 130%;
-	line-height: 1.6875;
 }
+
 pre {
 	font-family: 'FiraMono';
 	white-space: pre-wrap;

+ 4 - 0
css/style.css

@@ -137,6 +137,10 @@ div#loading{
 	background-repeat: no-repeat;
 	background-position: center;
 }
+#comment>form>textarea[name=message]{
+	width: 100%;
+	height: 100%;
+}
 .screen-small, .screen-large{
 	display: none;
 }