From 610b7a544e460b575a61ef3243dc62aa919140f7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 4 Jul 2012 12:48:09 +0300 Subject: [PATCH] width between 2 panels was changed because in firefox right panel was always in the bottom, so for now max width when 2 panels looks good - its more the 1155px --- css/style.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 51c685f6..9e838c17 100644 --- a/css/style.css +++ b/css/style.css @@ -218,20 +218,20 @@ a:focus { outline: thin dotted; } display:none; } /* текущий файл под курсором */ -.current-file{ + .current-file{ background-color: rgba(49, 123, 249, .40); color:white; } /* делаем иконки под курсом белыми*/ -.current-file > .mini-icon{ + .current-file > .mini-icon{ color:white; } -.current-file > .text-file::before{ + .current-file > .text-file::before{ color:white; } /* меняем иконки на шрифтовые*/ - .mini-icon { + .mini-icon { font: 60px 'Octicons Regular'; width: 40%; height: 0; @@ -252,9 +252,7 @@ a:focus { outline: thin dotted; } .text-file{ background-image:none; } - - - + /* убираем заголовок*/ .fm_header{ display:none; @@ -306,7 +304,7 @@ a:focus { outline: thin dotted; } } } -@media only screen and (min-width:786px) and (max-width: 1060px){ +@media only screen and (min-width:786px) and (max-width: 1155px){ #left{ width:90% !important; }