mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fixed margins in responsive view
This commit is contained in:
parent
eae20a674e
commit
60caa5f2c8
3 changed files with 6 additions and 6 deletions
|
|
@ -76,6 +76,8 @@ disabled in browsers.
|
|||
|
||||
* Added Ace editor.
|
||||
|
||||
* Little bit changed styles. Fixed margins in responsive view.
|
||||
|
||||
|
||||
2012.08.24, Version 0.1.6
|
||||
|
||||
|
|
|
|||
|
|
@ -39,8 +39,9 @@ a:hover, a:active { outline: 0; }
|
|||
*/
|
||||
.panel{
|
||||
/* removed default margins */
|
||||
margin: 0 0 0 0;
|
||||
padding: 0 20px 0 20px; }
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/*
|
||||
* 1. Display hand cursor for clickable form elements
|
||||
|
|
|
|||
|
|
@ -238,10 +238,7 @@ a:focus { outline: thin dotted; }
|
|||
@media only screen and (max-width: 600px){
|
||||
#left{
|
||||
width:90% !important;
|
||||
}
|
||||
.panel >li{
|
||||
margin:10px;
|
||||
}
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
#right{
|
||||
display:none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue