From 88d040eab43eb6d031297746c8a67d407641e98a Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Thu, 27 Aug 2020 21:03:01 +0300 Subject: [PATCH] Facelifting: change width to 1000px --- src/themes/default/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/themes/default/style.css b/src/themes/default/style.css index e6887ed..9f3d5c4 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -7,7 +7,7 @@ html { height:100%; overflow-y:scroll; font-size:14px; } body { margin:0px; padding:0px; height:100%; min-height:100%; background-color:#fff; font-family:helvetica,arial; font-size:14px; } -#wrapper { margin:0px auto; max-width:950px; height:100%; } +#wrapper { margin:0px auto; max-width:1000px; height:100%; } #container { height:auto !important;height:100%;min-height:100%; } #mtt_body { padding:8px; padding-bottom:16px; } @@ -68,8 +68,6 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } .mtt-tabs-alltasks { margin:1px 3px 0 3px; float:right; } .mtt-tabs-alltasks.mtt-tab { border-top-right-radius:0px; border-top-left-radius:8px; } -.mtt-tabs-alltasks.mtt-tab a { padding:6px 2px 0px 6px; } - #tabs_buttons { float:right;