From c694209d6ce2d75c06f4613cb3692e5ea1aab681 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 24 Feb 2014 03:38:49 -0500 Subject: [PATCH] featuer(style) body, .fm, .panel: add with, change padding, height --- css/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index f97da836..d6323bbe 100644 --- a/css/style.css +++ b/css/style.css @@ -27,6 +27,7 @@ html { body { height: 95%; + width: 100%; font:16px "Droid Sans Mono"; background-color:white; } @@ -165,7 +166,8 @@ body { } .fm { height: 85%; - margin: 26px 26px 0 26px; + width: 97%; + margin: 26px auto 0 auto; } .fm-header { font-weight: bold; @@ -189,9 +191,8 @@ body { } .panel { width: 46%; - height: 90%; - padding: 20px; - margin: 0; + height: 97%; + padding: 1%; border: 1.5px solid; border-color: rgb(49, 123, 249); border-color: rgba(49, 123, 249, .40); @@ -345,7 +346,7 @@ a:hover, a:active { @media only screen and (max-width: 1155px) { .panel { - width:94%; + width:97%; } /* если правая панель не помещаеться - прячем её */ .panel-right, .cmd-button#f5, .cmd-button#f6 {