mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
changed paddings and width beetwen panels
This commit is contained in:
parent
7956e367ae
commit
65cb7ec245
3 changed files with 8 additions and 5 deletions
|
|
@ -363,7 +363,7 @@ CloudClient.init=(function()
|
|||
|
||||
CloudClient.cssSet({id:'show_2panels',
|
||||
element:document.head,
|
||||
inner:'#left{width:45%;}'
|
||||
inner:'#left{width:46%;}'
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue