From 65cb7ec2455995c222a43d423afa03c289fcbe42 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 4 Jul 2012 09:58:42 -0400 Subject: [PATCH] changed paddings and width beetwen panels --- client.js | 2 +- css/reset.css | 2 +- css/style.css | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/client.js b/client.js index 070e70da..c5c669c3 100644 --- a/client.js +++ b/client.js @@ -363,7 +363,7 @@ CloudClient.init=(function() CloudClient.cssSet({id:'show_2panels', element:document.head, - inner:'#left{width:45%;}' + inner:'#left{width:46%;}' }); }); diff --git a/css/reset.css b/css/reset.css index 23504a59..76f0a7eb 100644 --- a/css/reset.css +++ b/css/reset.css @@ -35,7 +35,7 @@ a:focus { outline: thin dotted; } /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ a:hover, a:active { outline: 0; } -ul{ margin: 1em 0; padding: 0 0 0 40px; } +ul{ margin: 1em 0; padding: 0 20px 0 20px; } /* * 1. Display hand cursor for clickable form elements diff --git a/css/style.css b/css/style.css index 9e838c17..c2bca496 100644 --- a/css/style.css +++ b/css/style.css @@ -3,21 +3,24 @@ */ /* Foundation Icons General Enclosed */ +/* @font-face { font-family: 'FoundationIconsGeneralEnclosed'; src: url('//dl.dropbox.com/u/78163899/mnemonia/fonts/foundation-icons-general-enclosed.woff') format('woff'); font-weight: normal; font-style: normal; -} +} +*/ /* символьный шрифт от гитхаба*/ +/* @font-face { font-family: 'Octicons Regular'; font-style: normal; font-weight: normal; src: local('Octicons Regular'), url('//dl.dropbox.com/u/78163899/mnemonia/fonts/octicons-regular-webfont.woff') format('woff'); } - +*/ @font-face { font-family: 'Droid Sans Mono'; font-style: normal; @@ -160,7 +163,7 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; } .panel{ display: table; - width:45%; + width:46%; } #keyspanel{ text-align: center;